Skip to content

Commit ff081fc

Browse files
superdav42claude
andcommitted
Bump to v2.4.11-beta.3 and fix release ZIP structure
Use composer archive-project output (which includes proper ultimate-multisite/ containing folder) instead of a manual zip command that created a flat archive. WordPress updater requires a containing folder matching the plugin slug. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent eafa229 commit ff081fc

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ jobs:
8484
MU_CLIENT_ID: ${{ secrets.MU_CLIENT_ID }}
8585
MU_CLIENT_SECRET: ${{ secrets.MU_CLIENT_SECRET }}
8686

87-
- name: Create ZIP file
87+
- name: Rename archive for release
8888
run: |
8989
mkdir -p build
90-
zip -r build/ultimate-multisite-${{ env.VERSION }}.zip . -x "*.git*" "node_modules/*" "tests/*" "build/*" "*.zip" "*.log"
90+
mv ultimate-multisite.zip build/ultimate-multisite-${{ env.VERSION }}.zip
9191
9292
- name: Create Release
9393
id: create_release

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "devstone/ultimate-multisite",
33
"homepage": "https://UltimateMultisite.com",
44
"description": "The Multisite Website as a Service (WaaS) plugin.",
5-
"version": "2.4.11-beta.2",
5+
"version": "2.4.11-beta.3",
66
"authors": [
77
{
88
"name": "Arindo Duque",

inc/class-wp-ultimo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ final class WP_Ultimo {
3131
* @since 2.1.0
3232
* @var string
3333
*/
34-
const VERSION = '2.4.11-beta.2';
34+
const VERSION = '2.4.11-beta.3';
3535

3636
/**
3737
* Core log handle for Ultimate Multisite.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.4.11-beta.2",
2+
"version": "2.4.11-beta.3",
33
"name": "ultimate-multisite",
44
"title": "Ultimate Multisite",
55
"homepage": "https://ultimatemultisite.com/",

ultimate-multisite.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Ultimate Multisite – WordPress Multisite SaaS & WaaS Platform
44
* Plugin URI: https://ultimatemultisite.com
55
* Description: Ultimate Multisite is a WordPress Multisite plugin that turns your network into a complete Website-as-a-Service (WaaS) platform with subscriptions, site provisioning, domain mapping, and customer management. Formerly WP Ultimo.
6-
* Version: 2.4.11-beta.2
6+
* Version: 2.4.11-beta.3
77
* Author: Ultimate Multisite Community
88
* Author URI: https://ultimatemultisite.com
99
* License: GPLv2 or later

0 commit comments

Comments
 (0)