Skip to content

Commit 2ecc02f

Browse files
authored
Merge pull request #1400 from publishpress/release/4.8.0
Release/4.8.0
2 parents 70e5025 + c759c4f commit 2ecc02f

File tree

60 files changed

+672
-696
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+672
-696
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
33
The format is based on [Keep a Changelog](http://keepachangelog.com/)
44
and this project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [4.8.0]- 09 July, 2025
7+
8+
### Added
9+
10+
- Add Key links on Plugins screen (Issue #1360).
11+
- Add new checkbox to hide specific fields in Metadata Mapping instead of the full metabox - PRO feature (Issue #1058).
12+
13+
### Changed
14+
15+
- Changed the default value of "Workflow" field in the "Deactivate workflow for post" action to automatically select the first available workflow option (Issue #958).
16+
- Improve consistency on the name of manually enabled triggers (Issue #1366).
17+
- Conflict between the future action metabox and custom metadata when it comes from 3rd party plugins - PRO feature (Issue #1058).
18+
- Update the field description Text on User interaction step (Issue #1384).
19+
- Consistency with "Filters" name (Issue #1296).
20+
- Workflow name consistency, update "Custom action" to "Do custom action" (Issue #1385).
21+
22+
### Fixed
23+
24+
- Fixed WooCommerce Order Notice: Function ID was called incorrectly. Order properties should not be accessed directly (Issue #1388).
25+
- Plugin's text domain is loaded too early (Issue #1350).
26+
- Pro license is not activating - PRO (Issue #1397).
27+
28+
### Developers
29+
30+
- Remove HooksAbstract::FILTER_ACTION_META_KEY filter application from PostModel
31+
632
## [4.7.1]- 11 June, 2025
733

834
### Fixed

assets/js/205.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/assets_jsx_workflow-editor_components_app_jsx.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ var withConditional = function withConditional(_ref) {
943943
_ref$modalDescription = _ref.modalDescription,
944944
modalDescription = _ref$modalDescription === void 0 ? (0,_publishpress_i18n__WEBPACK_IMPORTED_MODULE_2__.__)('Create rules that will continue the workflow only if certain conditions are met.', 'post-expirator') : _ref$modalDescription,
945945
_ref$buttonText = _ref.buttonText,
946-
buttonText = _ref$buttonText === void 0 ? (0,_publishpress_i18n__WEBPACK_IMPORTED_MODULE_2__.__)('Edit condition', 'post-expirator') : _ref$buttonText,
946+
buttonText = _ref$buttonText === void 0 ? (0,_publishpress_i18n__WEBPACK_IMPORTED_MODULE_2__.__)('Edit rules', 'post-expirator') : _ref$buttonText,
947947
_ref$proFeatureMessag = _ref.proFeatureMessage,
948948
proFeatureMessage = _ref$proFeatureMessag === void 0 ? (0,_publishpress_i18n__WEBPACK_IMPORTED_MODULE_2__.__)('Conditional logic is a Pro feature. Upgrade to create advanced conditions for your workflows.', 'post-expirator') : _ref$proFeatureMessag,
949949
_ref$onQueryChange = _ref.onQueryChange,
@@ -4088,8 +4088,8 @@ var PostFilter = function PostFilter(props) {
40884088
FieldComponent: _post_field_selector__WEBPACK_IMPORTED_MODULE_2__.PostFieldSelector,
40894089
ValueComponent: _post_value_selector__WEBPACK_IMPORTED_MODULE_3__.PostValueSelector,
40904090
modalTitle: (0,_publishpress_i18n__WEBPACK_IMPORTED_MODULE_0__.__)('Post Filter', 'post-expirator'),
4091-
modalDescription: (0,_publishpress_i18n__WEBPACK_IMPORTED_MODULE_0__.__)('Create filters to query specific posts based on conditions.', 'post-expirator'),
4092-
buttonText: (0,_publishpress_i18n__WEBPACK_IMPORTED_MODULE_0__.__)('Edit filters', 'post-expirator'),
4091+
modalDescription: (0,_publishpress_i18n__WEBPACK_IMPORTED_MODULE_0__.__)('Create filters to query specific posts based on rules.', 'post-expirator'),
4092+
buttonText: (0,_publishpress_i18n__WEBPACK_IMPORTED_MODULE_0__.__)('Edit rules', 'post-expirator'),
40934093
defaultField: ''
40944094
})(props);
40954095
};

assets/js/blockEditor.js

Lines changed: 14 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/blockEditor.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/bulkEdit.js

Lines changed: 17 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/bulkEdit.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)