diff --git a/CHANGELOG.md b/CHANGELOG.md index 466922a..925c293 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### 1.6.9 + +- Update dependencies + ### 1.6.8 - Update dependencies diff --git a/build/index.asset.php b/build/index.asset.php index 82c9898..87811a2 100644 --- a/build/index.asset.php +++ b/build/index.asset.php @@ -1 +1 @@ - array('wp-api-fetch', 'wp-i18n'), 'version' => 'f88fb048125702435d41'); + array('wp-api-fetch', 'wp-i18n'), 'version' => '9878ba2245702b087402'); diff --git a/build/index.js b/build/index.js index 2d1510a..89ecb95 100644 --- a/build/index.js +++ b/build/index.js @@ -1,6 +1,6 @@ /*! * super-admin-all-sites-menu - * version: 1.6.8 + * version: 1.6.9 * address: https://github.com/soderlind/super-admin-all-sites-menu#readme * author: Per Søderlind * license: GPLv2 diff --git a/composer.json b/composer.json index 953548c..8213111 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "soderlind/super-admin-all-sites-menu", "description": "For the super admin, replace WP Admin Bar My Sites menu with an All Sites menu.", - "version": "1.6.8", + "version": "1.6.9", "keywords": [ "wordpress", "multisite", diff --git a/package.json b/package.json index 9ff9215..1b7b612 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "super-admin-all-sites-menu", - "version": "1.6.8", + "version": "1.6.9", "description": "For the super admin, replace WP Admin Bar My Sites menu with an All Sites menu.", "main": "index.js", "scripts": { @@ -31,4 +31,4 @@ "cross-spawn": "^7.0.6", "dexie": "^4.0.10" } -} +} \ No newline at end of file diff --git a/readme.txt b/readme.txt index fa8333b..d329e22 100644 --- a/readme.txt +++ b/readme.txt @@ -1,5 +1,5 @@ === Super Admin All Sites Menu === -Stable tag: 1.6.8 +Stable tag: 1.6.9 Requires at least: 5.6 Tested up to: 6.7 Requires PHP: 7.3 @@ -100,6 +100,10 @@ You can use the following filters to override the defaults: == Changelog == += 1.6.9 = + +- Update dependencies + = 1.6.8 = - Update dependencies diff --git a/super-admin-all-sites-menu.php b/super-admin-all-sites-menu.php index fc6cef8..33e8e1b 100644 --- a/super-admin-all-sites-menu.php +++ b/super-admin-all-sites-menu.php @@ -12,7 +12,7 @@ * Plugin URI: https://github.com/soderlind/super-admin-all-sites-menu * GitHub Plugin URI: https://github.com/soderlind/super-admin-all-sites-menu * Description: For the super admin, replace WP Admin Bar My Sites menu with an All Sites menu. - * Version: 1.6.8 + * Version: 1.6.9 * Author: Per Soderlind * Network: true * Author URI: https://soderlind.no