Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustl22 committed Apr 5, 2021
1 parent bbf7016 commit 994ef6c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## [v0.2.1] - 2021-04-06
- Fix ListView name substitution with Webpack
- Upgrade node modules

## [v0.2.0] - 2021-01-21
- Events Manager search attributes in shortcodes [#17](https://github.com/Oberhauser-Dev/gb-fullcalendar/issues/17)
- Show toolbar while loading
Expand All @@ -11,7 +15,6 @@
- Automate zipping plugin with gulp
- Adapt styles to wp-scripts update
- Specify package and text domain
- Fix ListView name substitution on production build
- Use excerpt for tooltip, if available [#16](https://github.com/Oberhauser-Dev/gb-fullcalendar/pull/16)

## [v0.1.0-alpha.2] - 2020-08-07
Expand All @@ -35,7 +38,8 @@
- Custom calendar views
- Adapt theme system

[unreleased]: https://github.com/Oberhauser-Dev/gb-fullcalendar/compare/v0.2.0...HEAD
[unreleased]: https://github.com/Oberhauser-Dev/gb-fullcalendar/compare/v0.2.1...HEAD
[v0.2.1]: https://github.com/Oberhauser-Dev/gb-fullcalendar/compare/v0.2.0...v0.2.1
[v0.2.0]: https://github.com/Oberhauser-Dev/gb-fullcalendar/compare/v0.2.0-alpha.0...v0.2.0
[v0.2.0-alpha.0]: https://github.com/Oberhauser-Dev/gb-fullcalendar/compare/v0.1.0-alpha.2...v0.2.0-alpha.0
[v0.1.0-alpha.2]: https://github.com/Oberhauser-Dev/gb-fullcalendar/compare/v0.1.0-alpha.1...v0.1.0-alpha.2
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
- Contributors: August Oberhauser
- Tags: block, fullcalendar, react
- Requires at least: 5.3.2
- Tested up to: 5.6
- Stable tag: 0.2.0
- Tested up to: 5.7
- Stable tag: 0.2.1
- Requires PHP: 7.0.0
- License: GPL-3.0-or-later
- License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down
4 changes: 2 additions & 2 deletions gb-fullcalendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* Plugin Name: GB FullCalendar
* Plugin URI: https://github.com/oberhauser-dev/gb-fullcalendar/
* Description: GB FullCalendar is a Gutenberg block for displaying events.
* Version: 0.2.0
* Version: 0.2.1
* Requires at least: 5.3.2
* Tested up to: 5.6
* Tested up to: 5.7
* Requires PHP: 7.0.0
* Author: August Oberhauser
* Author URI: https://www.oberhauser.dev/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gb-fullcalendar",
"version": "0.2.0",
"version": "0.2.1",
"description": "Example block written with ESNext standard and JSX support – build step required.",
"author": "August Oberhauser",
"license": "GPL-3.0-or-later",
Expand Down

0 comments on commit 994ef6c

Please sign in to comment.