Skip to content

Commit 906410b

Browse files
authored
Merge pull request #1422 from publishpress/release/4.8.2
Release/4.8.2
2 parents 8cc9c5e + 7ea2d0c commit 906410b

File tree

26 files changed

+1052
-609
lines changed

26 files changed

+1052
-609
lines changed

.github/ISSUE_TEMPLATE/release-checklist.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ To release the Free plugin, please check all the checkboxes below.
2525
- [ ] Create the release branch as `release-<version>` based on the development branch. Use the command: `git checkout -b release-<version> develop`.
2626
- [ ] Merge any pending hotfixes or feature branches into the release branch using either direct merges or Pull Requests. Ensure all changes are properly reviewed and tested before merging.
2727
- [ ] Review GitHub's Dependabot alerts and pull requests. Dismiss false positives and fix legitimate security issues.
28+
- [ ] Run `composer update` to ensure all dependency is updated to the latest version.
2829
- [ ] Run `composer build:js` to build JS files to production.
2930
- [ ] Run `composer build:lang` to build translation files and commit the changes. Mention this on the changelog.
3031
- [ ] Run `composer check` to run check the code and make sure no warnings or errors.

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.2]- 30 July, 2025
7+
8+
### Added
9+
10+
- Add updated_post_meta and added_post_meta to core HooksAbstract, (Issue #1416).
11+
- Add Pro nudge in Free version for Statuses and Metadata scheduling, (Issue #1371).
12+
13+
### Changed
14+
15+
- Hide options for "Automatically create actions" if disabled, (Issue #1398).
16+
17+
### Fixed
18+
19+
- Mapped meta field for scheduled action not working for post added from the front end, (Issue #1418).
20+
621
## [4.8.1]- 17 July, 2025
722

823
### Fixed

assets/css/settings.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,17 @@ span.post-expiration-attributes {
192192
border: 1px solid #655897;
193193
}
194194

195+
.pp-pro-loc-icon {
196+
cursor: pointer;
197+
background: #FCB223;
198+
color: #000;
199+
border-radius: 100%;
200+
width: 24px;
201+
height: 24px;
202+
box-sizing: border-box;
203+
margin-left: 5px !important;
204+
}
205+
195206
#screen-options-wrap label[for^="pp_boxes_banner-hide"],
196207
#pp_boxes_banner .postbox-header:not(.pp-advert),
197208
#screen-options-wrap label[for^="ppmacf_banner-hide"],

assets/js/blockEditor.js

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

0 commit comments

Comments
 (0)