Version Description
(2014-02-03) = * Enhanced: The custom feed can now be extended by add-ons.
Download this release
Release Info
Developer | jeangalea |
Plugin | WP RSS Aggregator |
Version | 3.9.9 |
Comparing to | |
See all releases |
Code changes from version 3.9.8 to 3.9.9
- changelog.txt +3 -0
- includes/admin-display.php +0 -2
- includes/admin-welcome.php +1 -1
- includes/custom-feed.php +2 -1
- includes/feed-processing.php +1 -1
- readme.txt +4 -1
- wp-rss-aggregator.php +3 -3
changelog.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
3.9.8 (2014-01-20)
|
2 |
Fixed bug: Removed excessive logging from Debugging Error Log.
|
3 |
|
1 |
+
3.9.9 (2014-02-03)
|
2 |
+
Enhanced: The custom feed can now be extended by add-ons.
|
3 |
+
|
4 |
3.9.8 (2014-01-20)
|
5 |
Fixed bug: Removed excessive logging from Debugging Error Log.
|
6 |
|
includes/admin-display.php
CHANGED
@@ -362,7 +362,6 @@
|
|
362 |
}
|
363 |
|
364 |
|
365 |
-
|
366 |
/**
|
367 |
* Shows a notification that tells the user that feed items for a particular source are being deleted
|
368 |
*
|
@@ -374,7 +373,6 @@
|
|
374 |
}
|
375 |
|
376 |
|
377 |
-
|
378 |
add_action( 'wp_ajax_wprss_fetch_feeds_row_action', 'wprss_fetch_feeds_action_hook' );
|
379 |
/**
|
380 |
* The AJAX function for the 'Fetch Feed Items' row action on the
|
362 |
}
|
363 |
|
364 |
|
|
|
365 |
/**
|
366 |
* Shows a notification that tells the user that feed items for a particular source are being deleted
|
367 |
*
|
373 |
}
|
374 |
|
375 |
|
|
|
376 |
add_action( 'wp_ajax_wprss_fetch_feeds_row_action', 'wprss_fetch_feeds_action_hook' );
|
377 |
/**
|
378 |
* The AJAX function for the 'Fetch Feed Items' row action on the
|
includes/admin-welcome.php
CHANGED
@@ -74,7 +74,7 @@
|
|
74 |
|
75 |
<h3>Changelog for v<?php echo WPRSS_VERSION; ?></h3>
|
76 |
<ul>
|
77 |
-
<li>
|
78 |
</ul>
|
79 |
|
80 |
|
74 |
|
75 |
<h3>Changelog for v<?php echo WPRSS_VERSION; ?></h3>
|
76 |
<ul>
|
77 |
+
<li><b>Enhanced:</b> The custom feed can now be extended by add-ons.</li>
|
78 |
</ul>
|
79 |
|
80 |
|
includes/custom-feed.php
CHANGED
@@ -110,7 +110,7 @@
|
|
110 |
header('Expires: 0'); // Proxies.
|
111 |
echo '<?xml version="1.0" encoding="' . get_option('blog_charset') . '"?' . '>';
|
112 |
?>
|
113 |
-
<feed xmlns="http://www.w3.org/2005/Atom">
|
114 |
<title type="text">Latest imported feed items on <?php bloginfo_rss('name'); ?></title>
|
115 |
<?php
|
116 |
// Start the Loop
|
@@ -124,6 +124,7 @@
|
|
124 |
<!--<link href="<?php the_permalink_rss(); ?>" />-->
|
125 |
<published><?php echo get_post_time( 'Y-m-d\TH:i:s\Z' ); ?></published>
|
126 |
<content type="html"><![CDATA[<?php the_content(); ?>]]></content>
|
|
|
127 |
</entry>
|
128 |
<?php
|
129 |
// End of the Loop
|
110 |
header('Expires: 0'); // Proxies.
|
111 |
echo '<?xml version="1.0" encoding="' . get_option('blog_charset') . '"?' . '>';
|
112 |
?>
|
113 |
+
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" >
|
114 |
<title type="text">Latest imported feed items on <?php bloginfo_rss('name'); ?></title>
|
115 |
<?php
|
116 |
// Start the Loop
|
124 |
<!--<link href="<?php the_permalink_rss(); ?>" />-->
|
125 |
<published><?php echo get_post_time( 'Y-m-d\TH:i:s\Z' ); ?></published>
|
126 |
<content type="html"><![CDATA[<?php the_content(); ?>]]></content>
|
127 |
+
<?php do_action( 'wprss_custom_feed_entry', get_the_ID() ); ?>
|
128 |
</entry>
|
129 |
<?php
|
130 |
// End of the Loop
|
includes/feed-processing.php
CHANGED
@@ -248,7 +248,7 @@
|
|
248 |
}
|
249 |
|
250 |
else {
|
251 |
-
wprss_log( 'Failed to fetch feed ' . $url );
|
252 |
return;
|
253 |
}
|
254 |
}
|
248 |
}
|
249 |
|
250 |
else {
|
251 |
+
wprss_log( 'Failed to fetch feed "' . $url . '"' );
|
252 |
return;
|
253 |
}
|
254 |
}
|
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.
|
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.8 (2014-01-20) =
|
149 |
* Fixed bug: Removed excessive logging from Debugging Error Log.
|
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.9
|
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.9 (2014-02-03) =
|
149 |
+
* Enhanced: The custom feed can now be extended by add-ons.
|
150 |
+
|
151 |
= 3.9.8 (2014-01-20) =
|
152 |
* Fixed bug: Removed excessive logging from Debugging Error Log.
|
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.
|
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.
|
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.
|
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.9
|
7 |
Author: Jean Galea
|
8 |
Author URI: http://www.wprssaggregator.com
|
9 |
License: GPLv2
|
29 |
|
30 |
/**
|
31 |
* @package WPRSSAggregator
|
32 |
+
* @version 3.9.9
|
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.9', true );
|
47 |
|
48 |
// Set the database version number of the plugin.
|
49 |
if( !defined( 'WPRSS_DB_VERSION' ) )
|