RSS Post Importer - Version 2.1.1

Version Description

Download this release

Release Info

Developer promz
Plugin Icon 128x128 RSS Post Importer
Version 2.1.1
Comparing to
See all releases

Code changes from version 2.1.0 to 2.1.1

Files changed (3) hide show
  1. app/templates/feed-save-box.php +34 -34
  2. index.php +2 -2
  3. readme.txt +4 -1
app/templates/feed-save-box.php CHANGED
@@ -1,35 +1,35 @@
1
- <div class="postbox">
2
- <div class="inside">
3
- <div class="misc-pub-section">
4
- <h3 class="version">V. <?php echo RSS_PI_VERSION; ?></h3>
5
- <ul>
6
- <li>
7
- <i class="icon-calendar"></i> <?php _e("Latest import:", 'rss_pi'); ?> <strong><?php echo $this->options['latest_import'] ? $this->options['latest_import'] : 'never' ; ?></strong>
8
- </li>
9
- <li><i class="icon-eye-open"></i> <a href="#" class="load-log"><?php _e("View the log", 'rss_pi'); ?></a></li>
10
- </ul>
11
- </div>
12
- <div id="major-publishing-actions">
13
- <input class="button button-primary button-large right" type="submit" name="info_update" value="<?php _e('Save', 'rss_pi'); ?>" />
14
- <input class="button button-large" type="submit" name="info_update" value="<?php _e('Save and import', "rss_pi"); ?>" id="save_and_import" />
15
- </div>
16
- </div>
17
- </div>
18
- <?php if ($this->options['imports'] > 10) : ?>
19
- <div class="rate-box">
20
- <h4><?php printf(__('%d posts imported and counting!', "rss_pi"), $this->options['imports']); ?></h4>
21
- <i class="icon-star"></i>
22
- <i class="icon-star"></i>
23
- <i class="icon-star"></i>
24
- <i class="icon-star"></i>
25
- <i class="icon-star"></i>
26
- <p class="description"><a href="http://wordpress.org/plugins/rss-post-importer/" target="_blank">Please support this plugin by rating it!</a></p>
27
- </div>
28
- <?php endif; ?>
29
-
30
- <?php $banner_url = RSS_PI_URL . "app/assets/img/rss-post-importer_280x600.jpg"; ?>
31
- <a target="_blank" href="http://www.feedsapi.com/?utm=rsspostimporter_banner">
32
- <img class='rss_pi_banner_img' src="<?php echo $banner_url; ?>" />
33
  </a>
34
  <!--Start of Zopim Live Chat Script-->
35
  <script type="text/javascript">
@@ -42,7 +42,7 @@ type='text/javascript';e.parentNode.insertBefore($,e)})(document,'script');
42
  <!--End of Zopim Live Chat Script-->
43
 
44
  <!--Start of Feedback Box-->
45
-
46
  <script src="http://www.jotform.com/min/?g=feedback2" type="text/javascript"></script>
47
  <script type="text/javascript">
48
  new JotformFeedback({
@@ -59,7 +59,7 @@ type='text/javascript';e.parentNode.insertBefore($,e)})(document,'script');
59
  height : 420,
60
  instant : true
61
  });
62
- </script>
63
  <!--End of Feedback Box-->
64
 
65
  <!--Perfect Audience Start-->
1
+ <div class="postbox">
2
+ <div class="inside">
3
+ <div class="misc-pub-section">
4
+ <h3 class="version">V. <?php echo RSS_PI_VERSION; ?></h3>
5
+ <ul>
6
+ <li>
7
+ <i class="icon-calendar"></i> <?php _e("Latest import:", 'rss_pi'); ?> <strong><?php echo $this->options['latest_import'] ? $this->options['latest_import'] : 'never' ; ?></strong>
8
+ </li>
9
+ <li><i class="icon-eye-open"></i> <a href="#" class="load-log"><?php _e("View the log", 'rss_pi'); ?></a></li>
10
+ </ul>
11
+ </div>
12
+ <div id="major-publishing-actions">
13
+ <input class="button button-primary button-large right" type="submit" name="info_update" value="<?php _e('Save', 'rss_pi'); ?>" />
14
+ <input class="button button-large" type="submit" name="info_update" value="<?php _e('Save and import', "rss_pi"); ?>" id="save_and_import" />
15
+ </div>
16
+ </div>
17
+ </div>
18
+ <?php if ($this->options['imports'] > 10) : ?>
19
+ <div class="rate-box">
20
+ <h4><?php printf(__('%d posts imported and counting!', "rss_pi"), $this->options['imports']); ?></h4>
21
+ <i class="icon-star"></i>
22
+ <i class="icon-star"></i>
23
+ <i class="icon-star"></i>
24
+ <i class="icon-star"></i>
25
+ <i class="icon-star"></i>
26
+ <p class="description"><a href="http://wordpress.org/plugins/rss-post-importer/" target="_blank">Please support this plugin by rating it!</a></p>
27
+ </div>
28
+ <?php endif; ?>
29
+
30
+ <?php $banner_url = RSS_PI_URL . "app/assets/img/rss-post-importer_280x600.jpg"; ?>
31
+ <a target="_blank" href="http://www.feedsapi.com/?utm=rsspostimporter_banner">
32
+ <img class='rss_pi_banner_img' src="<?php echo $banner_url; ?>" />
33
  </a>
34
  <!--Start of Zopim Live Chat Script-->
35
  <script type="text/javascript">
42
  <!--End of Zopim Live Chat Script-->
43
 
44
  <!--Start of Feedback Box-->
45
+ <!--
46
  <script src="http://www.jotform.com/min/?g=feedback2" type="text/javascript"></script>
47
  <script type="text/javascript">
48
  new JotformFeedback({
59
  height : 420,
60
  instant : true
61
  });
62
+ </script> -->
63
  <!--End of Feedback Box-->
64
 
65
  <!--Perfect Audience Start-->
index.php CHANGED
@@ -5,7 +5,7 @@
5
  Plugin URI: https://wordpress.org/plugins/rss-post-importer/
6
  Description: This plugin lets you set up an import posts from one or several rss-feeds and save them as posts on your site, simple and flexible.
7
  Author: feedsapi
8
- Version: 2.1.0
9
  Author URI: https://www.feedsapi.org/
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -27,7 +27,7 @@ if (!defined('RSS_PI_BASENAME')) {
27
  }
28
 
29
  if (!defined('RSS_PI_VERSION')) {
30
- define('RSS_PI_VERSION', '2.1.0');
31
  }
32
 
33
  if (!defined('RSS_PI_LOG_PATH')) {
5
  Plugin URI: https://wordpress.org/plugins/rss-post-importer/
6
  Description: This plugin lets you set up an import posts from one or several rss-feeds and save them as posts on your site, simple and flexible.
7
  Author: feedsapi
8
+ Version: 2.1.1
9
  Author URI: https://www.feedsapi.org/
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
27
  }
28
 
29
  if (!defined('RSS_PI_VERSION')) {
30
+ define('RSS_PI_VERSION', '2.1.1');
31
  }
32
 
33
  if (!defined('RSS_PI_LOG_PATH')) {
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.feedsapi.org/
4
  Tags: rss, feeds, import, feed, autoblog, feed aggregation, rss-feed, aggregation, atom, feed, rss, syndication, FeedWordPress, autoblog aggregator, Autoblogger, autoblogging, feed import, rss multi importer, feed reader, feed to post, multi feed import, multi feed importer, multi import, multi rss feeds, multiple feed import, multiple feeds, multiple rss feeds, rss, rss aggregator, rss feader, RSS import, rss to post, content curation, RSS Retriever, RSS fetch feed, WP RSS Aggregator, AutoPost, RSS Feed to Post, RSSImport, yahoo pipes, WP Pipes, Import XML feed , FeedSyndicate, RSSpost, RSS in Page
5
  Requires at least: 3.5
6
  Tested up to: 4.1
7
- Stable tag: 2.1.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -95,6 +95,9 @@ WP-o-Matic, WP-o-Matic, RSSImport, FeedWordPress, Syndicate Press, FeedWeb, RSS
95
 
96
  == Change Log ==
97
 
 
 
 
98
  = Version 2.1.0 =
99
  * Ajax implementation
100
  * Feeds Level Keywords Filters
4
  Tags: rss, feeds, import, feed, autoblog, feed aggregation, rss-feed, aggregation, atom, feed, rss, syndication, FeedWordPress, autoblog aggregator, Autoblogger, autoblogging, feed import, rss multi importer, feed reader, feed to post, multi feed import, multi feed importer, multi import, multi rss feeds, multiple feed import, multiple feeds, multiple rss feeds, rss, rss aggregator, rss feader, RSS import, rss to post, content curation, RSS Retriever, RSS fetch feed, WP RSS Aggregator, AutoPost, RSS Feed to Post, RSSImport, yahoo pipes, WP Pipes, Import XML feed , FeedSyndicate, RSSpost, RSS in Page
5
  Requires at least: 3.5
6
  Tested up to: 4.1
7
+ Stable tag: 2.1.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
95
 
96
  == Change Log ==
97
 
98
+ = Version 2.1.1 =
99
+ * Jquery Bug fix
100
+
101
  = Version 2.1.0 =
102
  * Ajax implementation
103
  * Feeds Level Keywords Filters