Orphans - Version 3.0.2

Version Description

  • 2022-08-06 =
  • Added integration with "WPBakery Page Builder" on vc_shortcode_output filter.
Download this release

Release Info

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

Code changes from version 3.0.1 to 3.0.2

etc/options.php CHANGED
@@ -184,11 +184,7 @@ function orphang_indicator_options() {
184
  'name' => 'attributes',
185
  'th' => __( 'Protect tag attributes', 'sierotki' ),
186
  'type' => 'checkbox',
187
- 'description' => __(
188
- 'Allow to ignore spaces in "class", "style" and "data-*
189
- attributes.',
190
- 'sierotki'
191
- ),
192
  'sanitize_callback' => 'absint',
193
  'classes' => array( 'switch-button' ),
194
  'default' => 1,
184
  'name' => 'attributes',
185
  'th' => __( 'Protect tag attributes', 'sierotki' ),
186
  'type' => 'checkbox',
187
+ 'description' => __( 'Allow to ignore spaces in "class", "style" and "data-*" attributes.', 'sierotki' ),
 
 
 
 
188
  'sanitize_callback' => 'absint',
189
  'classes' => array( 'switch-button' ),
190
  'default' => 1,
includes/iworks/class-iworks-orphan.php CHANGED
@@ -48,7 +48,7 @@ class iworks_orphan {
48
  *
49
  * @since 3.0.0
50
  */
51
- private $version = '3.0.1';
52
 
53
  public function __construct() {
54
  /**
@@ -452,6 +452,12 @@ class iworks_orphan {
452
  add_filter( 'acf/format_value/type=' . $type, array( $this, 'replace' ) );
453
  }
454
  }
 
 
 
 
 
 
455
  }
456
 
457
  /**
48
  *
49
  * @since 3.0.0
50
  */
51
+ private $version = '3.0.2';
52
 
53
  public function __construct() {
54
  /**
452
  add_filter( 'acf/format_value/type=' . $type, array( $this, 'replace' ) );
453
  }
454
  }
455
+ /**
456
+ * Integrations: WP Bakery
457
+ *
458
+ * @since 3.0.2
459
+ */
460
+ add_filter( 'vc_shortcode_output', array( $this, 'replace' ) );
461
  }
462
 
463
  /**
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-07-18 06:34:52+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -157,84 +157,82 @@ msgid "Protect tag attributes"
157
  msgstr ""
158
 
159
  #: etc/options.php:187
160
- msgid ""
161
- "Allow to ignore spaces in \"class\", \"style\" and \"data-*\n"
162
- " attributes."
163
  msgstr ""
164
 
165
- #: etc/options.php:198
166
  msgid "User definied orphans"
167
  msgstr ""
168
 
169
- #: etc/options.php:200
170
  msgid "Use a comma to separate orphans."
171
  msgstr ""
172
 
173
- #: etc/options.php:207
174
  msgid "Entries custom fields"
175
  msgstr ""
176
 
177
- #: etc/options.php:209
178
  msgid "Use a comma to separate custom fields name."
179
  msgstr ""
180
 
181
- #: etc/options.php:217 etc/options.php:341
182
  msgid "We are waiting for your message"
183
  msgstr ""
184
 
185
- #: etc/options.php:223
186
  msgid "I love what I do!"
187
  msgstr ""
188
 
189
- #: etc/options.php:236
190
  msgid "Integrations"
191
  msgstr ""
192
 
193
- #: etc/options.php:241
194
  msgid "Advanced Custom Fields"
195
  msgstr ""
196
 
197
- #: etc/options.php:246
198
  msgid "Text"
199
  msgstr ""
200
 
201
- #: etc/options.php:247
202
  msgid "Enabled the substitution of orphans in text fields."
203
  msgstr ""
204
 
205
- #: etc/options.php:255
206
  msgid "Textarea"
207
  msgstr ""
208
 
209
- #: etc/options.php:256
210
  msgid "Enabled the substitution of orphans in textarea fields. (Include WYSIWYG)."
211
  msgstr ""
212
 
213
- #: etc/options.php:264
214
  msgid "WYSIWYG"
215
  msgstr ""
216
 
217
- #: etc/options.php:265
218
  msgid "Enabled the substitution of orphans in WYSIWYG fields."
219
  msgstr ""
220
 
221
- #: etc/options.php:305
222
  msgid "Below are some links to help spread this plugin to other users"
223
  msgstr ""
224
 
225
- #: etc/options.php:307
226
  msgid "Give it a five stars on WordPress.org"
227
  msgstr ""
228
 
229
- #: etc/options.php:308
230
  msgid "Link to it so others can easily find it"
231
  msgstr ""
232
 
233
- #: etc/options.php:343
234
  msgid "WordPress Help Forum"
235
  msgstr ""
236
 
237
- #: includes/iworks/class-iworks-orphan.php:478
238
  #: includes/iworks/rate/rate.php:124
239
  msgid "Settings"
240
  msgstr ""
@@ -392,12 +390,12 @@ msgstr ""
392
  msgid "http://iworks.pl/"
393
  msgstr ""
394
 
395
- #: etc/options.php:308
396
  msgctxt "plugin home page on WordPress.org"
397
  msgid "https://wordpress.org/plugins/sierotki/"
398
  msgstr ""
399
 
400
- #: etc/options.php:343
401
  msgctxt "link to support forum on WordPress.org"
402
  msgid "https://wordpress.org/support/plugin/sierotki/"
403
  msgstr ""
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-08-06 09:41:44+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
157
  msgstr ""
158
 
159
  #: etc/options.php:187
160
+ msgid "Allow to ignore spaces in \"class\", \"style\" and \"data-*\" attributes."
 
 
161
  msgstr ""
162
 
163
+ #: etc/options.php:194
164
  msgid "User definied orphans"
165
  msgstr ""
166
 
167
+ #: etc/options.php:196
168
  msgid "Use a comma to separate orphans."
169
  msgstr ""
170
 
171
+ #: etc/options.php:203
172
  msgid "Entries custom fields"
173
  msgstr ""
174
 
175
+ #: etc/options.php:205
176
  msgid "Use a comma to separate custom fields name."
177
  msgstr ""
178
 
179
+ #: etc/options.php:213 etc/options.php:337
180
  msgid "We are waiting for your message"
181
  msgstr ""
182
 
183
+ #: etc/options.php:219
184
  msgid "I love what I do!"
185
  msgstr ""
186
 
187
+ #: etc/options.php:232
188
  msgid "Integrations"
189
  msgstr ""
190
 
191
+ #: etc/options.php:237
192
  msgid "Advanced Custom Fields"
193
  msgstr ""
194
 
195
+ #: etc/options.php:242
196
  msgid "Text"
197
  msgstr ""
198
 
199
+ #: etc/options.php:243
200
  msgid "Enabled the substitution of orphans in text fields."
201
  msgstr ""
202
 
203
+ #: etc/options.php:251
204
  msgid "Textarea"
205
  msgstr ""
206
 
207
+ #: etc/options.php:252
208
  msgid "Enabled the substitution of orphans in textarea fields. (Include WYSIWYG)."
209
  msgstr ""
210
 
211
+ #: etc/options.php:260
212
  msgid "WYSIWYG"
213
  msgstr ""
214
 
215
+ #: etc/options.php:261
216
  msgid "Enabled the substitution of orphans in WYSIWYG fields."
217
  msgstr ""
218
 
219
+ #: etc/options.php:301
220
  msgid "Below are some links to help spread this plugin to other users"
221
  msgstr ""
222
 
223
+ #: etc/options.php:303
224
  msgid "Give it a five stars on WordPress.org"
225
  msgstr ""
226
 
227
+ #: etc/options.php:304
228
  msgid "Link to it so others can easily find it"
229
  msgstr ""
230
 
231
+ #: etc/options.php:339
232
  msgid "WordPress Help Forum"
233
  msgstr ""
234
 
235
+ #: includes/iworks/class-iworks-orphan.php:484
236
  #: includes/iworks/rate/rate.php:124
237
  msgid "Settings"
238
  msgstr ""
390
  msgid "http://iworks.pl/"
391
  msgstr ""
392
 
393
+ #: etc/options.php:304
394
  msgctxt "plugin home page on WordPress.org"
395
  msgid "https://wordpress.org/plugins/sierotki/"
396
  msgstr ""
397
 
398
+ #: etc/options.php:339
399
  msgctxt "link to support forum on WordPress.org"
400
  msgid "https://wordpress.org/support/plugin/sierotki/"
401
  msgstr ""
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: 3.0.1
8
 
9
 
10
 
@@ -128,6 +128,9 @@ function remove_iworks_orphan_terms( $terms ) {
128
 
129
  == Changelog ==
130
 
 
 
 
131
  = 3.0.1 - 2022-07-18 =
132
  * Added tag attributes replacement protection. Props for [krzyc](https://wordpress.org/support/users/krzyc/).
133
 
4
  Tags: sierotka, sierotki, spójniki, twarda spacja
5
  Requires at least: 4.6
6
  Tested up to: 6.0
7
+ Stable tag: 3.0.2
8
 
9
 
10
 
128
 
129
  == Changelog ==
130
 
131
+ = 3.0.2 - 2022-08-06 =
132
+ * Added integration with "WPBakery Page Builder" on `vc_shortcode_output` filter.
133
+
134
  = 3.0.1 - 2022-07-18 =
135
  * Added tag attributes replacement protection. Props for [krzyc](https://wordpress.org/support/users/krzyc/).
136
 
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: 3.0.1
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: 3.0.2
9
  Author URI: http://iworks.pl/
10
  */
11