diff --git a/CHANGELOG.md b/CHANGELOG.md index a8fa7c4..e7ca702 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.9] + +- Fix field labels and update readme + ## [1.0.8] - Add date and time formatting options (#19) diff --git a/blocks-for-eventbrite.php b/blocks-for-eventbrite.php index b5fbf57..f4eda23 100644 --- a/blocks-for-eventbrite.php +++ b/blocks-for-eventbrite.php @@ -3,7 +3,7 @@ /** * Plugin Name: Blocks for Eventbrite * Description: Gutenberg blocks that display eventbrite events - * Version: 1.0.8 + * Version: 1.0.9 * Author: Jon Waldstein * Author URI: https://jonwaldstein.com * License: GPL-2.0-or-later diff --git a/readme.txt b/readme.txt index 407c826..32f8c1f 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/paypalme/jonwaldstein Tags: eventbrite, events, block Requires at least: 5.3.2 Tested up to: 5.7 -Stable tag: 1.0.8 +Stable tag: 1.0.9 Requires PHP: 7.0.0 License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -44,6 +44,9 @@ As long as you have an Eventbrite account you can get the api token key [here](h == Changelog == += 1.0.9: April 11, 2021 = +* fix: field labels and update readme + = 1.0.8: April 11, 2021 = * add: date and time formatting options