Skip to content

Commit

Permalink
Prep release
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory Claeyssens authored and Gregory Claeyssens committed Nov 14, 2024
1 parent 83f499e commit 803db1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 74 deletions.
24 changes: 0 additions & 24 deletions .craftplugin

This file was deleted.

51 changes: 2 additions & 49 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,56 +1,9 @@
# Storychief v3 Changelog
# StoryChief

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## 1.0.13 - 2024-11-12
## 5.0.0 - 2024-11-12
### Added
- Added support for Craft CMS 5

## 1.0.12 - 2022-07-22
### Fixed
- Fixed boolean parse

## 1.0.11 - 2022-05-18
### Fixed
- Fixed file updates with S3 file system

## 1.0.10 - 2021-12-27
### Fixed
- Fixed queries with table prefix (e.g. `craft_`).
### Added
- Support for Redactor fields

## 1.0.9 - 2021-08-26
### Added
- Added beforeEntryPublish and beforeEntryUpdate events which allow altering of the entry before it is saved.

## 1.0.6 - 2020-08-17
### Added
- Support for propagation settings: none, language, siteGroup and custom. Previously only all

## 1.0.5 - 2020-08-11
### Fixed
- Improved error logging

## 1.0.4 - 2019-11-12
### Fixed
- Setting custom field value directly on the element is no longer possible

## 1.0.3 - 2019-11-12
### Fixed
- Translations overwrite source article

## 1.0.2 - 2019-09-18
### Fixed
- Redirect on settings save
- Entry field type

## 1.0.1 - 2019-07-17
### Added
- Publish events

## 1.0.0 - 2019-04-16
### Added
- Initial release
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "storychief/craft-cms-v3-storychief",
"description": "Craft CMS plugin to use with Storychief",
"type": "craft-plugin",
"version": "1.0.13",
"version": "5.0.0",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 803db1e

Please sign in to comment.