Changeset 3175752
- Timestamp:
- 10/25/2024 03:40:31 PM (18 months ago)
- Location:
- gutenito-blocks-addon/trunk
- Files:
-
- 3 edited
-
gutenito-blocks-addon.php (modified) (2 diffs)
-
includes/Core/Enqueue.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gutenito-blocks-addon/trunk/gutenito-blocks-addon.php
r3172376 r3175752 5 5 * Requires at least: 5.8 6 6 * Requires PHP: 7.4 7 * Version: 0.0. 27 * Version: 0.0.3 8 8 * Author: Eunito 9 9 * Author URI: https://eunito.com … … 68 68 */ 69 69 public function define_constants() { 70 define( 'GUTENITO_BLOCKS_ADDON_PLUGIN_VERSION', '0.0. 2' );70 define( 'GUTENITO_BLOCKS_ADDON_PLUGIN_VERSION', '0.0.3' ); 71 71 define( 'GUTENITO_BLOCKS_ADDON_PLUGIN_NAME', 'Gutenito Blocks Addon' ); 72 72 define( 'GUTENITO_BLOCKS_ADDON_PLUGIN_URL', trailingslashit( plugin_dir_url( __FILE__ ) ) ); -
gutenito-blocks-addon/trunk/includes/Core/Enqueue.php
r3172376 r3175752 31 31 if ($wp_version >= 6.2) { 32 32 $content = new \WP_HTML_Tag_Processor($block_content); 33 $content->next_tag( );33 $content->next_tag('div'); 34 34 35 35 if( !empty($block['attrs']['gutenitoResponsiveControlDesktop']) ){ -
gutenito-blocks-addon/trunk/readme.txt
r3172376 r3175752 3 3 Tags: blocks, gutenberg blocks, blocks addon, gutenberg 4 4 Tested up to: 6.4 5 Stable tag: 0.0. 25 Stable tag: 0.0.3 6 6 License: GPLv3 7 7 License URI: https://www.gnu.org/licenses/gpl-3.0.txt … … 52 52 * Improved: Color controls in the editor 53 53 54 = 0.0.3 = 55 * Fixed: Responsive control issue 56 54 57 55 58
Note: See TracChangeset
for help on using the changeset viewer.