Closed Aunshon closed 1 week ago
[!CAUTION]
Review failed
The pull request is closed.
The pull request modifies the versioning strategy in the Upgrades
class, replacing the entry for version 4.0.0
with 3.14.0
in the $upgrades
static property. Additionally, it updates class names and references in related files to reflect this version change, specifically renaming V_4_0_0_UpdateCommissions
to V_3_14_0_UpdateCommissions
and adjusting instantiations accordingly. The methods and their logic remain unchanged, ensuring that the functionality for updating commission settings continues to operate as before.
File | Change Summary |
---|---|
includes/Upgrade/Upgrades.php |
Updated $upgrades static property: removed entry for 4.0.0 , added entry for 3.14.0 . |
includes/Upgrade/Upgrades/BackgroundProcesses/V_3_14_0_UpdateCommissions.php |
Renamed class from V_4_0_0_UpdateCommissions to V_3_14_0_UpdateCommissions ; retained existing methods. |
includes/Upgrade/Upgrades/V_3_14_0.php |
Renamed class from V_4_0_0 to V_3_14_0 ; updated references to V_3_14_0_UpdateCommissions in methods. |
4.0.0
to 3.14.0
.QA approved
In the burrow where upgrades dwell,
A change was made, oh what a spell!
From four to three point one four,
Commissions updated, we cheer and roar!
Hopping through code, a joyful sight,
Versioning's new path shines bright! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
All Submissions:
Changes proposed in this Pull Request:
Related Pull Request(s)
Closes
How to test the changes in this Pull Request:
Changelog entry
Title
Detailed Description of the pull request. What was previous behaviour and what will be changed in this PR.
Before Changes
Describe the issue before changes with screenshots(s).
After Changes
Describe the issue after changes with screenshot(s).
Feature Video (optional)
Link of detailed video if this PR is for a feature.
PR Self Review Checklist:
FOR PR REVIEWER ONLY:
Summary by CodeRabbit
New Features
3.14.0
instead of4.0.0
.V_3_14_0_UpdateCommissions
class.Bug Fixes