diff --git a/easy-symlinks.php b/easy-symlinks.php index 6307d61..f36e6dc 100644 --- a/easy-symlinks.php +++ b/easy-symlinks.php @@ -1,13 +1,13 @@ settings ) ) { $instance->settings = Easy_Symlinks_Settings::instance( $instance ); diff --git a/includes/class-easy-symlinks.php b/includes/class-easy-symlinks.php index a0f6a95..25510be 100644 --- a/includes/class-easy-symlinks.php +++ b/includes/class-easy-symlinks.php @@ -261,7 +261,7 @@ public function wp_admin_scripts() { * @param string $file File constructor. * @param string $version Plugin version. */ - public function __construct( $file = '', $version = '1.0.1' ) { + public function __construct( $file = '', $version = '1.0.2' ) { $this->version = $version; $this->token = 'easy_symlinks'; @@ -303,7 +303,7 @@ public function __construct( $file = '', $version = '1.0.1' ) { * @since 1.0.0 * @static */ - public static function instance( $file = '', $version = '1.0.1' ) { + public static function instance( $file = '', $version = '1.0.2' ) { if ( is_null( self::$instance ) ) { self::$instance = new self( $file, $version ); } diff --git a/readme.txt b/readme.txt index 5df69b3..77fd7c1 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: carl-alberto Donate link: http://carlalberto.code.blog/ Tags: wordpress, plugin, symlink Requires at least: 4.9 -Tested up to: 5.3 -Stable tag: 1.0.1 +Tested up to: 5.8.1 +Stable tag: 1.0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -30,6 +30,10 @@ Installing "Easy Symlinks" can be done either by searching for "Easy Symlinks" v == Changelog == += 1.0.2 = +* 2021-10-9 +* Version bump for 5.8.1 compatibility + = 1.0.1 = * 2020-1-8 * Closed issues https://github.com/wpugph/WordPress-Easy-Symlinks/issues?q=is%3Aissue+milestone%3A1.0.1+is%3Aclosed