Skip to content

Commit 96e3f1c

Browse files
committed
Prep for release
1 parent 84462c4 commit 96e3f1c

File tree

4 files changed

+10
-7008
lines changed

4 files changed

+10
-7008
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ All notable changes to this project will be documented in this file.
44

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

7-
## 3.0.0-beta.1 - 2023.03.24
8-
- Craft 5 version
7+
## 3.0.1 - 2024.07.16
8+
### Added
9+
- Added a `craft` provider to generate native Craft transforms using Imgixer's core parameter set.
10+
- Stable release.
11+
12+
## 3.0.0-beta.1 - 2024.03.24
13+
- Craft 5 version.
914

1015
## 2.1.3 - 2023.05.03
1116
### Added

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2019 Mark Croxton
3+
Copyright (c) 2024 Mark Croxton
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "croxton/imgixer",
33
"description": "Generate Imgix URLs.",
44
"type": "craft-plugin",
5-
"version": "3.0.0-beta.1",
5+
"version": "3.0.1",
66
"keywords": [
77
"craft",
88
"cms",
@@ -24,7 +24,7 @@
2424
}
2525
],
2626
"require": {
27-
"craftcms/cms": "^5.0.0-beta.1",
27+
"craftcms/cms": "^5.0.0",
2828
"imgix/imgix-php": "~3.1.0",
2929
"imagekit/imagekit": "^3.0"
3030
},

0 commit comments

Comments
 (0)