Skip to content

Commit

Permalink
Release 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ttempleton committed Feb 24, 2024
1 parent f82f3b9 commit b5422c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ All notable changes to this project will be documented 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).

## Unreleased
## 1.0.7 - 2024-02-24

### Fixed
- Fixed an error that occurred when applying a content template to a new entry, if the primary site was disabled for the entry's section
- Fixed an error that occurred when applying a content template to a new entry, if the primary site was disabled for the entry's section (thanks @IrateGod)

## 1.0.6 - 2023-10-09

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "spicyweb/craft-content-templates",
"description": "A Craft CMS plugin for providing content editors a starting point when creating entries.",
"version": "1.0.6",
"version": "1.0.7",
"type": "craft-plugin",
"keywords": [
"cms",
Expand All @@ -19,7 +19,7 @@
"support": {
"issues": "https://github.com/spicywebau/craft-content-templates/issues",
"source": "https://github.com/spicywebau/craft-content-templates",
"docs": "https://github.com/spicywebau/craft-content-templates/blob/1.0.6/README.md",
"docs": "https://github.com/spicywebau/craft-content-templates/blob/1.0.7/README.md",
"rss": "https://github.com/spicywebau/craft-content-templates/commits/1.x.atom"
},
"require": {
Expand All @@ -37,7 +37,7 @@
"schemaVersion": "1.0.0",
"class": "spicyweb\\contenttemplates\\Plugin",
"changelogUrl": "https://github.com/spicywebau/craft-content-templates/blob/1.x/CHANGELOG.md",
"downloadUrl": "https://github.com/spicywebau/craft-content-templates/archive/refs/tags/1.0.6.zip"
"downloadUrl": "https://github.com/spicywebau/craft-content-templates/archive/refs/tags/1.0.7.zip"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "craft-content-templates",
"version": "1.0.6",
"version": "1.0.7",
"description": "A Craft CMS plugin for setting content templates for content editors to use as a starting point",
"private": true,
"main": "webpack.config.js",
Expand Down

0 comments on commit b5422c6

Please sign in to comment.