Skip to content

Commit

Permalink
Release: 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrowe committed Aug 25, 2022
1 parent faa8b74 commit fe05218
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Donkeytail Changelog

## Unreleased
## 3.0.0 - 2022-08-25

- Fix bug that could sometimes cause canvas image to not load ([#31](https://github.com/simplygoodwork/craft-donkeytail/issues/31))
- Fix GQL deprecation error ([#32](https://github.com/simplygoodwork/craft-donkeytail/issues/34))
Expand All @@ -9,42 +9,50 @@

### Added

* Initial Craft CMS 4 compatibility
- Initial Craft CMS 4 compatibility

## 2.0.6 - 2021-12-09

### Added

- Support for adding entries from different sites within a Craft multisite installation. ([#29](https://github.com/simplygoodwork/craft-donkeytail/issues/29))

### Fixed

- Fixed order of pins output to match the field. ([#27](https://github.com/simplygoodwork/craft-donkeytail/issues/27))

## 2.0.5 - 2020-12-08

### Fixed

- Fix missing closing tag in field type settings.

## 2.0.4 - 2020-11-20

### Fixed

- Fixed error that would occur when trying to output a canvas with zero pins.

## 2.0.3 - 2020-11-10

### Changed

- Bump for version.

## 2.0.2 - 2020-11-08

### Changed

- Cleaned up some bits under the hood & updated dependencies.

## 2.0.1 - 2020-11-06

### Changed

- Updated license info as per Craft documentation.

## 2.0.0 - 2020-11-05

### Added

- Initial release
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "simplygoodwork/craft-donkeytail",
"description": "Fieldtype that allows you to quickly and easily content manage points on images. You can use it for locations on a faux map, showcasing multiple products within an image, or even pinning the tail on a donkey.",
"type": "craft-plugin",
"version": "3.0.0-beta.2",
"version": "3.0.0",
"keywords": [
"craft",
"cms",
Expand All @@ -24,7 +24,7 @@
],
"require": {
"php": "^8.0.2",
"craftcms/cms": "^4.0.0-alpha"
"craftcms/cms": "^4.0.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit fe05218

Please sign in to comment.