All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.7.3 - 2025-01-13
- Pages and Posts: Fix the layout on mobile when details are open. [#40872]
0.7.2 - 2024-12-16
- Internal updates.
0.7.1 - 2024-11-25
- Updated dependencies. [#40286]
0.7.0 - 2024-11-18
- General: Update minimum PHP version to 7.2. [#40147]
0.6.5 - 2024-11-04
- Enable test coverage. [#39961]
0.6.4 - 2024-10-29
- Internal updates.
0.6.3 - 2024-08-23
- Updated package dependencies. [#39004]
0.6.2 - 2024-04-08
- Internal updates.
0.6.1 - 2024-03-18
- Internal updates.
0.6.0 - 2024-02-26
- Social Notes: Added the post list enhancements [#35819]
0.5.1 - 2023-11-24
- Replaced usage of substr() with str_starts_with() and str_ends_with(). [#34207]
0.5.0 - 2023-11-20
- Updated required PHP version to >= 7.0. [#34192]
0.4.6 - 2023-08-28
- Updated package dependencies. [#32605]
0.4.5 - 2023-04-10
- Add Jetpack Autoloader package suggestion. [#29988]
0.4.4 - 2023-02-20
- Minor internal updates.
0.4.3 - 2022-12-06
- Updated package dependencies. [#27688]
0.4.2 - 2022-11-28
- Updated package dependencies. [#27043]
0.4.1 - 2022-09-20
- Updated package dependencies.
0.4.0 - 2022-08-30
- Rebrand Publicize to Jetpack Social [#25787]
- Updated package dependencies. [#25158]
0.3.1 - 2022-07-06
- PHPCS: fix
WordPress.Security.ValidatedSanitizedInput
. [#23942] - Renaming master to trunk. [#24661]
- Updated package dependencies. [#24045]
0.3.0 - 2022-02-01
- Build: remove unneeded files from production build.
- Switch to pcov for code coverage.
- Updated package dependencies.
- Updated package textdomain from
jetpack
tojetpack-post-list
.
0.2.4 - 2021-11-19
- Fixed the stretched thumbnails when using a non-square image.
- Fixed the broken layout after making a quick edit.
- Updated package dependencies
0.2.3 - 2021-11-02
- Set
convertDeprecationsToExceptions
true in PHPUnit config. - Thumbnails only available on "Pages" and "Posts". Share action only when publicize and block-editor supported.
- Updated package dependencies.
- Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't.
0.2.2 - 2021-10-08
- Fixed the check for a valid thumbnail
0.2.1 - 2021-10-06
- Updated package dependencies
0.2.0 - 2021-10-06
- Added a 'Share' post action
- Only add the thumbnail column for post types that support it
- Updated package dependencies.
- Add the new Post List package to Jetpack project
- Updated the default columns displayed on the post and page list screens
- Refactored thumbnail preview to function server side. All javascript removed.