Plugin Directory

Changeset 2646286


Ignore:
Timestamp:
12/18/2021 06:00:59 PM (4 years ago)
Author:
fures
Message:

Commit 2.1.6

Location:
xtra-settings/trunk
Files:
2 edited

Legend:

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

    r2539311 r2646286  
    44Tags: WordPress settings, hidden settings, tips and tricks, tweaks, WordPress options
    55Requires at least: 3.7
    6 Tested up to: 5.7
    7 Stable tag: 2.1.5
     6Tested up to: 5.8
     7Stable tag: 2.1.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4848== Changelog ==
    4949
     50= 2.1.6 =
     51* Compatibility with WP 5.8
     52
    5053= 2.1.5 =
    5154* Compatibility with WP 5.7
     
    427430== Upgrade Notice ==
    428431
    429 = 2.1.5 =
     432= 2.1.6 =
    430433For the best user experience, always upgrade to the latest version.
  • xtra-settings/trunk/xtra.php

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