Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #29

Merged
merged 1 commit into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 1.6.9

- Update dependencies

### 1.6.8

- Update dependencies
Expand Down
2 changes: 1 addition & 1 deletion build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-api-fetch', 'wp-i18n'), 'version' => 'f88fb048125702435d41');
<?php return array('dependencies' => array('wp-api-fetch', 'wp-i18n'), 'version' => '9878ba2245702b087402');
2 changes: 1 addition & 1 deletion build/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -31,4 +31,4 @@
"cross-spawn": "^7.0.6",
"dexie": "^4.0.10"
}
}
}
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion super-admin-all-sites-menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down