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.26] - 2020-10-02
Fixed
- Fixed issue with home and exact being enabled at the same time.
Changed
- Return default page translations where paths missing.
[2.6.25] - 2020-07-07
Fixed
- Fixed issue with disabled pages not removing from the index.
[2.6.24] - 2019-08-01
Changed
- Changed verbiage for
pages:dumpcommand.
Added
- Added
Turkishtranslation thanks to @fatihalp.
[2.6.23] - 2019-08-01
Added
- Added
sitemapcallback to\Anomaly\PagesModule\Page\PageRepositoryfor Sitemap Extension support.
[2.6.22] - 2019-07-19
Added
- Added support for
php artisan refreshcommand.
[2.6.21] - 2019-06-13
Fixed
- Fixed issue with versioning where page entry data was not loading properly.
[2.6.20] - 2019-05-08
Fixed
- Fixed issue with
findByPathmethod onPageInterfaceto account for translatable
[2.6.19] - 2019-04-24
Fixed
- Fixed issue with
structureplugin function returning pages not intended for navigation.
[2.6.18] - 2019-04-16
Fixed
- Fixed formatting issue with
bootstrap4automated navigation structure.
[2.6.17] - 2019-04-09
Changed
- Forced setting
str_idduringsavingto avoid conflicts with new clone feature. - Moved 1-liner command for
str_idlogic inline to the observer method.
[2.6.16] - 2019-03-13
Added
- Added
pages:dumpCLI command. - Added translatable page slugs.
- Added
publish_atfield and logic.
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". - Changed the method in which pages module includes page routes.
- Changed the method in which routes are generated by extensions.