RSS Post Importer - Version 2.2.4

Version Description

Download this release

Release Info

Developer koralyne
Plugin Icon 128x128 RSS Post Importer
Version 2.2.4
Comparing to
See all releases

Code changes from version 2.2.3 to 2.2.4

app/classes/admin/class-rss-pi-admin-processor.php CHANGED
@@ -316,11 +316,11 @@ class rssPIAdminProcessor {
316
  'category_id' => (isset($_POST[$id . '-category_id'])) ? $_POST[$id . '-category_id'] : '',
317
  'tags_id' => (isset($_POST[$id . '-tags_id'])) ? $_POST[$id . '-tags_id'] : '',
318
  'keywords' => array_map('trim',$keywords),
319
- 'strip_html' => (isset($_POST[$id . '-strip_html'])) ? sanitize_text_field($_POST[$id . '-strip_html']) : '',
320
- 'nofollow_outbound' => (isset($_POST[$id . '-nofollow_outbound'])) ? sanitize_text_field($_POST[$id . '-nofollow_outbound']) : '',
321
- 'automatic_import_categories' => (isset($_POST[$id . '-automatic_import_categories'])) ? sanitize_text_field($_POST[$id . '-automatic_import_categories']) : '',
322
- 'automatic_import_author' => (isset($_POST[$id . '-automatic_import_author'])) ? sanitize_text_field($_POST[$id . '-automatic_import_author']) : '',
323
- 'canonical_urls' => (isset($_POST[$id . '-canonical_urls'])) ? sanitize_text_field($_POST[$id . '-canonical_urls']) : '',
324
  'feed_status' => $feed_status
325
  ));
326
  }
316
  'category_id' => (isset($_POST[$id . '-category_id'])) ? $_POST[$id . '-category_id'] : '',
317
  'tags_id' => (isset($_POST[$id . '-tags_id'])) ? $_POST[$id . '-tags_id'] : '',
318
  'keywords' => array_map('trim',$keywords),
319
+ 'strip_html' => (isset($_POST[$id . '-strip_html'])) ? $_POST[$id . '-strip_html'] : '',
320
+ 'nofollow_outbound' => (isset($_POST[$id . '-nofollow_outbound'])) ? $_POST[$id . '-nofollow_outbound'] : '',
321
+ 'automatic_import_categories' => (isset($_POST[$id . '-automatic_import_categories'])) ? $_POST[$id . '-automatic_import_categories'] : '',
322
+ 'automatic_import_author' => (isset($_POST[$id . '-automatic_import_author'])) ? $_POST[$id . '-automatic_import_author'] : '',
323
+ 'canonical_urls' => (isset($_POST[$id . '-canonical_urls'])) ? $_POST[$id . '-canonical_urls'] : '',
324
  'feed_status' => $feed_status
325
  ));
326
  }
index.php CHANGED
@@ -32,7 +32,7 @@ if (!defined('RSS_PI_BASENAME')) {
32
  }
33
 
34
  if (!defined('RSS_PI_VERSION')) {
35
- define('RSS_PI_VERSION', '2.2.3');
36
  }
37
 
38
  if (!defined('RSS_PI_LOG_PATH')) {
32
  }
33
 
34
  if (!defined('RSS_PI_VERSION')) {
35
+ define('RSS_PI_VERSION', '2.2.4');
36
  }
37
 
38
  if (!defined('RSS_PI_LOG_PATH')) {
readme.txt CHANGED
@@ -128,6 +128,10 @@ Learn more (and get detailed instructions) in our [contribute guide](http://jetp
128
 
129
  == Change Log ==
130
 
 
 
 
 
131
  = Version 2.2.3 =
132
  * Security Improvement
133
  * Bug fixing
128
 
129
  == Change Log ==
130
 
131
+ = Version 2.2.4 =
132
+ * German Encoding Bug fix
133
+ * Bug fixing
134
+
135
  = Version 2.2.3 =
136
  * Security Improvement
137
  * Bug fixing