WP RSS Aggregator - Version 3.9.7

Version Description

(2014-01-17) = * Fixed bug: Bug in admin-debugging.php causing trouble with admin login

Download this release

Release Info

Developer jeangalea
Plugin Icon 128x128 WP RSS Aggregator
Version 3.9.7
Comparing to
See all releases

Code changes from version 3.9.6 to 3.9.7

changelog.txt CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  3.9.6 (2014-01-17)
2
  Enhanced: Added error logging.
3
 
1
+ 3.9.7 (2014-01-17)
2
+ Fixed bug: Bug in admin-debugging.php causing trouble with admin login
3
+
4
  3.9.6 (2014-01-17)
5
  Enhanced: Added error logging.
6
 
includes/admin-debugging.php CHANGED
@@ -44,10 +44,10 @@
44
  )
45
  );
46
 
47
- $operations['log'] = apply_filters(
48
- 'wprss_debug_log_operation',
49
  array(
50
- 'nonce' => 'wprss-clear-log',
51
  'run' => 'wprss_clear_log',
52
  'redirect' => 'edit.php?post_type=wprss_feed&page=wprss-debugging&debug_message=3',
53
  'render' => 'wprss_debug_clear_log_button'
@@ -136,11 +136,11 @@
136
  ?>
137
  <h3><?php _e( 'Error Log', 'wprss' ); ?></h3>
138
 
139
- <textarea readonly="readonly" id="wprss-log-textarea"><?php echo wprss_get_log(); ?></textarea>
140
 
141
  <form action="edit.php?post_type=wprss_feed&page=wprss-debugging" method="POST">
142
- <?php wp_nonce_field( 'wprss-clear-log' );
143
- submit_button( __( 'Clear log', 'wprss' ), 'button-primary', 'log', true ); ?>
144
  </form>
145
 
146
  <?php
44
  )
45
  );
46
 
47
+ $operations['error-log'] = apply_filters(
48
+ 'wprss_debug_error_log_operation',
49
  array(
50
+ 'nonce' => 'wprss-clear-error-log',
51
  'run' => 'wprss_clear_log',
52
  'redirect' => 'edit.php?post_type=wprss_feed&page=wprss-debugging&debug_message=3',
53
  'render' => 'wprss_debug_clear_log_button'
136
  ?>
137
  <h3><?php _e( 'Error Log', 'wprss' ); ?></h3>
138
 
139
+ <textarea readonly="readonly" id="wprss-error-log-textarea"><?php echo wprss_get_log(); ?></textarea>
140
 
141
  <form action="edit.php?post_type=wprss_feed&page=wprss-debugging" method="POST">
142
+ <?php wp_nonce_field( 'wprss-clear-error-log' );
143
+ submit_button( __( 'Clear log', 'wprss' ), 'button-primary', 'error-log', true ); ?>
144
  </form>
145
 
146
  <?php
includes/admin-welcome.php CHANGED
@@ -61,20 +61,20 @@
61
  Check out our add-ons:</p>
62
 
63
  <ul>
64
- <li><strong><a href="http://www.wprssaggregator.com/extension/feed-post/" target="wprss_ftp">Feed to Post</a> <span style="color: green;">*New*</span></strong></li>
65
  <li><strong><a href="http://www.wprssaggregator.com/extension/excerpts-thumbnails/" target="wprss_et">Excerpts &amp; Thumbnails</a></strong></li>
66
  <li><strong><a href="http://www.wprssaggregator.com/extension/categories/" target="wprss_cat">Categories</a></strong></li>
67
  <li><strong><a href="http://www.wprssaggregator.com/extension/keyword-filtering/" target="wprss_kf">Keyword Filtering</a></strong></li>
68
  </ul>
69
  </p>
70
- <p>Plus we've got some other add-ons already being developed!</p>
71
  <p>More information about add-ons can be found on our website <a href="http://www.wprssaggregator.com">www.wprssaggregator.com</a></p>
72
 
73
 
74
 
75
  <h3>Changelog for v<?php echo WPRSS_VERSION; ?></h3>
76
  <ul>
77
- <li>Enhanced: Added error logging.</li>
78
  </ul>
79
 
80
 
61
  Check out our add-ons:</p>
62
 
63
  <ul>
64
+ <li><strong><a href="http://www.wprssaggregator.com/extension/feed-post/" target="wprss_ftp">Feed to Post</a> <!--<span style="color: green;">*New*</span></strong>--></li>
65
  <li><strong><a href="http://www.wprssaggregator.com/extension/excerpts-thumbnails/" target="wprss_et">Excerpts &amp; Thumbnails</a></strong></li>
66
  <li><strong><a href="http://www.wprssaggregator.com/extension/categories/" target="wprss_cat">Categories</a></strong></li>
67
  <li><strong><a href="http://www.wprssaggregator.com/extension/keyword-filtering/" target="wprss_kf">Keyword Filtering</a></strong></li>
68
  </ul>
69
  </p>
70
+ <p>Need functionality not already available in core or the add-ons? You <a href="http://www.wprssaggregator.com/feature-requests/">suggest new features</a>!</p>
71
  <p>More information about add-ons can be found on our website <a href="http://www.wprssaggregator.com">www.wprssaggregator.com</a></p>
72
 
73
 
74
 
75
  <h3>Changelog for v<?php echo WPRSS_VERSION; ?></h3>
76
  <ul>
77
+ <li>Fixed bug: Bug in admin-debugging.php causing trouble with admin login</li>
78
  </ul>
79
 
80
 
readme.txt CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://www.wprssaggregator.com
5
  Tags: rss, feeds, aggregation, autoblog aggregator, rss import, feed aggregator, rss aggregator, multiple rss feeds, multi rss feeds, rss multi importer, feed import, feed import, multiple feed import, feed aggregation, rss feader, feed reader, feed to post, multiple feeds, multi feed importer, multi feed import, multi import, autoblogging, autoblogger
6
  Requires at least: 3.3
7
  Tested up to: 3.8
8
- Stable tag: 3.9.6
9
  License: GPLv2 or later
10
  Imports and aggregates multiple RSS Feeds using SimplePie. Outputs feeds sorted by date (latest first).
11
 
@@ -145,6 +145,9 @@ Yes, within the [Feed to Post](http://www.wprssaggregator.com/extensions/feed-to
145
 
146
  == Changelog ==
147
 
 
 
 
148
  = 3.9.6 (2014-01-17) =
149
  * Enhanced: Added error logging.
150
 
5
  Tags: rss, feeds, aggregation, autoblog aggregator, rss import, feed aggregator, rss aggregator, multiple rss feeds, multi rss feeds, rss multi importer, feed import, feed import, multiple feed import, feed aggregation, rss feader, feed reader, feed to post, multiple feeds, multi feed importer, multi feed import, multi import, autoblogging, autoblogger
6
  Requires at least: 3.3
7
  Tested up to: 3.8
8
+ Stable tag: 3.9.7
9
  License: GPLv2 or later
10
  Imports and aggregates multiple RSS Feeds using SimplePie. Outputs feeds sorted by date (latest first).
11
 
145
 
146
  == Changelog ==
147
 
148
+ = 3.9.7 (2014-01-17) =
149
+ * Fixed bug: Bug in admin-debugging.php causing trouble with admin login
150
+
151
  = 3.9.6 (2014-01-17) =
152
  * Enhanced: Added error logging.
153
 
wp-rss-aggregator.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: WP RSS Aggregator
4
  Plugin URI: http://www.wprssaggregator.com
5
  Description: Imports and aggregates multiple RSS Feeds using SimplePie
6
- Version: 3.9.6
7
  Author: Jean Galea
8
  Author URI: http://www.wprssaggregator.com
9
  License: GPLv2
@@ -29,7 +29,7 @@
29
 
30
  /**
31
  * @package WPRSSAggregator
32
- * @version 3.9.6
33
  * @since 1.0
34
  * @author Jean Galea <info@jeangalea.com>
35
  * @copyright Copyright (c) 2012-2013, Jean Galea
@@ -43,7 +43,7 @@
43
 
44
  // Set the version number of the plugin.
45
  if( !defined( 'WPRSS_VERSION' ) )
46
- define( 'WPRSS_VERSION', '3.9.6', true );
47
 
48
  // Set the database version number of the plugin.
49
  if( !defined( 'WPRSS_DB_VERSION' ) )
3
  Plugin Name: WP RSS Aggregator
4
  Plugin URI: http://www.wprssaggregator.com
5
  Description: Imports and aggregates multiple RSS Feeds using SimplePie
6
+ Version: 3.9.7
7
  Author: Jean Galea
8
  Author URI: http://www.wprssaggregator.com
9
  License: GPLv2
29
 
30
  /**
31
  * @package WPRSSAggregator
32
+ * @version 3.9.7
33
  * @since 1.0
34
  * @author Jean Galea <info@jeangalea.com>
35
  * @copyright Copyright (c) 2012-2013, Jean Galea
43
 
44
  // Set the version number of the plugin.
45
  if( !defined( 'WPRSS_VERSION' ) )
46
+ define( 'WPRSS_VERSION', '3.9.7', true );
47
 
48
  // Set the database version number of the plugin.
49
  if( !defined( 'WPRSS_DB_VERSION' ) )