Changeset 3247718
- Timestamp:
- 02/27/2025 09:31:02 AM (13 months ago)
- Location:
- bento-box
- Files:
-
- 8 deleted
- 6 edited
- 1 copied
-
tags/1.0.1 (copied) (copied from bento-box/trunk)
-
tags/1.0.1/.editorconfig (deleted)
-
tags/1.0.1/.gitignore (deleted)
-
tags/1.0.1/README.md (modified) (1 diff)
-
tags/1.0.1/_playground (deleted)
-
tags/1.0.1/bento-box.php (modified) (2 diffs)
-
tags/1.0.1/bun.lock (deleted)
-
tags/1.0.1/readme.txt (modified) (2 diffs)
-
trunk/.editorconfig (deleted)
-
trunk/.gitignore (deleted)
-
trunk/README.md (modified) (1 diff)
-
trunk/_playground (deleted)
-
trunk/bento-box.php (modified) (2 diffs)
-
trunk/bun.lock (deleted)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bento-box/tags/1.0.1/README.md
r3247675 r3247718 49 49 ## 📜 Changelog 50 50 51 ### **v1.0.1** 52 53 - Minor bug fixes. 54 51 55 ### **v1.0.0** 52 56 -
bento-box/tags/1.0.1/bento-box.php
r3247675 r3247718 3 3 * Plugin Name: Bento Box 4 4 * Description: A customizable grid block lets users create Bento Layout in block editor. 5 * Version: 1.0. 05 * Version: 1.0.1 6 6 * Requires at least: 6.7 7 7 * Requires PHP: 7.4 … … 28 28 * The version of the plugin. 29 29 */ 30 define( 'BENTOBOX_VERSION', '1.0. 0' );30 define( 'BENTOBOX_VERSION', '1.0.1' ); 31 31 } 32 32 -
bento-box/tags/1.0.1/readme.txt
r3247675 r3247718 5 5 Tested up to: 6.7 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPL-2.0-or-later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 24 24 25 25 == Changelog == 26 = 1.0.1 = 27 * Minor bug fixes. 26 28 = 1.0.0 = 27 29 * Release -
bento-box/trunk/README.md
r3247675 r3247718 49 49 ## 📜 Changelog 50 50 51 ### **v1.0.1** 52 53 - Minor bug fixes. 54 51 55 ### **v1.0.0** 52 56 -
bento-box/trunk/bento-box.php
r3247675 r3247718 3 3 * Plugin Name: Bento Box 4 4 * Description: A customizable grid block lets users create Bento Layout in block editor. 5 * Version: 1.0. 05 * Version: 1.0.1 6 6 * Requires at least: 6.7 7 7 * Requires PHP: 7.4 … … 28 28 * The version of the plugin. 29 29 */ 30 define( 'BENTOBOX_VERSION', '1.0. 0' );30 define( 'BENTOBOX_VERSION', '1.0.1' ); 31 31 } 32 32 -
bento-box/trunk/readme.txt
r3247675 r3247718 5 5 Tested up to: 6.7 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPL-2.0-or-later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 24 24 25 25 == Changelog == 26 = 1.0.1 = 27 * Minor bug fixes. 26 28 = 1.0.0 = 27 29 * Release
Note: See TracChangeset
for help on using the changeset viewer.