Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
945c90e
Merge branch 'develop' of github.com:10up/simple-page-ordering into d…
Sidsector9 Apr 2, 2024
f25c059
Merge branch 'develop' of github.com:10up/simple-page-ordering into d…
Sidsector9 Apr 5, 2024
0edc8e6
Merge branch 'develop' into trunk
Sidsector9 Apr 5, 2024
8edc52e
Merge branch 'develop' into trunk
jeffpaul Jun 3, 2024
c43cc4f
bump WordPress "tested up to" version 6.6
jeffpaul Jul 5, 2024
dc8d9b4
Update simple-page-ordering.php
jeffpaul Jul 5, 2024
44af9eb
Merge pull request #217 from 10up/bump/wp-version
jeffpaul Jul 5, 2024
f30e31d
Merge branch 'develop' into trunk
dkotter Aug 21, 2024
3682760
bump WordPress "tested up to" 6.7 on `trunk`
jeffpaul Nov 7, 2024
ed265e4
Merge pull request #231 from 10up/bump/wp-version
jeffpaul Nov 7, 2024
39fba51
Merge branch 'develop' into trunk
dkotter Mar 11, 2025
2862b67
Bump WordPress "tested up to" version 6.8
jeffpaul Apr 24, 2025
a9e2180
Merge pull request #240 from 10up/bump/wp-ver-trunk
jeffpaul Apr 24, 2025
a4668f0
Merge branch 'develop' into trunk
dkotter May 19, 2025
ad83563
Bump tested up to header to indicate WordPress 6.9 support.
peterwilsoncc Jan 2, 2026
0e91116
bump WordPress tested-up-to version 7.0
jeffpaul Apr 16, 2026
c21ab8f
Merge pull request #272 from 10up/bump/wp-version
jeffpaul Apr 16, 2026
be6c6d2
Build language files during readme/asset deploy.
peterwilsoncc May 11, 2026
1065ae6
Merge pull request #278 from 10up/fix/275-readme-deploy-action-trunk
peterwilsoncc May 11, 2026
da19f4f
Merge branch 'develop' into trunk
peterwilsoncc May 14, 2026
46f8a35
Add day to release date.
peterwilsoncc May 14, 2026
95e747b
Fix markdown syntax.
peterwilsoncc May 14, 2026
8fadf9b
Remove makepot step from readme update.
peterwilsoncc May 14, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ All notable changes to this project will be documented in this file, per [the Ke

## [Unreleased] - TBD

## [2.8.0] - 2026-05-TBA
## [2.8.0] - 2026-05-15
**Note that this release bumps the WordPress minimum version from 6.6 to 6.8.**

### Added
- Add filter to disable page row actions (props [@sanketio](https://github.com/sanketio), [@faisal-alvi][https://github.com/faisal-alvi] via [#249](https://github.com/10up/simple-page-ordering/pull/249)).
- Add filter to disable page row actions (props [@sanketio](https://github.com/sanketio), [@faisal-alvi](https://github.com/faisal-alvi) via [#249](https://github.com/10up/simple-page-ordering/pull/249)).

### Fixed
- Resolved issue with emoji in page titles (props [@jamesmorrison](https://github.com/jamesmorrison),[@dkotter](https://github.com/dkotter) via [#248](https://github.com/10up/simple-page-ordering/pull/248)).
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Please report security bugs found in the source code of the Simple Page Ordering

== Changelog ==

= 2.8.0 - 2026-05-TBA =
= 2.8.0 - 2026-05-15 =
* **Added:** Add filter to disable page row actions (props [@sanketio](https://github.com/sanketio), [@faisal-alvi](https://github.com/faisal-alvi) via [#249](https://github.com/10up/simple-page-ordering/pull/249)).
* **Fixed:** Resolved issue with emoji in page titles (props [@jamesmorrison](https://github.com/jamesmorrison), [@dkotter](https://github.com/dkotter) via [#248](https://github.com/10up/simple-page-ordering/pull/248)).
* **Changed:** Indicate WordPress 7.0 compatibility (props [@peterwilsoncc](https://github.com/peterwilsoncc), [@jasperfrontend](https://github.com/jasperfrontend), [@jeffpaul](https://github.com/jeffpaul) via [#254](https://github.com/10up/simple-page-ordering/pull/254), [#271](https://github.com/10up/simple-page-ordering/pull/271)).
Expand Down
Loading