diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5375f6f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,57 @@ +# Changelog + + +## [Unreleased] + + +## [1.1.2] - 2025-03-05 + +### Fixed + Load models by ascending filename order + +## [1.1.1] - 2024-12-10 + +### Fixed + Correct Media meta field type + Rename drag and drop action + Allow settings meta boxes to have any number of sections + +## [1.1.0] - 2024-11-28 + +### Added + Items as CPTs +### Changed + Updated Codestar + Updated dependencies +### Fixed + Save linebreaks on save meta + interfaces usage +### Removed + p2p integration + + +## [1.0.2] - 2023-10-20 + +### Added +remember tabs +### Fixed +Fix missing properties +Update features to be Processable + + +## [1.0.1] - 2022-04-20 + +### Added +Meta feature +Settings feature +Drag and drop feature +Duplicate feature +Export feature +Admin Cols and Admin Filters features + +## [1.0.0] - 2019-04-23 +Initial Release + + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). diff --git a/README.md b/README.md index c77079b..9cf8c19 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ Saltus Framework helps you develop WordPress plugins that are based on Custom Po We built it to make things easier and faster for developers with different skills. Add metaboxes, settings pages and other enhancements with just a few lines of code. -**Version 1.1.2** +## Version +## [1.1.2] - 2025-03-05 +See [change log file](changelog.md) for full details. ### Features * Create Custom Post Types easily