Skip to content

Latest commit

 

History

History
162 lines (129 loc) · 5.31 KB

CHANGELOG.md

File metadata and controls

162 lines (129 loc) · 5.31 KB

Changelog

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

Fixed

  • Pages and Posts: Fix the layout on mobile when details are open. [#40872]

0.7.2 - 2024-12-16

Changed

  • Internal updates.

0.7.1 - 2024-11-25

Changed

  • Updated dependencies. [#40286]

0.7.0 - 2024-11-18

Removed

  • General: Update minimum PHP version to 7.2. [#40147]

0.6.5 - 2024-11-04

Added

  • Enable test coverage. [#39961]

0.6.4 - 2024-10-29

Changed

  • Internal updates.

0.6.3 - 2024-08-23

Changed

  • Updated package dependencies. [#39004]

0.6.2 - 2024-04-08

Changed

  • Internal updates.

0.6.1 - 2024-03-18

Changed

  • Internal updates.

0.6.0 - 2024-02-26

Changed

  • Social Notes: Added the post list enhancements [#35819]

0.5.1 - 2023-11-24

Changed

  • Replaced usage of substr() with str_starts_with() and str_ends_with(). [#34207]

0.5.0 - 2023-11-20

Changed

  • Updated required PHP version to >= 7.0. [#34192]

0.4.6 - 2023-08-28

Changed

  • Updated package dependencies. [#32605]

0.4.5 - 2023-04-10

Added

  • Add Jetpack Autoloader package suggestion. [#29988]

0.4.4 - 2023-02-20

Changed

  • Minor internal updates.

0.4.3 - 2022-12-06

Changed

  • Updated package dependencies. [#27688]

0.4.2 - 2022-11-28

Changed

  • Updated package dependencies. [#27043]

0.4.1 - 2022-09-20

Changed

  • Updated package dependencies.

0.4.0 - 2022-08-30

Changed

  • Rebrand Publicize to Jetpack Social [#25787]
  • Updated package dependencies. [#25158]

0.3.1 - 2022-07-06

Changed

  • PHPCS: fix WordPress.Security.ValidatedSanitizedInput. [#23942]
  • Renaming master to trunk. [#24661]
  • Updated package dependencies. [#24045]

0.3.0 - 2022-02-01

Changed

  • Build: remove unneeded files from production build.
  • Switch to pcov for code coverage.
  • Updated package dependencies.
  • Updated package textdomain from jetpack to jetpack-post-list.

0.2.4 - 2021-11-19

Fixed

  • Fixed the stretched thumbnails when using a non-square image.
  • Fixed the broken layout after making a quick edit.

Changed

  • Updated package dependencies

0.2.3 - 2021-11-02

Changed

  • 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

  • Fixed the check for a valid thumbnail

0.2.1 - 2021-10-06

Changed

  • Updated package dependencies

0.2.0 - 2021-10-06

Added

  • Added a 'Share' post action

Changed

  • Only add the thumbnail column for post types that support it
  • Updated package dependencies.

0.1.0 - 2021-09-22

Added

  • Add the new Post List package to Jetpack project

Changed

  • Updated the default columns displayed on the post and page list screens
  • Refactored thumbnail preview to function server side. All javascript removed.