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 Oct 10, 2021
2 parents 7f80480 + 78e5ca2 commit 8cf2a39
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 12 deletions.
4 changes: 4 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.2] - 2021-10-10
### Fixed
* Fixed translation.

## [0.6.1] - 2021-04-05
### Fixed
* Fixed translation.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
**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.1
**Tested up to** 5.8
**Stable tag** 0.6.2
**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.1
* Version: 0.6.2
* 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.2 =

* Fixed translation.

= 0.6.1 =

* Fixed translation.
Expand Down
2 changes: 1 addition & 1 deletion includes/class-aldolat-twitter-widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ public function form( $instance ) {
),
);
aldolat_twitter_form_select(
esc_html__( 'Type of tweets', 'posts-in-sidebar' ),
esc_html__( 'Type of tweets', 'aldolat-twitter' ),
$this->get_field_id( 'type_of_tweets' ),
$this->get_field_name( 'type_of_tweets' ),
$options,
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.1';
$this->plugin_version = '0.6.2';
$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.
10 changes: 7 additions & 3 deletions languages/aldolat-twitter-it_IT.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ 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: 2021-03-28T08:17:37+02:00\n"
"PO-Revision-Date: 2021-03-28 08:18+0200\n"
"POT-Creation-Date: 2021-10-10T11:35:05+02:00\n"
"PO-Revision-Date: 2021-10-10 11:36+0200\n"
"Last-Translator: Aldo Latino <[email protected]>\n"
"Language-Team: Italian <[email protected]>\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Lokalize 20.12.3\n"
"X-Generator: Lokalize 21.08.2\n"
"X-Domain: aldolat-twitter\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

Expand Down Expand Up @@ -117,6 +117,10 @@ msgstr "Timeline"
msgid "Favorites"
msgstr "Mi piace"

#: includes/class-aldolat-twitter-widget.php:224
msgid "Type of tweets"
msgstr "Tipo di tweets"

#: includes/class-aldolat-twitter-widget.php:233
msgid "Number of items:"
msgstr "Numero di voci:"
Expand Down
8 changes: 6 additions & 2 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.6.0\n"
"Project-Id-Version: Aldolat Twitter 0.6.2\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: 2021-04-05T09:06:03+02:00\n"
"POT-Creation-Date: 2021-10-10T11:35:05+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 Expand Up @@ -114,6 +114,10 @@ msgstr ""
msgid "Favorites"
msgstr ""

#: includes/class-aldolat-twitter-widget.php:224
msgid "Type of tweets"
msgstr ""

#: includes/class-aldolat-twitter-widget.php:233
msgid "Number of items:"
msgstr ""
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: aldolat
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.1
Tested up to: 5.8
Stable tag: 0.6.2
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit 8cf2a39

Please sign in to comment.