Changeset 2739614
- Timestamp:
- 06/09/2022 05:04:10 AM (4 years ago)
- Location:
- xtra-settings/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
xtra.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
xtra-settings/trunk/readme.txt
r2646286 r2739614 4 4 Tags: WordPress settings, hidden settings, tips and tricks, tweaks, WordPress options 5 5 Requires at least: 3.7 6 Tested up to: 5.87 Stable tag: 2.1. 66 Tested up to: 6.0 7 Stable tag: 2.1.7 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 48 48 == Changelog == 49 49 50 = 2.1.7 = 51 * Compatibility with WP 6.0 52 50 53 = 2.1.6 = 51 54 * Compatibility with WP 5.8 … … 430 433 == Upgrade Notice == 431 434 432 = 2.1. 6=435 = 2.1.7 = 433 436 For the best user experience, always upgrade to the latest version. -
xtra-settings/trunk/xtra.php
r2646286 r2739614 4 4 Plugin URI: https://wordpress.org/plugins/xtra-settings/ 5 5 Description: All useful hidden settings of Wordpress 6 Version: 2.1. 66 Version: 2.1.7 7 7 Author: fures 8 8 Author URI: http://www.fures.hu/xtra-settings/ … … 20 20 21 21 //. Defines 22 define( 'XTRA_VERSION', '2.1. 6' );22 define( 'XTRA_VERSION', '2.1.7' ); 23 23 define( 'XTRA_PLUGIN', __FILE__ ); 24 24 define( 'XTRA_PLUGIN_BASENAME', plugin_basename( XTRA_PLUGIN ) );
Note: See TracChangeset
for help on using the changeset viewer.