Skip to content

Commit

Permalink
version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed May 5, 2022
1 parent 4b4078c commit cfa1943
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
13 changes: 2 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,14 @@
# Changelog

## 2.0.0-beta.3 - 2022-05-01
## 2.0.0 - 2022-05-05

### Changed
- Switch to Monolog for logging.
- Craft 4 upgrade.

### Fixed
- Fix credits css.

## 2.0.0-beta.2 - 2022-03-10

### Changed
- Craft 4 upgrade.

## 2.0.0-beta.1 - 2022-03-10

### Changed
- Craft 4 upgrade.

## 1.0.4 - 2021-11-03

### Fixed
Expand Down
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": "verbb/base",
"description": "Common utilities and building-blocks for Verbb plugins for Craft CMS.",
"type": "yii-module",
"version": "2.0.0-beta.3",
"version": "2.0.0",
"support": {
"email": "[email protected]",
"issues": "https://github.com/verbb/verbb-base/issues?state=open",
Expand All @@ -19,7 +19,7 @@
],
"require": {
"php": "^8.0.2",
"craftcms/cms": "^4.0.0-beta.1"
"craftcms/cms": "^4.0.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit cfa1943

Please sign in to comment.