Plugin Directory

Changeset 1961246


Ignore:
Timestamp:
10/23/2018 10:42:42 AM (7 years ago)
Author:
fures
Message:

Commit 1.8.5

Location:
xtra-settings/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • xtra-settings/trunk/readme.txt

    r1906641 r1961246  
    44Tags: WordPress settings, hidden settings, tips and tricks, tweaks, WordPress options
    55Requires at least: 3.7
    6 Tested up to: 4.9
    7 Stable tag: 1.8.4
     6Tested up to: 5.0
     7Stable tag: 1.8.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4949
    5050= 1.8.4 =
     51* Compatibility with WP 5.0
     52
     53= 1.8.4 =
    5154* Fixed warning in freegeoip.net calls in case the call is forbidden
    5255
     
    342345== Upgrade Notice ==
    343346
    344 = 1.8.4 =
     347= 1.8.5 =
    345348For the best user experience, always upgrade to the latest version.
  • xtra-settings/trunk/xtra.php

    r1906641 r1961246  
    44Plugin URI: https://wordpress.org/plugins/xtra-settings/
    55Description: All useful hidden settings of Wordpress
    6 Version: 1.8.4
     6Version: 1.8.5
    77Author: fures
    88Author URI: http://www.fures.hu/xtra-settings/
     
    2020
    2121//. Defines
    22 define( 'XTRA_VERSION', '1.8.4' );
     22define( 'XTRA_VERSION', '1.8.5' );
    2323define( 'XTRA_PLUGIN', __FILE__ );
    2424define( 'XTRA_PLUGIN_BASENAME', plugin_basename( XTRA_PLUGIN ) );
Note: See TracChangeset for help on using the changeset viewer.