Plugin Directory

Changeset 2739614


Ignore:
Timestamp:
06/09/2022 05:04:10 AM (4 years ago)
Author:
fures
Message:

Commit 2.1.7

Location:
xtra-settings/trunk
Files:
2 edited

Legend:

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

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

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