Skip to content

Commit

Permalink
Merge pull request #22 from jonwaldstein/develop
Browse files Browse the repository at this point in the history
v1.0.10
  • Loading branch information
jonwaldstein authored Apr 12, 2021
2 parents 4909b1f + 3b298c4 commit 51d2645
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.10]

- Fix CSS classnames (#21)
- Replaced "grey" with "gray" in classnames
- added active text states
- adjusted details link style to remove outline and make background transparent
- added more css classnames to elements for users to customize elements

## [1.0.9]

- Fix field labels and update readme
Expand Down
3 changes: 1 addition & 2 deletions blocks-for-eventbrite.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
/**
* Plugin Name: Blocks for Eventbrite
* Description: Gutenberg blocks that display eventbrite events
* Version: 1.0.9
* Version: 1.0.10
* Author: Jon Waldstein
* Author URI: https://jonwaldstein.com
* License: GPL-2.0-or-later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: blocks-for-eventbrite
*
*/

// Exit if accessed directly.
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.9
Stable tag: 1.0.10
Requires PHP: 7.0.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -44,6 +44,12 @@ As long as you have an Eventbrite account you can get the api token key [here](h

== Changelog ==

= 1.0.10: April 12, 2021 =
* fix: Replaced "grey" with "gray" in classnames
* fix: added active text states
* fix: adjusted details link style to remove outline and make background transparent
* add: added more css classnames to elements for users to customize elements

= 1.0.9: April 11, 2021 =
* fix: field labels and update readme

Expand Down

0 comments on commit 51d2645

Please sign in to comment.