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 May 29, 2020
2 parents 5667185 + cdf3aa8 commit 216ce18
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 6 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]

## [1.13.1] - 2020-05-29
### Fixed
* Fixed domain for a string in the widget admin panel.

## [1.13.0] - 2020-05-28
### Added
* Added options for links relationship.
Expand Down Expand Up @@ -139,6 +143,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/pinboard-bookmarks/commits/develop
[1.13.1]: https://github.com/aldolat/pinboard-bookmarks/compare/1.13.0...1.13.1
[1.13.0]: https://github.com/aldolat/pinboard-bookmarks/compare/1.12.0...1.13.0
[1.12.0]: https://github.com/aldolat/pinboard-bookmarks/compare/1.11.0...1.12.0
[1.11.0]: https://github.com/aldolat/pinboard-bookmarks/compare/1.10.0...1.11.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
**Requires at least:** 3.0
**Tested up to:** 5.4
**Requires PHP:** 5.3
**Stable tag:** 1.13.0
**Stable tag:** 1.13.1
**License:** GPLv3 or later
**License URI:** <http://www.gnu.org/licenses/gpl-3.0.html>

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 ==

= 1.13.1 =

* Fixed domain for a string in the widget admin panel.

= 1.13.0 =

* Added options for links relationship.
Expand Down
2 changes: 1 addition & 1 deletion inc/class-pinboard-bookmarks-widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ public function form( $instance ) {

printf(
// translators: the placeholder is a link.
esc_html__( 'For more information about links attributes, please visit %s.', 'pinbard-bookmarks' ),
esc_html__( 'For more information about links attributes, please visit %s.', 'pinboard-bookmarks' ),
'<a rel="external noopener noreferrer nofollow" href="https://www.w3schools.com/tags/att_a_rel.asp" target="_blank">w3schools.com</a>'
);
?>
Expand Down
7 changes: 6 additions & 1 deletion languages/pinboard-bookmarks.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: 2020-05-28T19:49:09+02:00\n"
"POT-Creation-Date: 2020-05-29T18:26:33+02:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.4.0\n"
"X-Domain: pinboard-bookmarks\n"
Expand Down Expand Up @@ -309,6 +309,11 @@ msgstr ""
msgid "It will be added to all external links."
msgstr ""

#. translators: the placeholder is a link.
#: inc/class-pinboard-bookmarks-widget.php:544
msgid "For more information about links attributes, please visit %s."
msgstr ""

#: inc/class-pinboard-bookmarks-widget.php:549
msgid "Other options"
msgstr ""
Expand Down
4 changes: 2 additions & 2 deletions pinboard-bookmarks.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Plugin URI: https://dev.aldolat.it/projects/pinboard-bookmarks/
* Author: Aldo Latino
* Author URI: https://www.aldolat.it/
* Version: 1.13.0
* Version: 1.13.1
* License: GPLv3 or later
* Text Domain: pinboard-bookmarks
* Domain Path: /languages/
Expand Down Expand Up @@ -64,7 +64,7 @@ function pinboard_bookmarks_setup() {
/*
* Define the version of the plugin.
*/
define( 'PINBOARD_BOOKMARKS_PLUGIN_VERSION', '1.13.0' );
define( 'PINBOARD_BOOKMARKS_PLUGIN_VERSION', '1.13.1' );

/*
* Load the translation.
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: pinboard, bookmarks, sidebar, widget, shortcode
Requires at least: 3.0
Tested up to: 5.4
Requires PHP: 5.3
Stable tag: 1.13.0
Stable tag: 1.13.1
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit 216ce18

Please sign in to comment.