Skip to content

Commit 92e4d26

Browse files
committed
Bump version to 1.7.1 and update changelog to force deploy to WordPress.org
1 parent 3323cd5 commit 92e4d26

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
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.7.1
4+
5+
- Force deploy to WordPress.org
6+
37
### 1.7.0
48

59
- Major code refactoring and improvements:

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.7.0",
4+
"version": "1.7.1",
55
"keywords": [
66
"wordpress",
77
"multisite",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "super-admin-all-sites-menu",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "For the super admin, replace WP Admin Bar My Sites menu with an All Sites menu.",
55
"main": "index.js",
66
"scripts": {

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.7.0
2+
Stable tag: 1.7.1
33
Requires at least: 5.6
44
Tested up to: 6.7
55
Requires PHP: 7.3
@@ -108,6 +108,10 @@ You can use the following filters to override the defaults:
108108

109109
== Changelog ==
110110

111+
= 1.7.1 =
112+
113+
- Force deploy
114+
111115
= 1.7.0 =
112116

113117
- Major code refactoring and improvements:

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.7.0
15+
* Version: 1.7.1
1616
* Author: Per Soderlind
1717
* Network: true
1818
* Author URI: https://soderlind.no

0 commit comments

Comments
 (0)