Change Log
Introduction
All notable changes to this project will be documented in this file.
-
Addedfor new features. -
Changedfor changes in existing functionality. -
Deprecatedfor soon-to-be removed features. -
Removedfor now removed features. -
Fixedfor any bug fixes. -
Securityin case of vulnerabilities.
Versioning
This project adheres to Semantic Versioning.
Deprecated Features
Features that are deprecated will generally be removed in the next minor update unless noted otherwise.
Releases
[2.6.17] - 2020-07-07
Fixed
- Fixed issue with disabled posts indexing.
[2.6.16] - 2020-05-15
Added
- Added
POSTS_URL_BASEsupport to control base URI segment.
[2.6.15] - 2020-01-13
Added
- Added Turkish translation.
[2.6.14] - 2019-09-14
Fixed
- Fixed issue with restoring post types.
[2.6.13] - 2019-09-06
Fixed
- Fixed issue where
\Anomaly\PostsModule\Post\Table\Filter\StatusFilterQuerywas extending a frivolous base filter that changed signature.
Added
- Added Turkish translation.
[2.6.12] - 2019-07-18
Fixed
- Fixed issue where
livescope was assuming UTC database to comparepublish_atto.
[2.6.8] - 2019-05-17
Fixed
- Fixed issue where
livescope was using a potentially non-UTC date to comparepublish_atto.
[2.6.7] - 2019-04-09
Change
- Forced setting
str_idduringsavingto avoid conflicts with new clone feature.
[2.6.6] - 2019-03-13
Added
- Added translatable page slugs.
Fixed
- Fixed issues around
config:cachelike closures and re-generating cache on pages save. - Fixed issues around
route:cachelike closures and re-generating routes on pages save.
Changed
- Changed
composer.jsonto include proper support links. - Changed
composer.jsonto use"anomaly/streams-platform": "^1.6".