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

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
aldolat committed Apr 5, 2021
2 parents 80211d5 + d10db66 commit 7f80480
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.6.1] - 2021-04-05
### Fixed
* Fixed translation.

## [0.6.0] - 2021-03-28
### Added
* Added option to display the user profile picture.
Expand Down Expand Up @@ -53,6 +57,7 @@ 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.6.1]: https://github.com/aldolat/aldolat-twitter/compare/0.6.0...0.6.1
[0.6.0]: https://github.com/aldolat/aldolat-twitter/compare/0.5.0...0.6.0
[0.5.0]: https://github.com/aldolat/aldolat-twitter/compare/0.4.0...0.5.0
[0.4.0]: https://github.com/aldolat/aldolat-twitter/compare/0.3.0...0.4.0
Expand Down
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.7
**Stable tag** 0.6.0
**Stable tag** 0.6.1
**License** GPLv3 or later
**License URI** <https://www.gnu.org/licenses/gpl-3.0.html>

Expand Down
2 changes: 1 addition & 1 deletion 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.6.0
* Version: 0.6.1
* License: GPLv3 or later
* Text Domain: aldolat-twitter
* Domain Path: /languages/
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
== Changelog ==

= 0.6.1 =

* Fixed translation.

= 0.6.0 =

* Added option to display the user profile picture.
Expand Down
2 changes: 1 addition & 1 deletion includes/class-aldolat-twitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Aldolat_Twitter {
* @since 0.0.4
*/
public function __construct() {
$this->plugin_version = '0.6.0';
$this->plugin_version = '0.6.1';
$this->plugin_dir_path = trailingslashit( dirname( plugin_dir_path( __FILE__ ) ) );
$this->plugin_dirname = trailingslashit( dirname( plugin_basename( __FILE__ ), 2 ) );
}
Expand Down
Binary file modified languages/aldolat-twitter-it_IT.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion languages/aldolat-twitter.pot
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2021-03-28T08:19:53+02:00\n"
"POT-Creation-Date: 2021-04-05T09:06:03+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 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.7
Stable tag: 0.6.0
Stable tag: 0.6.1
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit 7f80480

Please sign in to comment.