DEV: Remove the deprecation of includePostAttributes (#30381)

This commit is contained in:
Sérgio Saquetim
2024-12-19 15:28:01 -03:00
committed by GitHub
parent d2979997e9
commit 9618075b9c
2 changed files with 5 additions and 10 deletions

View File

@@ -7,6 +7,10 @@ in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.39.2] - 2024-12-19
- Removed the deprecation of `includePostAttributes` for now.
## [1.39.1] - 2024-12-18
- Renamed `addTrackedPostProperty` to `addTrackedPostProperties` to allow plugins/TCs to add multiple new tracked properties to the post model.