Changeset 2949367
- Timestamp:
- 08/08/2023 01:18:04 PM (3 years ago)
- Location:
- wp-tournament-registration/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wp-tournament-registration.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-tournament-registration/trunk/readme.txt
r2949303 r2949367 6 6 Tested up to: 6.2.3 7 7 Requires PHP: 7.0 8 Stable tag: 1.2 .0a8 Stable tag: 1.2a 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 172 172 == Changelog == 173 173 174 = 1.2 .0a =174 = 1.2a = 175 175 176 176 * tested with WordPress 6.2.3 -
wp-tournament-registration/trunk/wp-tournament-registration.php
r2948871 r2949367 6 6 * Plugin Name: WP Tournament Registration 7 7 * Plugin URI: https://ingram-braun.net/erga/wp-tournament-registration-wordpress-plugin/ 8 * Version: 1. 1.28 * Version: 1.2a 9 9 * Requires at least: 5.3 10 10 * Requires PHP: 7.0 … … 20 20 /* VERSIONS */ 21 21 define( "WP_TOURNREG_DB_VER", 5 ); 22 define( "WP_TOURNREG_PLUGIN_VER", '1. 1.2' );22 define( "WP_TOURNREG_PLUGIN_VER", '1.2a' ); 23 23 define( "WP_TOURNREG_TBSORT_VER", '2.31.3' ); 24 24
Note: See TracChangeset
for help on using the changeset viewer.