Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Commit

Permalink
Releasing 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aldolat committed Jun 2, 2020
1 parent 562efbd commit 84ddf55
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 10 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions aldolat-twitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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.
Expand Down
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions languages/aldolat-twitter-it_IT.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>\n"
"Language-Team: Italian <[email protected]>\n"
Expand Down Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions languages/aldolat-twitter.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\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"
Expand All @@ -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 ""
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 84ddf55

Please sign in to comment.