chore(release): prepare v2.15.0 - #1684
Conversation
📝 WalkthroughWalkthroughThe release version changed from ChangesRelease metadata
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@ultimate-multisite.php`:
- Line 6: Update the WP_Ultimo::VERSION constant in class WP_Ultimo from 2.14.2
to 2.15.0 so it matches the runtime version declared in ultimate-multisite.php.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: 7069941e-9b1e-47ea-b611-1c54bf3bb266
📒 Files selected for processing (4)
VERSIONpackage.jsonreadme.txtultimate-multisite.php
| * Plugin URI: https://ultimatemultisite.com | ||
| * 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. | ||
| * Version: 2.14.2 | ||
| * Version: 2.15.0 |
There was a problem hiding this comment.
🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win
Update the runtime version constant before release.
ultimate-multisite.php now reports 2.15.0, but inc/class-wp-ultimo.php still defines WP_Ultimo::VERSION as 2.14.2. The release workflow compares these values and will fail the version check.
Update WP_Ultimo::VERSION to 2.15.0.
Also applies to: 68-68
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@ultimate-multisite.php` at line 6, Update the WP_Ultimo::VERSION constant in
class WP_Ultimo from 2.14.2 to 2.15.0 so it matches the runtime version declared
in ultimate-multisite.php.
🔨 Build Complete - Ready for Testing!📦 Download Build Artifact (Recommended)Download the zip build, upload to WordPress and test:
🌐 Test in WordPress Playground (Very Experimental)Click the link below to instantly test this PR in your browser - no installation needed! Login credentials: |
Summary
VERSION, and WordPress readme changelog.Verification
git diff --checkpassed.php -l ultimate-multisite.phppassed.Release notes
aidevops.sh v3.32.198 plugin for OpenCode v1.18.5 with gpt-5.6-luna
Summary by CodeRabbit