Orphans - Version 2.9.11

Version Description

  • 2022-04-05 =
  • Updated iWorks Options to 2.8.3. Fixed compatible with php 7.x.
Download this release

Release Info

Developer iworks
Plugin Icon 128x128 Orphans
Version 2.9.11
Comparing to
See all releases

Code changes from version 2.9.10 to 2.9.11

includes/iworks/options/options.php CHANGED
@@ -903,7 +903,7 @@ class iworks_options {
903
  if ( isset( $options['use_tabs'] ) && $options['use_tabs'] ) {
904
  register_setting(
905
  $this->option_prefix . 'index',
906
- $this->option_prefix . 'last_used_tab',
907
  );
908
  }
909
  /**
903
  if ( isset( $options['use_tabs'] ) && $options['use_tabs'] ) {
904
  register_setting(
905
  $this->option_prefix . 'index',
906
+ $this->option_prefix . 'last_used_tab'
907
  );
908
  }
909
  /**
languages/sierotki.pot CHANGED
@@ -4,7 +4,7 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Orphans PLUGIN_VERSION\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/sierotki-dev\n"
7
- "POT-Creation-Date: 2022-04-05 04:26:06+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
4
  msgstr ""
5
  "Project-Id-Version: Orphans PLUGIN_VERSION\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/sierotki-dev\n"
7
+ "POT-Creation-Date: 2022-04-05 09:09:57+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://ko-fi.com/iworks?utm_source=sierotki&utm_medium=readme-dona
4
  Tags: sierotka, sierotki, spójniki, twarda spacja
5
  Requires at least: 4.6
6
  Tested up to: 6.0
7
- Stable tag: 2.9.10
8
 
9
 
10
 
@@ -128,6 +128,9 @@ function remove_iworks_orphan_terms( $terms ) {
128
 
129
  == Changelog ==
130
 
 
 
 
131
  = 2.9.10 - 2022-04-05 =
132
  * Updated iWorks Options to 2.8.3.
133
  * Updated iWorks Rate to 2.1.0.
4
  Tags: sierotka, sierotki, spójniki, twarda spacja
5
  Requires at least: 4.6
6
  Tested up to: 6.0
7
+ Stable tag: 2.9.11
8
 
9
 
10
 
128
 
129
  == Changelog ==
130
 
131
+ = 2.9.11 - 2022-04-05 =
132
+ * Updated iWorks Options to 2.8.3. Fixed compatible with php 7.x.
133
+
134
  = 2.9.10 - 2022-04-05 =
135
  * Updated iWorks Options to 2.8.3.
136
  * Updated iWorks Rate to 2.1.0.
sierotki.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://iworks.pl/2011/02/16/sierotki/
5
  Text Domain: sierotki
6
  Description: Implement Polish grammar rules with orphans.
7
  Author: Marcin Pietrzak
8
- Version: 2.9.10
9
  Author URI: http://iworks.pl/
10
  */
11
 
5
  Text Domain: sierotki
6
  Description: Implement Polish grammar rules with orphans.
7
  Author: Marcin Pietrzak
8
+ Version: 2.9.11
9
  Author URI: http://iworks.pl/
10
  */
11