Skip to content

Commit 66c4bcb

Browse files
committed
adding the user token to update all sites
1 parent 0b9a06b commit 66c4bcb

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"package": {
1616
"name": "proudcity/wp-media-folder",
1717
"type": "wordpress-plugin",
18-
"version": "6.0.4",
18+
"version": "6.0.6",
1919
"source": {
2020
"type": "git",
2121
"url": "git@github.com:/proudcity/wp-media-folder.git",
22-
"reference": "6.0.4"
22+
"reference": "6.0.6"
2323
}
2424
}
2525
},
@@ -510,7 +510,7 @@
510510
"composer/installers": "1.*",
511511
"johnpbloch/wordpress": "6.8.1",
512512
"proudcity/auth0": "3.4.1",
513-
"proudcity/wp-media-folder": "6.0.4",
513+
"proudcity/wp-media-folder": "6.0.6",
514514
"proudcity/broken-link-checker": "1.11.21",
515515
"proudcity/wp-rocket": "3.16.4",
516516
"proudcity/wp-rocket-cache-rest-api": "1.149.0",

updates/release-2025.05.1121.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
# update joom user token
4+
wp option update ju_user_token 9f66b2c0-5e96-4f98-988b-f07f22498001 --allow-root

0 commit comments

Comments
 (0)