Changeset 2646286
- Timestamp:
- 12/18/2021 06:00:59 PM (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
r2539311 r2646286 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. 77 Stable tag: 2.1. 56 Tested up to: 5.8 7 Stable tag: 2.1.6 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.6 = 51 * Compatibility with WP 5.8 52 50 53 = 2.1.5 = 51 54 * Compatibility with WP 5.7 … … 427 430 == Upgrade Notice == 428 431 429 = 2.1. 5=432 = 2.1.6 = 430 433 For the best user experience, always upgrade to the latest version. -
xtra-settings/trunk/xtra.php
r2539311 r2646286 4 4 Plugin URI: https://wordpress.org/plugins/xtra-settings/ 5 5 Description: All useful hidden settings of Wordpress 6 Version: 2.1. 56 Version: 2.1.6 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. 5' );22 define( 'XTRA_VERSION', '2.1.6' ); 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.