diff --git a/CHANGELOG.md b/CHANGELOG.md index 99b89bb..287137c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -## 0.0.2 - 2020-06-01 +## [0.0.3] - 2020-06-02 +### Added +* Uninstall removes all the transients now. +* Improved the cache management, so that we can create multiple cached widgets. +* Added option for opening links in a new tab + +## [0.0.2] - 2020-06-01 ### Added * First completion of the plugin. @@ -16,4 +22,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * First release of the plugin. [Unreleased]: https://github.com/aldolat/aldolat-twitter/commits/develop +[0.0.3]: https://github.com/aldolat/aldolat-twitter/compare/0.0.2...0.0.3 [0.0.2]: https://github.com/aldolat/aldolat-twitter/compare/0.0.1...0.0.2 diff --git a/README.md b/README.md index c3d3323..3dfdb6d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ **Tags** twitter, sidebar, widget **Requires at least** 5.4 **Tested up to** 5.4 -**Stable tag** 0.0.2 +**Stable tag** 0.0.3 **License** GPLv3 or later **License URI** https://www.gnu.org/licenses/gpl-3.0.html diff --git a/aldolat-twitter.php b/aldolat-twitter.php index 9080526..ccea9ef 100644 --- a/aldolat-twitter.php +++ b/aldolat-twitter.php @@ -18,7 +18,7 @@ * Plugin URI: https://dev.aldolat.it/projects/aldolat-twitter/ * Author: Aldo Latino * Author URI: https://www.aldolat.it/ - * Version: 0.0.2 + * Version: 0.0.3 * License: GPLv3 or later * Text Domain: aldolat-twitter * Domain Path: /languages/ @@ -72,7 +72,7 @@ function aldolat_twitter_setup() { /* * Define the version of the plugin. */ - define( 'ALDOLAT_TWITTER_PLUGIN_VERSION', '0.0.2' ); + define( 'ALDOLAT_TWITTER_PLUGIN_VERSION', '0.0.3' ); /* * Load the translation. diff --git a/changelog.txt b/changelog.txt index 4e664e0..9122ee1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,11 @@ == Changelog == += 0.0.3 = + +* Uninstall removes all the transients now. +* Improved the cache management, so that we can create multiple cached widgets. +* Added option for opening links in a new tab + = 0.0.2 = * First completion of the plugin. diff --git a/languages/aldolat-twitter-it_IT.po b/languages/aldolat-twitter-it_IT.po index 55434bf..3081519 100644 --- a/languages/aldolat-twitter-it_IT.po +++ b/languages/aldolat-twitter-it_IT.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: Aldolat Twitter 0.0.1\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/aldolat-twitter\n" -"POT-Creation-Date: 2020-06-02T08:22:09+02:00\n" +"POT-Creation-Date: 2020-06-02T10:39:36+02:00\n" "PO-Revision-Date: 2020-06-02 07:50+0200\n" "Last-Translator: Aldo Latino \n" "Language-Team: Italian \n" @@ -38,7 +38,7 @@ msgstr "Aldo Latino" msgid "https://www.aldolat.it/" msgstr "https://www.aldolat.it/" -#: includes/aldolat-twitter-functions.php:33 +#: includes/aldolat-twitter-functions.php:42 #: includes/class-aldolat-twitter-widget.php:170 msgid "My latest tweets" msgstr "I miei ultimi tweet" diff --git a/languages/aldolat-twitter.pot b/languages/aldolat-twitter.pot index fbfd936..971532f 100644 --- a/languages/aldolat-twitter.pot +++ b/languages/aldolat-twitter.pot @@ -2,14 +2,14 @@ # This file is distributed under the same license as the Aldolat Twitter plugin. msgid "" msgstr "" -"Project-Id-Version: Aldolat Twitter 0.0.2\n" +"Project-Id-Version: Aldolat Twitter 0.0.3\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/aldolat-twitter\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2020-06-02T08:22:09+02:00\n" +"POT-Creation-Date: 2020-06-02T10:39:36+02:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.4.0\n" "X-Domain: aldolat-twitter\n" @@ -35,7 +35,7 @@ msgstr "" msgid "https://www.aldolat.it/" msgstr "" -#: includes/aldolat-twitter-functions.php:33 +#: includes/aldolat-twitter-functions.php:42 #: includes/class-aldolat-twitter-widget.php:170 msgid "My latest tweets" msgstr "" diff --git a/readme.txt b/readme.txt index a2def7b..fdface1 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://dev.aldolat.it/projects/aldolat-twitter/ Tags: twitter, sidebar, widget Requires at least: 5.4 Tested up to: 5.4 -Stable tag: 0.0.2 +Stable tag: 0.0.3 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html