diff --git a/includes/iworks/options b/includes/iworks/options index a6948b4..54949ab 160000 --- a/includes/iworks/options +++ b/includes/iworks/options @@ -1 +1 @@ -Subproject commit a6948b41919a15d11abcbb15715c3d2f3864661b +Subproject commit 54949ab1453a8da01a53811a2115db7cc53ae7e1 diff --git a/includes/iworks/rate b/includes/iworks/rate index 1736319..775dabb 160000 --- a/includes/iworks/rate +++ b/includes/iworks/rate @@ -1 +1 @@ -Subproject commit 17363190b429d1ea44fff9056bf5f35d68e43304 +Subproject commit 775dabb6b3ea1fd9af6c9e5019aa870f4da23053 diff --git a/languages/sierotki.pot b/languages/sierotki.pot index 3d3cb7d..6f6de8f 100644 --- a/languages/sierotki.pot +++ b/languages/sierotki.pot @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: Orphans PLUGIN_VERSION\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/sierotki-dev\n" -"POT-Creation-Date: 2023-11-30 20:39:57+00:00\n" +"POT-Creation-Date: 2023-12-27 13:10:25+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -312,7 +312,7 @@ msgid "An error occurred while getting the configuration." msgstr "" #: includes/iworks/options/options.php:769 -#: includes/iworks/options/options.php:1788 +#: includes/iworks/options/options.php:1787 msgid "Select Image" msgstr "" @@ -324,31 +324,31 @@ msgstr "" msgid "Save Changes" msgstr "" -#: includes/iworks/options/options.php:1682 +#: includes/iworks/options/options.php:1681 msgid "Country" msgstr "" -#: includes/iworks/options/options.php:1683 +#: includes/iworks/options/options.php:1682 msgid "City" msgstr "" -#: includes/iworks/options/options.php:1684 +#: includes/iworks/options/options.php:1683 msgid "Street" msgstr "" -#: includes/iworks/options/options.php:1685 +#: includes/iworks/options/options.php:1684 msgid "ZIP code" msgstr "" -#: includes/iworks/options/options.php:1841 +#: includes/iworks/options/options.php:1840 msgid "OFF" msgstr "" -#: includes/iworks/options/options.php:1842 +#: includes/iworks/options/options.php:1841 msgid "ON" msgstr "" -#: includes/iworks/options/options.php:1907 +#: includes/iworks/options/options.php:1906 msgid "Failed Security Check" msgstr "" @@ -357,15 +357,15 @@ msgstr "" msgid "Provide us a coffee" msgstr "" -#: includes/iworks/rate/rate.php:519 +#: includes/iworks/rate/rate.php:541 msgid "OpenGraph" msgstr "" -#: includes/iworks/rate/rate.php:535 +#: includes/iworks/rate/rate.php:557 msgid "OG — Better Share on Social Media" msgstr "" -#: includes/iworks/rate/rate.php:536 +#: includes/iworks/rate/rate.php:558 msgid "https://wordpress.org/plugins/og/" msgstr "" @@ -477,13 +477,13 @@ msgctxt "link to support forum on WordPress.org" msgid "https://wordpress.org/support/plugin/sierotki/" msgstr "" -#: includes/iworks/rate/rate.php:449 +#: includes/iworks/rate/rate.php:453 #. translators: %s: plugin slug msgctxt "plugins home" msgid "https://wordpress.org/plugins/%s" msgstr "" -#: includes/iworks/rate/rate.php:456 +#: includes/iworks/rate/rate.php:460 #. translators: %s: plugin slug msgctxt "plugins support home" msgid "https://wordpress.org/support/plugin/%s" diff --git a/package.json b/package.json index 4888260..1f20111 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "title": "Orphans", "description": "Plugin fix orphans position and replace space after orphan to hard space, to avoid ne break incorrect position.", "tagline": "Supports the grammar rule for orphan words at the end of a line.", - "version": "3.2.5", + "version": "3.2.6", "homepage": "https://wordpress.org/plugins/sierotki/", "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index d02eb14..1248ccf 100644 --- a/readme.txt +++ b/readme.txt @@ -152,8 +152,12 @@ add_filter( == Changelog == += 3.2.6 - 2023-12-27 = +* The [iWorks Options](https://github.com/iworks/wordpress-options-class) module has been updated to version 2.9.0. +* The [iWorks Rate](https://github.com/iworks/iworks-rate) module has been updated to version 2.1.6. + = 3.2.5 - 2023-11-30 = -* The post types selector has been refactored. Props for [gierand](https://wordpress.org/support/users/gierand/). +* [The post types selector has been refactored.](https://github.com/iworks/sierotki/issues/5) Props for [gierand](https://wordpress.org/support/users/gierand/). * The [iWorks Options](https://github.com/iworks/wordpress-options-class) module has been updated to version 2.8.9. * The [iWorks Rate](https://github.com/iworks/iworks-rate) module has been updated to version 2.1.4. * The `strip_tags()` function has been replaced by the `wp_strip_all_tags()` function.