Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Banner committed Jul 28, 2022
1 parent 2f8e7fc commit a8085a5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,25 @@

All notable changes to this project will be documented in this file.

## 1.4.2 - 21-06-22
## 1.4.3 - 2022-07-28
### Changed
- JS to ordinals that match PHP

### Fixed
- Bug where week number was incorrectly rounded.

## 1.4.2 - 2022-06-22
### Added:
- Validation for if the end date is set but start date isn't.

### Changed:
- Validation messages to be more user friendly.

## 1.4.1 - 23-05-22
## 1.4.1 - 2022-05-23
### Fixed
- `endRepeatDate` `DateTime` object time manually set to end of day (23:59:59).

## 1.4.0 - 29-04-22
## 1.4.0 - 2022-04-29
### Added
- Version number to `composer.json`.
- Field time changes can be disabled within plugin settings.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unionco/calendarize",
"description": "A calendar field type providing functionality for recurrence.",
"version": "1.4.2",
"version": "1.4.3",
"type": "craft-plugin",
"keywords": [
"craft",
Expand Down

0 comments on commit a8085a5

Please sign in to comment.