Conversation
Patch on top of 1.10.0-beta1, bundling 7 fixes: - #208 manager API msOnBefore/Create/Update/Remove OrderProduct events (closes #207) - #230 product options tab: keep all groups mounted (v-show) so values survive switching - #228 clear orphan msOption.modcategory_id on OnCategoryRemove - #217 OrderFinalizeService → registered msOnBefore/MgrCreateOrder names - #225 ServiceRegistry: skip DEBUG noise for missing default optional configs (closes #224) - #223 missing ms3_cart_get_success lexicon (closes #222) - #210 import: correct ms3_template_product_default setting key
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Patch release on top of
v1.10.0-beta1. Bundles 7 fixes already merged intobeta:msOnBefore/Create/Update/Remove OrderProductevents on order line CRUD (closes #207)v-showso per-field state and hidden inputs survive tab switchesmsOption.modcategory_idonOnCategoryRemove(mirrors MODX core for elements)OrderFinalizeServicecalls registeredmsOnBefore/MgrCreateOrderinstead of non-existentmsOn*FinalizeOrderServiceRegistry: skip DEBUG log for missing default override paths on stock installs (closes #224)ms3_cart_get_successlexicon in ru/en (closes #222)ms3_template_product_defaultsetting keyDiff in this PR
Only the release prep:
CHANGELOG.md— adds the 1.10.1-beta1 section (rus, detailed)core/components/minishop3/docs/changelog.txt— adds[1.10.1-beta1](en, Keep-a-Changelog)_build/config.inc.php—version: 1.10.1core/components/minishop3/src/MiniShop3.php—\$version = '1.10.1-beta1'After merge
Tag
v1.10.1-beta1onbeta→ GitHub Actions creates the release.Out of scope
beta, scheduled for the next minor release, intentionally excluded from this patch.