Skip to content

Commit

Permalink
update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
iworks committed Dec 27, 2023
1 parent 1fb8762 commit 69a03df
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 18 deletions.
2 changes: 1 addition & 1 deletion includes/iworks/options
Submodule options updated 2 files
+3 −0 README.md
+23 −24 options.php
2 changes: 1 addition & 1 deletion includes/iworks/rate
Submodule rate updated 5 files
+8 −1 README.md
+8 −8 admin.js
+2 −0 index.php
+65 −6 rate.php
+2 −0 templates/index.php
28 changes: 14 additions & 14 deletions languages/sierotki.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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 ""

Expand All @@ -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 ""

Expand All @@ -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 ""

Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 69a03df

Please sign in to comment.