Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ttempleton committed Aug 25, 2023
1 parent 57f089f commit a328d93
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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.3 - 2023-08-25

### Fixed
- Fixed a bug where the 'Choose a template' modal would not appear when creating a new entry with fields with non-empty default values
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.2",
"version": "1.0.3",
"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.2/README.md",
"docs": "https://github.com/spicywebau/craft-content-templates/blob/1.0.3/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.2.zip"
"downloadUrl": "https://github.com/spicywebau/craft-content-templates/archive/refs/tags/1.0.3.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.2",
"version": "1.0.3",
"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 a328d93

Please sign in to comment.