Changeset 3486629
- Timestamp:
- 03/19/2026 03:40:50 PM (13 days ago)
- Location:
- exclusive-blocks/trunk
- Files:
-
- 2 edited
-
exclusive-blocks.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
exclusive-blocks/trunk/exclusive-blocks.php
r3139552 r3486629 6 6 * Author: ExclusiveBlocks.com 7 7 * Author URI: https://exclusiveblocks.com/ 8 * Version: 1.2. 28 * Version: 1.2.5 9 9 * License: GPL2+ 10 10 * License URI: https://www.gnu.org/licenses/gpl-2.0.txt … … 23 23 define( 'EXB_URL', plugins_url( '/', EXB_FILE ) ); 24 24 define( 'EXB_ASSETS', plugins_url( '/assets', EXB_FILE ) ); 25 define( 'EXB_VER', '1.2. 2' );25 define( 'EXB_VER', '1.2.5' ); 26 26 define( 'EXB_ROOT', dirname( plugin_basename( EXB_FILE ) ) ); 27 27 define( 'EXB_ASSET_VER', get_option( '__exb_asset_version', EXB_VER ) ); -
exclusive-blocks/trunk/readme.txt
r3139552 r3486629 3 3 Tags: gutenberg, blocks, gutenberg blocks, editor, exclusive 4 4 Requires at least: 4.7 5 Tested up to: 6. 4.36 Stable tag: 1.2. 25 Tested up to: 6.9.4 6 Stable tag: 1.2.5 7 7 License: GPL-2.0-or-later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 94 94 = Can I disable blocks that I don’t use? = 95 95 96 Yes, you can d esable blocks that you don't need. You can do that from the dashboard of Design Blocks.96 Yes, you can disable blocks that you don't need. You can do that from the dashboard of Design Blocks. 97 97 98 98 … … 111 111 == Changelog == 112 112 113 = 1.2.5 - 07/01/2026 = 114 - Tweak: Maintaining Backward Compatibility. 115 113 116 = 1.2.2 - 22/08/2024 = 114 117 - Tweak: Updated the Description.
Note: See TracChangeset
for help on using the changeset viewer.