Changeset 3362249
- Timestamp:
- 09/16/2025 06:57:45 AM (3 months ago)
- Location:
- athemes-blocks/trunk
- Files:
-
- 3 edited
-
athemes-blocks.php (modified) (2 diffs)
-
includes/PluginLoader.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
athemes-blocks/trunk/athemes-blocks.php
r3353793 r3362249 3 3 * Plugin Name: aThemes Blocks 4 4 * Description: aThemes Blocks is a Gutenberg plugin extending the WordPress editor with awesome blocks. 5 * Version: 1.1. 15 * Version: 1.1.2 6 6 * Author: aThemes 7 7 * Author URI: https://athemes.com … … 21 21 use AThemes_Blocks\PluginLoader; 22 22 23 define( 'ATHEMES_BLOCKS_VERSION', '1.1. 1' );23 define( 'ATHEMES_BLOCKS_VERSION', '1.1.2' ); 24 24 define( 'ATHEMES_BLOCKS_FILE', __FILE__ ); 25 25 define( 'ATHEMES_BLOCKS_PATH', plugin_dir_path( ATHEMES_BLOCKS_FILE ) ); -
athemes-blocks/trunk/includes/PluginLoader.php
r3343697 r3362249 225 225 require_once $v1_path . 'classes/class-athemes-blocks-css.php'; 226 226 require_once $v1_path . 'classes/class-athemes-blocks-init.php'; 227 228 // Initialize v1 blocks (this will handle asset registration and block registration).229 if ( class_exists( 'ATBLOCKS_Init' ) ) {230 new \ATBLOCKS_Init();231 }232 227 } 233 228 } -
athemes-blocks/trunk/readme.txt
r3353793 r3362249 4 4 Tested up to: 6.6 5 5 Requires PHP: 5.6 6 Stable tag: 1.1. 16 Stable tag: 1.1.2 7 7 Contributors: aThemes 8 8 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.