Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
localjo committed May 5, 2020
1 parent 2bc970b commit 63d9391
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.patreon.com/localjo
Tags: social media, share buttons, quotes, twitter, medium
Requires at least: 3.0.1
Tested up to: 5.4
Stable tag: 2.0.0
Stable tag: 2.1.0
Requires PHP: 5.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -50,18 +50,23 @@ Hashtags are generated based on the WordPress tags that were used on the post. I
3. The sharing button opens a popup for readers to share the quote on social media.

== Upgrade Notice ==
= 2.1.0 =
This update adds German and Hungarian translations.
= 2.0.0 =
This update adds support for the Gutenberg blocks editor.

== Changelog ==
= 2.1.0 =
* Adds Hungarian translation
* Adds German translation
= 2.0.0 =
* Adds support for Gutenberg block editor
* Adds the ability to enable/disable buttons on individual quotes in the block editor
* Moves page and post settings to the Gutenberg document settings sidebar
* Hides Quotable settings on posts and pages if disabled site-wide
* Completely rewritten codebase using WordPress coding standards and modern JavaScript
* Removes a call to platform.twitter.com
* Adds Spanish, German and Hungarian translations for the plugin
* Adds Spanish translation for the plugin
* Improves the user expereince when installing and updating
* Adds settings shortcut in plugin list
* Various bug fixes and tests
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "quotable-wp",
"private": true,
"version": "2.0.0",
"version": "2.1.0",
"description": "Adds buttons to quotes and text selection that make it quick and easy for your readers to share quotes from your WordPress website.",
"main": "build/admin.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions quotable.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: Quotable
* Plugin URI: https://iamlocaljo.com
* Description: Adds buttons to quotes and text selection that make it quick and easy for your readers to share quotes from your website.
* Version: 2.0.0
* Version: 2.1.0
* Author: Jo Sprague
* Author URI: https://iamlocaljo.com
* License: GPL-2.0+
Expand All @@ -24,7 +24,7 @@
die;
}

define( 'QUOTABLE_VERSION', '2.0.0' );
define( 'QUOTABLE_VERSION', '2.1.0' );

/**
* The code that runs during plugin activation.
Expand Down

0 comments on commit 63d9391

Please sign in to comment.