| @@ -1,9 +1,9 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Plugin Name: Gutenberg Post Blocks | |
| 3 | + * Plugin Name: PostX - Gutenberg Post Grid Blocks | |
| 4 | 4 | * Description: Gutenberg Post blocks is a Gutenberg block Plugin for creating dynamic blog listing, grid and slider. |
| 5 | - * Version: 2.1.2 | |
| 5 | + * Version: 2.6.4 | |
| 6 | 6 | * Author: wpxpo |
| 7 | 7 | * Author URI: https://wpxpo.com/ |
| 8 | 8 | * Text Domain: ultimate-post |
| 9 | 9 | * License: GPLv3 |
| @@ -12,9 +12,9 @@ | ||
| 12 | 12 | |
| 13 | 13 | defined( 'ABSPATH' ) || exit; |
| 14 | 14 | |
| 15 | 15 | // Define |
| 16 | -define('ULTP_VER', '2.1.2'); | |
| 16 | +define('ULTP_VER', '2.6.4'); | |
| 17 | 17 | define('ULTP_URL', plugin_dir_url(__FILE__)); |
| 18 | 18 | define('ULTP_BASE', plugin_basename(__FILE__)); |
| 19 | 19 | define('ULTP_PATH', plugin_dir_path(__FILE__)); |
| 20 | 20 | |
| @@ -32,12 +32,12 @@ | ||
| 32 | 32 | } |
| 33 | 33 | } |
| 34 | 34 | |
| 35 | 35 | // Plugin Initialization |
| 36 | -if (!class_exists( 'ultp_Initialization' )) { | |
| 36 | +if (!class_exists( 'ULTP_Initialization' )) { | |
| 37 | 37 | require_once ULTP_PATH . 'classes/Initialization.php'; |
| 38 | - new \ULTP\Initialization(); | |
| 38 | + new \ULTP\ULTP_Initialization(); | |
| 39 | 39 | } |
| 40 | 40 | |
| 41 | 41 | // Template |
| 42 | 42 | require_once ULTP_PATH . 'classes/Templates.php'; |
| 43 | 43 | new \ULTP\Templates(); |