Skip to content

Commit a7d97c4

Browse files
committed
version 2.0.0-beta.3
1 parent 9937fc9 commit a7d97c4

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 2.0.0-beta.3 - 2022-05-23
4+
5+
### Added
6+
- Add resave console command for elements.
7+
- Add checks for registering events for performance.
8+
- Add `archiveTableIfExists()` to install migration.
9+
10+
### Changed
11+
- Rename base plugin methods.
12+
13+
### Fixed
14+
- Fix a Twig error in pending submissions pane.
15+
316
## 2.0.0-beta.2 - 2022-04-13
417

518
### Changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "verbb/workflow",
33
"description": "A Craft CMS plugin to create a workflow for publishing entries.",
44
"type": "craft-plugin",
5-
"version": "2.0.0-beta.2",
5+
"version": "2.0.0-beta.3",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)