Changeset 3352376
- Timestamp:
- 08/29/2025 01:30:03 AM (4 months ago)
- Location:
- daisy-disable-blocks
- Files:
-
- 13 added
- 2 edited
-
tags/1.0.7 (added)
-
tags/1.0.7/assets (added)
-
tags/1.0.7/assets/css (added)
-
tags/1.0.7/assets/css/admin.css (added)
-
tags/1.0.7/assets/js (added)
-
tags/1.0.7/assets/js/admin.js (added)
-
tags/1.0.7/daisy-disable-blocks.php (added)
-
tags/1.0.7/includes (added)
-
tags/1.0.7/includes/class-admin-page.php (added)
-
tags/1.0.7/includes/class-block-disabler.php (added)
-
tags/1.0.7/includes/class-settings.php (added)
-
tags/1.0.7/readme.txt (added)
-
tags/1.0.7/uninstall.php (added)
-
trunk/daisy-disable-blocks.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
daisy-disable-blocks/trunk/daisy-disable-blocks.php
r3339970 r3352376 6 6 * Author: DaisyPlugins 7 7 * Author URI: https://profiles.wordpress.org/daisyplugins/ 8 * Version: 1.0. 68 * Version: 1.0.7 9 9 * Requires at least: 5.0 10 10 * Tested up to: 6.8 … … 18 18 19 19 // Define plugin constants. 20 define( 'DAISYPLUGINS_DISABLE_BLOCKS_VERSION', '1.0. 0' );20 define( 'DAISYPLUGINS_DISABLE_BLOCKS_VERSION', '1.0.7' ); 21 21 define( 'DAISYPLUGINS_DISABLE_BLOCKS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 22 22 define( 'DAISYPLUGINS_DISABLE_BLOCKS_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
daisy-disable-blocks/trunk/readme.txt
r3339970 r3352376 5 5 Requires at least: 5.0 6 6 Tested up to: 6.8 7 Stable tag: 1.0. 67 Stable tag: 1.0.7 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.