Version Description
2016-11-01 =
Rollback to 2.6.3, because 2.6.4 broke images.
Download this release
Release Info
Developer | iworks |
Plugin | Orphans |
Version | 2.6.5 |
Comparing to | |
See all releases |
Code changes from version 2.6.4 to 2.6.5
- readme.txt +6 -2
- sierotki.php +1 -1
- vendor/iworks/orphan.php +0 -6
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: iworks
|
|
3 |
Donate link: http://iworks.pl/donate/sierotki.php
|
4 |
Tags: sierotka, sierotki, spójniki, twarda spacja
|
5 |
Requires at least: 3.3
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 2.6.
|
8 |
|
9 |
Plugin supports some of the grammatical rules of the Polish language.
|
10 |
|
@@ -97,6 +97,10 @@ function my_orphans_capability($capability)
|
|
97 |
|
98 |
== Changelog ==
|
99 |
|
|
|
|
|
|
|
|
|
100 |
= 2.6.4 - 2016-11-01 =
|
101 |
|
102 |
* Added symbols, like FX-10, F-800, F-600-K3-Z. "-" is replaced by ‑ char. Props for [Marcin](https://profiles.wordpress.org/mkazmierczak)
|
3 |
Donate link: http://iworks.pl/donate/sierotki.php
|
4 |
Tags: sierotka, sierotki, spójniki, twarda spacja
|
5 |
Requires at least: 3.3
|
6 |
+
Tested up to: 4.7
|
7 |
+
Stable tag: 2.6.5
|
8 |
|
9 |
Plugin supports some of the grammatical rules of the Polish language.
|
10 |
|
97 |
|
98 |
== Changelog ==
|
99 |
|
100 |
+
= 2.6.5 - 2016-11-01 =
|
101 |
+
|
102 |
+
* Rollback to 2.6.3, because 2.6.4 broke images.
|
103 |
+
|
104 |
= 2.6.4 - 2016-11-01 =
|
105 |
|
106 |
* Added symbols, like FX-10, F-800, F-600-K3-Z. "-" is replaced by ‑ char. Props for [Marcin](https://profiles.wordpress.org/mkazmierczak)
|
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.6.
|
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.6.5
|
9 |
Author URI: http://iworks.pl/
|
10 |
*/
|
11 |
|
vendor/iworks/orphan.php
CHANGED
@@ -233,12 +233,6 @@ class iworks_orphan
|
|
233 |
* polish year after number
|
234 |
*/
|
235 |
$content = preg_replace( '/(\d+) (r\.)/', '$1 $2', $content );
|
236 |
-
/**
|
237 |
-
* symbols, like FX-10, F-800, F-600-K3-Z
|
238 |
-
*/
|
239 |
-
while ( preg_match( '/(\w+)-([\d\w]+)/', $content ) ) {
|
240 |
-
$content = preg_replace( '/([\d\w]+)-([\d\w]+)/', '$1‑$2', $content );
|
241 |
-
}
|
242 |
|
243 |
/**
|
244 |
* return
|
233 |
* polish year after number
|
234 |
*/
|
235 |
$content = preg_replace( '/(\d+) (r\.)/', '$1 $2', $content );
|
|
|
|
|
|
|
|
|
|
|
|
|
236 |
|
237 |
/**
|
238 |
* return
|