Changeset 3367669
- Timestamp:
- 09/25/2025 08:30:53 AM (6 months ago)
- Location:
- tracify/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
tracify.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tracify/trunk/readme.txt
r3366344 r3367669 89 89 3.1.6 90 90 Fix minor bugs 91 92 3.1.7 93 Minor bug fixes -
tracify/trunk/tracify.php
r3366344 r3367669 9 9 * License: GPLv3 10 10 * License URI: https://www.gnu.org/licenses/gpl-3.0.html 11 * Version: 3.1. 611 * Version: 3.1.7 12 12 * Requires at least: 5.0 13 13 * Requires PHP: 7.2 14 14 */ 15 15 16 define('TRACIFY_PLUGIN_VER', '3.1. 6');16 define('TRACIFY_PLUGIN_VER', '3.1.7'); 17 17 define('TRACIFY_DIR_PATH', plugin_dir_path(__FILE__)); 18 18 define('TRACIFY_DIR_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.