| @@ -3,9 +3,9 @@ | ||
| 3 | 3 | * Plugin Name: aBlocks |
| 4 | 4 | * Description: The WordPress plugin for creating beautiful and functional websites using the Gutenberg editor, with a variety of customizable blocks to design website pages. |
| 5 | 5 | * Requires at least: 6.8 |
| 6 | 6 | * Requires PHP: 7.4 |
| 7 | - * Version: 2.13.1 | |
| 7 | + * Version: 2.13.0 | |
| 8 | 8 | * Author: Kodezen LLC |
| 9 | 9 | * Author URI: https://ablocks.pro/ |
| 10 | 10 | * License: GPL-3.0+ |
| 11 | 11 | * License URI: https://www.gnu.org/licenses/gpl-2.0.html |
| @@ -44,9 +44,9 @@ | ||
| 44 | 44 | /** |
| 45 | 45 | * Define the plugin constants |
| 46 | 46 | */ |
| 47 | 47 | private function define_constants() { |
| 48 | - define( 'ABLOCKS_VERSION', '2.13.1' ); | |
| 48 | + define( 'ABLOCKS_VERSION', '2.13.0' ); | |
| 49 | 49 | define( 'ABLOCKS_PLUGIN_SLUG', 'ablocks' ); |
| 50 | 50 | define( 'ABLOCKS_PLUGIN_BASENAME', plugin_basename( __FILE__ ) ); |
| 51 | 51 | define( 'ABLOCKS_ROOT_URL', plugin_dir_url( __FILE__ ) ); |
| 52 | 52 | define( 'ABLOCKS_ASSETS_URL', ABLOCKS_ROOT_URL . 'assets/' ); |