Changeset 1961246
- Timestamp:
- 10/23/2018 10:42:42 AM (7 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
r1906641 r1961246 4 4 Tags: WordPress settings, hidden settings, tips and tricks, tweaks, WordPress options 5 5 Requires at least: 3.7 6 Tested up to: 4.97 Stable tag: 1.8. 46 Tested up to: 5.0 7 Stable tag: 1.8.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 49 49 50 50 = 1.8.4 = 51 * Compatibility with WP 5.0 52 53 = 1.8.4 = 51 54 * Fixed warning in freegeoip.net calls in case the call is forbidden 52 55 … … 342 345 == Upgrade Notice == 343 346 344 = 1.8. 4=347 = 1.8.5 = 345 348 For the best user experience, always upgrade to the latest version. -
xtra-settings/trunk/xtra.php
r1906641 r1961246 4 4 Plugin URI: https://wordpress.org/plugins/xtra-settings/ 5 5 Description: All useful hidden settings of Wordpress 6 Version: 1.8. 46 Version: 1.8.5 7 7 Author: fures 8 8 Author URI: http://www.fures.hu/xtra-settings/ … … 20 20 21 21 //. Defines 22 define( 'XTRA_VERSION', '1.8. 4' );22 define( 'XTRA_VERSION', '1.8.5' ); 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.