Skip to content

Commit 7995ff5

Browse files
authored
Merge pull request #29 from soderlind/fix/security
Update dependencies
2 parents 4b6a018 + 04e8d7b commit 7995ff5

7 files changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 1.6.9
4+
5+
- Update dependencies
6+
37
### 1.6.8
48

59
- Update dependencies

build/index.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('wp-api-fetch', 'wp-i18n'), 'version' => 'f88fb048125702435d41');
1+
<?php return array('dependencies' => array('wp-api-fetch', 'wp-i18n'), 'version' => '9878ba2245702b087402');

build/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "soderlind/super-admin-all-sites-menu",
33
"description": "For the super admin, replace WP Admin Bar My Sites menu with an All Sites menu.",
4-
"version": "1.6.8",
4+
"version": "1.6.9",
55
"keywords": [
66
"wordpress",
77
"multisite",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "super-admin-all-sites-menu",
3-
"version": "1.6.8",
3+
"version": "1.6.9",
44
"description": "For the super admin, replace WP Admin Bar My Sites menu with an All Sites menu.",
55
"main": "index.js",
66
"scripts": {
@@ -31,4 +31,4 @@
3131
"cross-spawn": "^7.0.6",
3232
"dexie": "^4.0.10"
3333
}
34-
}
34+
}

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
=== Super Admin All Sites Menu ===
2-
Stable tag: 1.6.8
2+
Stable tag: 1.6.9
33
Requires at least: 5.6
44
Tested up to: 6.7
55
Requires PHP: 7.3
@@ -100,6 +100,10 @@ You can use the following filters to override the defaults:
100100

101101
== Changelog ==
102102

103+
= 1.6.9 =
104+
105+
- Update dependencies
106+
103107
= 1.6.8 =
104108

105109
- Update dependencies

super-admin-all-sites-menu.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Plugin URI: https://github.com/soderlind/super-admin-all-sites-menu
1313
* GitHub Plugin URI: https://github.com/soderlind/super-admin-all-sites-menu
1414
* Description: For the super admin, replace WP Admin Bar My Sites menu with an All Sites menu.
15-
* Version: 1.6.8
15+
* Version: 1.6.9
1616
* Author: Per Soderlind
1717
* Network: true
1818
* Author URI: https://soderlind.no

0 commit comments

Comments
 (0)