Changeset 3062160
- Timestamp:
- 04/01/2024 02:55:02 PM (2 years ago)
- Location:
- todo-block
- Files:
-
- 4 edited
- 1 copied
-
tags/1.1.2 (copied) (copied from todo-block/trunk)
-
tags/1.1.2/readme.txt (modified) (1 diff)
-
tags/1.1.2/todo-block.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/todo-block.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
todo-block/tags/1.1.2/readme.txt
r3062132 r3062160 3 3 Tags: block 4 4 Tested up to: 6.4 5 Stable tag: 1.1 5 Stable tag: 1.1.1 6 6 License: GPL-2.0-or-later 7 7 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
todo-block/tags/1.1.2/todo-block.php
r3062122 r3062160 13 13 * Requires at least: 6.3 14 14 * Requires PHP: 7.0 15 * Version: 1.1 15 * Version: 1.1.1 16 16 * Author: David Towoju 17 17 * Author URI: https://pluginette.com … … 26 26 27 27 if (!defined('TDB_VERSION')) { 28 define('TDB_VERSION', '1.1 ');28 define('TDB_VERSION', '1.1.1'); 29 29 } 30 30 -
todo-block/trunk/readme.txt
r3062132 r3062160 3 3 Tags: block 4 4 Tested up to: 6.4 5 Stable tag: 1.1 5 Stable tag: 1.1.1 6 6 License: GPL-2.0-or-later 7 7 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
todo-block/trunk/todo-block.php
r3062122 r3062160 13 13 * Requires at least: 6.3 14 14 * Requires PHP: 7.0 15 * Version: 1.1 15 * Version: 1.1.1 16 16 * Author: David Towoju 17 17 * Author URI: https://pluginette.com … … 26 26 27 27 if (!defined('TDB_VERSION')) { 28 define('TDB_VERSION', '1.1 ');28 define('TDB_VERSION', '1.1.1'); 29 29 } 30 30
Note: See TracChangeset
for help on using the changeset viewer.