Skip to content

Commit

Permalink
Release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ttempleton committed Oct 24, 2024
1 parent 63288b2 commit 3639104
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
## 2.0.2 - 2024-10-24

### Fixed
- Fixed a bug where the add button would still appear for preview images if no images were found in the preview source folder set in the plugin settings
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": "2.0.1",
"version": "2.0.2",
"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/2.0.1/README.md",
"docs": "https://github.com/spicywebau/craft-content-templates/blob/2.0.2/README.md",
"rss": "https://github.com/spicywebau/craft-content-templates/commits/2.x.atom"
},
"require": {
Expand All @@ -37,7 +37,7 @@
"schemaVersion": "2.0.0",
"class": "spicyweb\\contenttemplates\\Plugin",
"changelogUrl": "https://github.com/spicywebau/craft-content-templates/blob/2.x/CHANGELOG.md",
"downloadUrl": "https://github.com/spicywebau/craft-content-templates/archive/refs/tags/2.0.1.zip"
"downloadUrl": "https://github.com/spicywebau/craft-content-templates/archive/refs/tags/2.0.2.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": "2.0.1",
"version": "2.0.2",
"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 3639104

Please sign in to comment.