Version Description
(2020-12-01) = Fixed - After updating the Templates add-on from v0.2, the add-on would be deactivated.
Download this release
Release Info
Developer | Mekku |
Plugin | WP RSS Aggregator |
Version | 4.17.10 |
Comparing to | |
See all releases |
Code changes from version 4.17.9 to 4.17.10
- CHANGELOG.md +0 -1238
- includes/templates-update.php +15 -0
- readme.txt +6 -2
- wp-rss-aggregator.php +5 -2
CHANGELOG.md
DELETED
@@ -1,1238 +0,0 @@
|
|
1 |
-
# Change log
|
2 |
-
All notable changes to this project will be documented in this file.
|
3 |
-
|
4 |
-
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
5 |
-
and this project adheres to [Semantic Versioning](http://semver.org/).
|
6 |
-
|
7 |
-
## [4.17.9] - 2020-11-25
|
8 |
-
### Changed
|
9 |
-
* Auto image detection is now able to find the feed channel image.
|
10 |
-
* SimplePie auto-discovery is turned off when the "Force feed" option is enabled.
|
11 |
-
* The Feed Source post type is no longer public.
|
12 |
-
* Meta box styling has been updated to match WordPress 5.3's updated styles.
|
13 |
-
|
14 |
-
### Fixed
|
15 |
-
* Removed referer header from feed requests, fixed importing for some feeds.
|
16 |
-
* Feeds that contain items without titles no longer only import just the first item.
|
17 |
-
* Cron jobs are properly added/removed when the plugin is activated/deactivated, respectively.
|
18 |
-
* Problems with the default template no longer trigger a fatal error.
|
19 |
-
|
20 |
-
## [4.17.8] - 2020-10-06
|
21 |
-
### Changed
|
22 |
-
* Disabled SimplePie's HTML sanitization.
|
23 |
-
* Updated jQuery code to be compatible with the upcoming update in WordPress.
|
24 |
-
* Images without an extension can now be imported.
|
25 |
-
* The image importing function now allows the image URL and local path to be changed via filters.
|
26 |
-
* Changed how item importing is logged in the debugging log. The log now shows what hooks can reject an item.
|
27 |
-
|
28 |
-
### Fixed
|
29 |
-
* WooCommerce Product type dropdown and accompanying options disappear while WP RSS Aggregator is active.
|
30 |
-
* Addressed notices about `register_rest_route` being called incorrectly.
|
31 |
-
* The "Validate feed" link did not work.
|
32 |
-
* Sites on a multi-site network would see an error about a function not existing.
|
33 |
-
* Errors would not be properly rendered for non-fatal notices and warnings.
|
34 |
-
|
35 |
-
## [4.17.7] - 2020-08-12
|
36 |
-
### Added
|
37 |
-
* New HTML classes for pagination buttons.
|
38 |
-
|
39 |
-
### Fixed
|
40 |
-
* The featured image when using the Feed to Post add-on was not being saved.
|
41 |
-
|
42 |
-
### Changed
|
43 |
-
* FeedBurner feeds no longer need to have "format=xml" at the end of the URL.
|
44 |
-
|
45 |
-
## [4.17.6] - 2020-07-29
|
46 |
-
### Added
|
47 |
-
* A link in the New/Edit Feed Source page on how to find an RSS feed.
|
48 |
-
|
49 |
-
### Changed
|
50 |
-
* The "Force feed" option turns off SSL verification.
|
51 |
-
* Improved wording on the Help page.
|
52 |
-
* Dates in templates can now be translated.
|
53 |
-
* The link to the article on how to find an RSS feed now links to an article from the plugin's knowledge base.
|
54 |
-
* The "Unique Titles" feed option can now be set to default to the global setting.
|
55 |
-
|
56 |
-
### Fixed
|
57 |
-
* Rewrite rules would always get flushed when plugins tamper with them, such as Polylang Pro.
|
58 |
-
* The "Delete All Imported Items" reset option was deleting all posts on the site.
|
59 |
-
* Image options would not show up when using Feed to Post to import Feed Items.
|
60 |
-
|
61 |
-
### Removed
|
62 |
-
* A `gettext` filter that changes the text for saving feeds, for performance reasons.
|
63 |
-
|
64 |
-
## [4.17.5] - 2020-04-22
|
65 |
-
### Changed
|
66 |
-
* Now showing a case study of a site using the Pro Plan in the on-boarding wizard.
|
67 |
-
* Licenses are now managed by the main site. Child sites do not have access to the licenses page.
|
68 |
-
|
69 |
-
### Fixed
|
70 |
-
* The custom feed did not include items imported as posts or other post types.
|
71 |
-
|
72 |
-
### Removed
|
73 |
-
* Temporarily disabled the "What's New" page.
|
74 |
-
* Removed the integration with Lorem on the "Help & Support" page.
|
75 |
-
* Removed the integration with Lorem on the "More Features" page.
|
76 |
-
|
77 |
-
## [4.17.4] - 2020-03-16
|
78 |
-
### Changed
|
79 |
-
* The default template is now created based on type, not slug.
|
80 |
-
|
81 |
-
### Fixed
|
82 |
-
* Templates could not be saved if the request contained extra form data.
|
83 |
-
* The default template would be copied multiple times if a post on the site had the "default" slug.
|
84 |
-
* Feed item title did not escape HTML entities correctly.
|
85 |
-
* Source name and link were sometimes incorrect in the custom feed.
|
86 |
-
* Undefined index during error handling.
|
87 |
-
* Better error messages when an error occurs.
|
88 |
-
|
89 |
-
## [4.17.3] - 2020-01-23
|
90 |
-
### Changed
|
91 |
-
* Updated code to fix deprecation warnings on PHP version 7.4 and later.
|
92 |
-
* Updated the Twig library to version `1.41.0` to fix deprecation warnings on PHP version 7.4 and later.
|
93 |
-
* Updated the default translation files to contain up-to-date text.
|
94 |
-
|
95 |
-
### Fixed
|
96 |
-
* Removed a false-positive error from the log.
|
97 |
-
* Localization in Twig templates did not work.
|
98 |
-
* When revisions are enabled, an error would prevent feed sources from being saved.
|
99 |
-
* Translations were being loaded from an invalid path.
|
100 |
-
* The default featured image in the New/Edit Feed Source page did not preview after saving the feed source.
|
101 |
-
* Missing space between the link `a` tag and the `href` attribute on PHP 7.4
|
102 |
-
|
103 |
-
### Removed
|
104 |
-
* Removed warning when trying to blacklist a non-imported post.
|
105 |
-
|
106 |
-
## [4.17.2] - 2019-12-19
|
107 |
-
### Added
|
108 |
-
* The error handler now includes the file and line where the error occurred.
|
109 |
-
|
110 |
-
### Changed
|
111 |
-
* The obsolete "Link Source" option is now only shown when the Excerpts & Thumbnails add-on is active.
|
112 |
-
|
113 |
-
### Fixed
|
114 |
-
* The new "feeds" shortcode parameter only showed feed items for the first 10 feed sources.
|
115 |
-
|
116 |
-
## [4.17.1] - 2019-12-12
|
117 |
-
### Fixed
|
118 |
-
* The new slug option was appearing on the edit pages for posts of all types.
|
119 |
-
|
120 |
-
## [4.17] - 2019-12-11
|
121 |
-
### Added
|
122 |
-
* New "Tools" that replaces the "Blacklist", "Import/Export" and "Debugging" pages.
|
123 |
-
* New option to control whether items with future dates are scheduled or published with truncated dates.
|
124 |
-
* New "feeds" shortcode parameter to select feed sources by their slug names.
|
125 |
-
* New "1 week" update interval option to update feeds once every week.
|
126 |
-
* The "Edit Feed Source" page now allows the slug to be edited.
|
127 |
-
* The "Edit Feed Source" page now shows shortcode snippets.
|
128 |
-
|
129 |
-
### Changed
|
130 |
-
* RSS feeds that are invalid due to leading whitespace are now trimmed and may now be imported.
|
131 |
-
* Images that have the same URL are now downloaded to the media library only once.
|
132 |
-
* Updated some styles to match the new WordPress 5.3 aesthetic.
|
133 |
-
* Optimized template saving to be more performant and less error prone.
|
134 |
-
* Improved error messages in REST API responses.
|
135 |
-
* Removed some log messages.
|
136 |
-
* Fatal errors are now always logged.
|
137 |
-
* Optimized cron-related functionality.
|
138 |
-
* The plugin will no longer register cron schedules that already exist.
|
139 |
-
* License-related notices are now only shown to users who have access to the Licenses settings page.
|
140 |
-
|
141 |
-
### Fixed
|
142 |
-
* The "Import Source" option did not work.
|
143 |
-
* Templates now link imported posts to the local post instead of to the original article.
|
144 |
-
* Images with HTML entities in the URL could not be downloaded.
|
145 |
-
* Feed items without a PolyLang translation did not show up in templates.
|
146 |
-
* PHP notices were triggered when trying to download invalid images.
|
147 |
-
* The feed item count in the "Feed Sources" page would show zero when certain add-ons are installed.
|
148 |
-
* Removed a warning shown in templates about `reset()` expecting an array.
|
149 |
-
* Thumbnails imported by Excerpts & Thumbnails were not shown in templates.
|
150 |
-
* Some databases would report the following error during logging: "Column 'date' cannot be null".
|
151 |
-
* Unserializing the options for the system info triggered PHP notices.
|
152 |
-
|
153 |
-
### Removed
|
154 |
-
* A WordPress 5.1 function was being used to check for ready cron jobs, now replaced with a custom function.
|
155 |
-
|
156 |
-
## [4.16] - 2019-10-31
|
157 |
-
### Changed
|
158 |
-
* Overhauled the data set system with a more robust entity system.
|
159 |
-
* Various database optimizations for better performance.
|
160 |
-
|
161 |
-
### Fixed
|
162 |
-
* Incompatibility with other plugins that use similar import/export mechanisms.
|
163 |
-
* Incompatibility with PolyLang, causing the block and shortcode to show no feed items.
|
164 |
-
* Timeout and infinite loop when saving a feed source.
|
165 |
-
|
166 |
-
## [4.15.2] - 2019-10-03
|
167 |
-
### Added
|
168 |
-
* Links and integrations with Lorem for custom developer work.
|
169 |
-
|
170 |
-
### Changed
|
171 |
-
* The default logging type is now "debug".
|
172 |
-
* Feeds are now sorted alphabetically by default.
|
173 |
-
|
174 |
-
### Fixed
|
175 |
-
* Multisite installations only allowed the main site to have activated licenses.
|
176 |
-
* License notices now only appear on the main site if the site is a multisite network.
|
177 |
-
* Blacklist items would occassionally be saved without a permalink.
|
178 |
-
* Older versions of add-ons triggered errors when trying to log messages with the default log type.
|
179 |
-
* Fixed checkbox legacy display options not saving correctly.
|
180 |
-
* A saved empty useragent string in the settings caused the internal default to not be used.
|
181 |
-
* The certificate path option was not defaulting correctly.
|
182 |
-
* Media thumbnail images were not being detected properly.
|
183 |
-
* An invalid feed would trigger false positive errors on fetch.
|
184 |
-
|
185 |
-
## [4.15.1] - 2019-08-14
|
186 |
-
### Added
|
187 |
-
* New link to the custom feed in the "Custom Feed" settings page.
|
188 |
-
|
189 |
-
### Changed
|
190 |
-
* Updated the logging system to no longer cause VaultPress to trigger false positive warnings.
|
191 |
-
* The date format in the custom feed now uses the "RFC3339 Extended" format.
|
192 |
-
|
193 |
-
### Fixed
|
194 |
-
* Items with the same title were not being imported even when "Unique titles only" was turned off.
|
195 |
-
* Items with future dates where marked as "scheduled" by WordPress.
|
196 |
-
* The custom feed's "Content-Type" header was set for RSS 2.0 instead of Atom.
|
197 |
-
* Imported images were not being deleted from the media library when the imported item is deleted.
|
198 |
-
* PHP notice for "undefined index enclosure" when a feed cannot be fetched.
|
199 |
-
* Deprecation notice on PHP 7.2 or later for "each" function.
|
200 |
-
* Warnings when the `wprss_log` function is used incorrectly.
|
201 |
-
* PHP notice for "property of non-object" when using YoastSEO.
|
202 |
-
* After using the Templates add-on, images would continue to be imported after the add-on was deactivated.
|
203 |
-
|
204 |
-
## [4.15] - 2019-07-16
|
205 |
-
### Added
|
206 |
-
* New error handling for catchable PHP7 `Throwable` errors.
|
207 |
-
* New option to enable feed caching for better performance.
|
208 |
-
* New option to import source name and URL for each item individually.
|
209 |
-
* The custom feed now includes source info for every item.
|
210 |
-
|
211 |
-
### Changed
|
212 |
-
* Improved some exception messages to better indicate the cause of certain problems.
|
213 |
-
* Re-organized settings into multiple tabs.
|
214 |
-
* Added the current site URL to the custom feed URL option's label.
|
215 |
-
|
216 |
-
### Fixed
|
217 |
-
* Feed sources had image importing wrongly enabled by default.
|
218 |
-
* Downloading the debug log triggered an error.
|
219 |
-
* The custom feed self URL ignored the settings and was incorrect.
|
220 |
-
* Items in the custom feed had a missing `rel` attribute for their `<link>` element.
|
221 |
-
* Fixed placement of WordPress notices on the Templates List and Edit page.
|
222 |
-
* Fixed WordPress notices disappearing after moving between Templates list and edit page.
|
223 |
-
|
224 |
-
## [4.14] - 2019-07-09
|
225 |
-
### Added
|
226 |
-
* YouTube channel URLs are now supported.
|
227 |
-
* Items imported from YouTube are detected and their embed links are saved.
|
228 |
-
* Embedded YouTube videos can now be shown in a lightbox.
|
229 |
-
* New option to enable or disable the plugin's logging.
|
230 |
-
* New option to set the log age, in days, for daily truncation.
|
231 |
-
* Image URLs are detected and saved in feed item meta, to be used by templates that can show images.
|
232 |
-
* Feed item excerpts are now imported, to be used by templates that can show excerpts.
|
233 |
-
* Activating or pausing feed sources from the Feed Sources page is now asynchronous.
|
234 |
-
* Deleting feed items from the Feed Sources page is now asynchronous.
|
235 |
-
* New plugin-wide error handling to prevent site locks, with the option to deactivate the plugin and its addons.
|
236 |
-
* Feed sources that are missing their respective cron are detected and fixed while on the Feed Sources page.
|
237 |
-
* Added tooltips to various links and controls in the feed source list page.
|
238 |
-
* Import errors are now asynchronously added to the error icon in the feed sources list page.
|
239 |
-
|
240 |
-
### Changed
|
241 |
-
* Previewing a template no longer requires saving the template.
|
242 |
-
* Redesigned the feed sources page to be more compact and informative at a glance.
|
243 |
-
* The imported item count in the feed sources page is now a link to that feed's imported items.
|
244 |
-
* Improved the responsive styling of the feed sources list table.
|
245 |
-
* The custom feed now uses the Atom 1.0 standard.
|
246 |
-
* Improved the detection of cron scheduling failures, prevent feeds from appearing to be stuck.
|
247 |
-
* Converted log section in the debugging page to use the new module system.
|
248 |
-
* Some options were renamed to be consistent across various plugin pages.
|
249 |
-
* Improved the wording, description and tooltip of the "Import order" option.
|
250 |
-
* Added better error handling during image file creation when using the GD extension.
|
251 |
-
* Rewrote the unique item title checking logic to be faster and more accurate.
|
252 |
-
* Now suppressing "non-numeric value encountered" warnings from SimplePie.
|
253 |
-
* Increased the time by which the plugin detects stuck feeds to 2 minutes.
|
254 |
-
* The addon licensing registration system has been partially converted to the new module system.
|
255 |
-
|
256 |
-
### Fixed
|
257 |
-
* The default template could not be saved with a particular combination of settings.
|
258 |
-
* The age limit setting was incorrectly being copied to feed sources.
|
259 |
-
* Fixed links in templates not opening in new tabs under certain conditions.
|
260 |
-
* Non image files are no longer wrongly downloaded, cached and treated as images.
|
261 |
-
* The unique titles option caused a PHP warning when enabled.
|
262 |
-
* Fixed use of previously cached version scripts and styles for the Templates page.
|
263 |
-
* Fixed pagination not working correctly when no item limit is set.
|
264 |
-
* Fixed the "Set links as no follow" option not having any effect.
|
265 |
-
* An empty limit for the number of items in a template silently defaults to 5 items.
|
266 |
-
* The name of the user was being shown as the author for feed items that had no author.
|
267 |
-
* Fixed the "property on non-object" error on the Licensing settings page for new addons.
|
268 |
-
* On some sites, multiple default templates are constantly being created.
|
269 |
-
* The default template is auto-created is corrupted data. An update procedure will now fix this data.
|
270 |
-
|
271 |
-
### Removed
|
272 |
-
* Removed old secure reset code.
|
273 |
-
* The "View items" row action link in the Feed Sources page has been removed.
|
274 |
-
* Removed the "Edit" bulk action from the feed sources list page.
|
275 |
-
|
276 |
-
## [4.13.2] - 2019-05-14
|
277 |
-
### Added
|
278 |
-
* A custom Twig extension for WordPress-based i18n.
|
279 |
-
|
280 |
-
### Changed
|
281 |
-
* Now correctly requiring WordPress version 4.8 or later.
|
282 |
-
* Improved the JS architecture to allow addons to extend the UI.
|
283 |
-
* The deactivation poll will now be shown only 50% of the time, randomly.
|
284 |
-
|
285 |
-
### Fixed
|
286 |
-
* The time ago format for the list template was not respecting the WordPress timezone setting.
|
287 |
-
* HTML in log messages were breaking the Debugging page.
|
288 |
-
* The feed items were not being explicitly sorted, which could lead to unsorted items.
|
289 |
-
|
290 |
-
## Removed
|
291 |
-
* Removed the polyfill for the `gettext()` function.
|
292 |
-
|
293 |
-
## [4.13.1] - 2019-04-30
|
294 |
-
### Changed
|
295 |
-
* Disabled Twig cache due to tmp permission issues and false-positive suspicious file reporting by hosts.
|
296 |
-
* The list template's pagination option is now set to disabled by default, matching previous versions.
|
297 |
-
|
298 |
-
### Fixed
|
299 |
-
* Re-added missing HTML classes in the list template that had broken user custom CSS styles.
|
300 |
-
* Added a polyfill for the `gettext()` function for sites that don't have the PHP `gettext` extension enabled.
|
301 |
-
* Re-added a function that was removed in v4.13, and marked it as deprecated.
|
302 |
-
* Fixed feed item dates not using the site's timezone.
|
303 |
-
* Fixed styles for the legacy rendering system used by the Excerpts & Thumbnails addon.
|
304 |
-
|
305 |
-
## [4.13] - 2019-04-24
|
306 |
-
### Added
|
307 |
-
* Introduced feed templates.
|
308 |
-
* Introduced a WP RSS Aggregator Gutenberg block.
|
309 |
-
* Brand new debug log and logging system that stores logs in the database.
|
310 |
-
* Items can now be added to the Blacklist manually.
|
311 |
-
|
312 |
-
### Changed
|
313 |
-
* Refactored a lot of legacy code over to the new modular system.
|
314 |
-
* General display settings have been moved to the "Default" template type.
|
315 |
-
* Reorganized the general plugin settings. Advanced options are now under an advanced settings section.
|
316 |
-
* Removed the "Add New" menu item from the RSS Aggregator menu.
|
317 |
-
* The feed sources page now updates every 1 second.
|
318 |
-
* Updated the TinyMCE dialog options for inserting a shortcode on a page or post (Classic Editor).
|
319 |
-
* Updated administrator and editor role capabilities, fixing various permission bugs.
|
320 |
-
* Updated a lot of setting descriptions and tooltips.
|
321 |
-
* The help support beacon is now enabled by default.
|
322 |
-
|
323 |
-
### Fixed
|
324 |
-
* Import errors no longer "freeze" feed sources in an infinite importing state.
|
325 |
-
* Some import errors would not be logged due to script timeout or execution errors.
|
326 |
-
* Feed to Post was not able to show feed items in the shortcode.
|
327 |
-
* Deprecation notices on PHP 7.3.
|
328 |
-
* The "Force feed" option was not properly being applied to feed sources.
|
329 |
-
* A bug that caused perfectly good RSS feeds to trigger gzip errors.
|
330 |
-
* The "Delete permanently & blacklist" row action was appearing for non-feed-item post types.
|
331 |
-
|
332 |
-
### Removed
|
333 |
-
* The notice that asks users to leave a review was removed due to various bugs.
|
334 |
-
|
335 |
-
## [4.12.3] - 2019-04-01
|
336 |
-
### Fixed
|
337 |
-
* Fixed an issue with Feed to Post not being able to show feed items in the shortcode.
|
338 |
-
* Fixed deprecation notices on PHP 7.3.
|
339 |
-
|
340 |
-
## [4.12.2] - 2019-03-26
|
341 |
-
### Fixed
|
342 |
-
* Fixed an admin capability bug that disallowed admin users from fetching feed items.
|
343 |
-
|
344 |
-
## [4.12.1] - 2019-02-27
|
345 |
-
### Added
|
346 |
-
* Added a modal with an optional poll when the plugin is deactivated.
|
347 |
-
|
348 |
-
### Changed
|
349 |
-
* Improved the core plugin's on-boarding process for brand new users.
|
350 |
-
* The timeout for the truncating posts hook has been extended.
|
351 |
-
|
352 |
-
### Fixed
|
353 |
-
* Fixed the "Sorted" error appearing constantly in the debug log.
|
354 |
-
* Fixed PHP warnings appearing on WordPress multisite.
|
355 |
-
* Fixed PHP notice appearing on Feed Items page.
|
356 |
-
* Fixed strict standards notice appearing on settings import.
|
357 |
-
|
358 |
-
## [4.12] - 2019-01-29
|
359 |
-
### Added
|
360 |
-
* The plugin now checks if its running on PHP 5.3.9, and deactivates itself when not.
|
361 |
-
* Added message informing users that v4.13 will drop support for PHP 5.3.
|
362 |
-
* Added an introduction page for new plugin users.
|
363 |
-
|
364 |
-
### Changed
|
365 |
-
* Changed protocol for all links to HTTPS wherever necessary or applicable.
|
366 |
-
|
367 |
-
### Removed
|
368 |
-
* Disabled the welcome page on activation and updates.
|
369 |
-
|
370 |
-
## [4.11.4] - 2018-12-11
|
371 |
-
### Added
|
372 |
-
* Added handling of lifetime licenses.
|
373 |
-
|
374 |
-
### Changed
|
375 |
-
* License renewal link and expiry are not shown if they are not applicable.
|
376 |
-
|
377 |
-
## [4.11.3] - 2018-05-23
|
378 |
-
### Changed
|
379 |
-
* Updated Help & Support page.
|
380 |
-
|
381 |
-
## [4.11.2] - 2017-09-18
|
382 |
-
### Added
|
383 |
-
* Added 2 new general settings for item import order and per-import limit.
|
384 |
-
|
385 |
-
### Changed
|
386 |
-
* Cosmetic and documentation improvements.
|
387 |
-
|
388 |
-
## [4.11.1] - 2017-03-07
|
389 |
-
### Fixed
|
390 |
-
* Fixed bug that caused minor publishing controls to be hidden on unrelated Edit screens.
|
391 |
-
|
392 |
-
## [4.11] - 2017-03-06
|
393 |
-
### Changed
|
394 |
-
* Enhanced Licenses page so as to make the [Enter] key toggle license activation.
|
395 |
-
* Enhanced architecture by using a DI container.
|
396 |
-
* Enhanced admin notifications by refactoring them to use the same mechanism.
|
397 |
-
* Enhanced admin notifications by making all of them dismissible.
|
398 |
-
|
399 |
-
### Fixed
|
400 |
-
* Fixed bug with lifetime licenses showing expiry notices.
|
401 |
-
* Fixed bug with being able to submit form on Licenses page.
|
402 |
-
* Fixed bug with empty saved license key causing PHP notice, and not triggering reminder notification.
|
403 |
-
* Fixed bug with saved but inactive licenses not triggering reminder notification.
|
404 |
-
* Fixed bug with minified assets not being served by default.
|
405 |
-
* Fixed bug with cached admin assets being served even after update.
|
406 |
-
* Fixed bug with admin notifications displayed on unrelated pages not being dismissible.
|
407 |
-
|
408 |
-
## [4.10] - 2016-12-29
|
409 |
-
### Added
|
410 |
-
* Added a per-feed-source "Link Source" option.
|
411 |
-
* Added a per-feed-source "Feed Request User Agent" option.
|
412 |
-
* Now using Composer!
|
413 |
-
* Now using Phing!
|
414 |
-
* Added RegEx HTML Encodifier.
|
415 |
-
* Added integration with Diagnostics plugin, and tests.
|
416 |
-
* Added "Leave a Review" notification.
|
417 |
-
|
418 |
-
### Changed
|
419 |
-
* The "Add New" button no longer appears for feed items.
|
420 |
-
* Logs are now created in `wp-content/log/wprss`, and are named more descriptively.
|
421 |
-
|
422 |
-
### Fixed
|
423 |
-
* Fixed bug with feed error output breaking tooltips on "Feed Sources" page.
|
424 |
-
* Fixed bug with nonces on the "Feed Sources" page that broke some source actions.
|
425 |
-
* Fixed problem with image cache filenames being too long.
|
426 |
-
* Fixed problem with permalink URLs sometimes being URL-encoded.
|
427 |
-
* Fixed problem with large logs causing OOM errors and breaking Debugging page.
|
428 |
-
* Fixed conflict with function `unparse_url()`.
|
429 |
-
* Fixed bug with `_getDataOrConst()` not retrieving single value.
|
430 |
-
* Fixed future incompatibility with `class-feed.php` for WP 4.7+.
|
431 |
-
* Fixed conflicts with many JS scripts by only adding JS on our admin pages.
|
432 |
-
* Fixed conflicts with some classes by loading only valid root namespace components.
|
433 |
-
* Fixed PHP warning related to retrieving unique titles.
|
434 |
-
|
435 |
-
## [4.9.1] - 2016-08-01
|
436 |
-
### Changed
|
437 |
-
* Changed copyright and other info in plugin header.
|
438 |
-
|
439 |
-
## [4.9] - 2016-06-14
|
440 |
-
### Changed
|
441 |
-
* Enhanced: Visual improvements.
|
442 |
-
|
443 |
-
### Fixed
|
444 |
-
* Fixed bug: Potential security vulnerability related to triggering feed update.
|
445 |
-
* Fixed bug: Error output on Feed Sources list is trimmed and cannot break the page layout.
|
446 |
-
* Fixed bug: Certain notices could not be dismissed.
|
447 |
-
* Fixed bug: Word trimming didn't always trim correctly with HTML.
|
448 |
-
|
449 |
-
## [4.8.2] - 2016-02-22
|
450 |
-
### Changed
|
451 |
-
* Enhanced: Users can now override useragent sent with feed requests.
|
452 |
-
* Enhanced: Improvements to plugin updating system.
|
453 |
-
* Enhanced: Readme updated.
|
454 |
-
* Enhanced: "Open link behaviour" option's internal handling has been improved.
|
455 |
-
|
456 |
-
### Fixed
|
457 |
-
* Fixed bug: Interface methods used to conflict, causing fatal error on activation.
|
458 |
-
* Fixed bug: Empty feed response used to cause misleading error message in log.
|
459 |
-
|
460 |
-
## [4.8.1] - 2016-02-02
|
461 |
-
### Changed
|
462 |
-
* Enhanced: Visual improvements.
|
463 |
-
* Enhanced: Included new Object Oriented code.
|
464 |
-
|
465 |
-
### Fixed
|
466 |
-
* Fixed bug: Some exceptions used to cause fatal errors.
|
467 |
-
* Fixed bug: Requests made by image caching used to always have an infinite timeout.
|
468 |
-
* Fixed bug: Licensing algorithm used to use constants of inactive plugins, causing fatal error.
|
469 |
-
|
470 |
-
## [4.8] - 2015-12-30
|
471 |
-
### Changed
|
472 |
-
* Enhanced: Major licensing system improvements.
|
473 |
-
|
474 |
-
### Fixed
|
475 |
-
* Fixed bug: Licensing notices will now be displayed again.
|
476 |
-
|
477 |
-
## [4.7.8] - 2015-11-18
|
478 |
-
### Changed
|
479 |
-
* Enhanced: Added autoloading and refactored licensing.
|
480 |
-
* Enhanced: Added button to download error log.
|
481 |
-
* Enhanced: Cosmetic changes and fixes.
|
482 |
-
|
483 |
-
### Fixed
|
484 |
-
* Fixed bug: Sticky posts no longer get deleted when truncating, unless imported from a feed source.
|
485 |
-
|
486 |
-
## [4.7.7] - 2015-10-19
|
487 |
-
### Changed
|
488 |
-
* Enhanced: Optimized checking for plugin updates.
|
489 |
-
|
490 |
-
## [4.7.6] - 2015-10-07
|
491 |
-
### Changed
|
492 |
-
* Enhanced: Feeds that fail to validate due to whitespace at the beginning are now supported by the plugin.
|
493 |
-
|
494 |
-
### Fixed
|
495 |
-
* Fixed bug: Undefined variables in the System Info section in the Debugging page.
|
496 |
-
* Fixed bug: Add-on license expiration notices could not be dismissed.
|
497 |
-
|
498 |
-
## [4.7.5] - 2015-09-02
|
499 |
-
### Changed
|
500 |
-
* Enhanced: Licensing errors will be output to debug log.
|
501 |
-
* Enhanced: Improved compatibility with plugins that allow AJAX searching in the backend.
|
502 |
-
|
503 |
-
### Fixed
|
504 |
-
* Fixed bug: error related to undefined `ajaxurl` JS variable gone from frontend.
|
505 |
-
|
506 |
-
### Removed
|
507 |
-
* Usage tracking now disabled.
|
508 |
-
|
509 |
-
## [4.7.4] - 2015-08-20
|
510 |
-
### Changed
|
511 |
-
* Requirement: WordPress 4.0 or greater now required.
|
512 |
-
|
513 |
-
### Fixed
|
514 |
-
* Fixed bug in image caching
|
515 |
-
* Fixed bug in admin interface due to incorrectly translated IDs
|
516 |
-
|
517 |
-
## [4.7.3] - 2015-08-04
|
518 |
-
### Added
|
519 |
-
* Core now implements an image cache logic.
|
520 |
-
* Russian translation added.
|
521 |
-
* Google Alerts permalinks are now normalized.
|
522 |
-
|
523 |
-
### Changed
|
524 |
-
* Enhanced: Add-ons on the "Add-ons" page now have an installed-but-inactive status.
|
525 |
-
|
526 |
-
### Fixed
|
527 |
-
* Fixed bug: Inline help (tooltips) translations now work.
|
528 |
-
* Fixed bug: Link to the Feed to Post add-on on the welcome page is no longer broken.
|
529 |
-
|
530 |
-
## [4.7.2] - 2015-06-30
|
531 |
-
### Changed
|
532 |
-
* Enhanced: Copyright updated.
|
533 |
-
|
534 |
-
### Fixed
|
535 |
-
* Fixed bug: Word trimming no longer adds extra closing tags at the end.
|
536 |
-
* Fixed bug: Presence of `idna_convert` class no longer causes infinite redirects on some servers.
|
537 |
-
* Fixed bug: Warning of unterminated comment no longer thrown in PHP 5.5.
|
538 |
-
* Fixed bug: Added default value for "Unique Titles" option.
|
539 |
-
* Fixed bug: Having a the port number specified with the database host no longer causes issues with the `mysqli` adapter in System Info on some servers.
|
540 |
-
* Fixed bug: Nested options of inline help controller no longer cause a fatal error.
|
541 |
-
* Fixed bug: Notices will no longer be displayed during rendering of feed items due to absence of required default values.
|
542 |
-
|
543 |
-
## [4.7.1] - 2015-04-23
|
544 |
-
### Fixed
|
545 |
-
* Fixed bug: No warning will be thrown when fetching feeds.
|
546 |
-
|
547 |
-
## [4.7] - 2015-04-21
|
548 |
-
### Added
|
549 |
-
* Optionally import only items with titles that don't already exist.
|
550 |
-
* Added support for multibyte strings in some places.
|
551 |
-
|
552 |
-
### Changed
|
553 |
-
* Enhanced: Accessing feeds over HTTPS is now possible.
|
554 |
-
* Enhanced: Increased JS compatibility with other plugins.
|
555 |
-
* Enhanced: Increased UI support for mobile devices.
|
556 |
-
|
557 |
-
### Fixed
|
558 |
-
* Fixed bug: Having no mysqli extension no longer causes an error to appear in the debug info.
|
559 |
-
* Fixed bug: Saving an empty license key no longer results in a warning.
|
560 |
-
|
561 |
-
## [4.6.13] - 2015-03-20
|
562 |
-
### Fixed
|
563 |
-
* Fixed bug: The "Force feed" option wasn't being correctly used.
|
564 |
-
|
565 |
-
## [4.6.12] - 2015-03-09
|
566 |
-
### Fixed
|
567 |
-
* Fixed bug: The "Force feed" option was being removed by the Feed to Post add-on.
|
568 |
-
|
569 |
-
## [4.6.11] - 2015-03-04
|
570 |
-
### Changed
|
571 |
-
* Enhanced: The Help page now includes a support form if a premium add-on is detected.
|
572 |
-
* Enhanced: Updated some translations for admin options.
|
573 |
-
|
574 |
-
### Fixed
|
575 |
-
* Fixed bug: Help tooltips are now optimized for iPad screens.
|
576 |
-
* Fixed bug: Errors on the licensing page when a license code has not yet been entered.
|
577 |
-
|
578 |
-
## [4.6.10] - 2015-02-10
|
579 |
-
### Added
|
580 |
-
* Markdown library added. Changelog now read from readme.
|
581 |
-
|
582 |
-
### Changed
|
583 |
-
* Enhanced: AJAX license activation.
|
584 |
-
* Enhanced: License form more reliable.
|
585 |
-
* Enhanced: license-related UI improvements
|
586 |
-
|
587 |
-
### Fixed
|
588 |
-
* Fixed bug: Saving license keys not longer triggers error in some cases.
|
589 |
-
|
590 |
-
## [4.6.9] - 2015-01-21
|
591 |
-
### Changed
|
592 |
-
* Enhanced: Admin user will now be warned about invalid or expiring licenses.
|
593 |
-
* Enhanced: Admin notices logic centralized in this plugin.
|
594 |
-
|
595 |
-
### Fixed
|
596 |
-
* Fixed: Multiple small-scale security vulnerabilities.
|
597 |
-
* Fixed: Ampersand in feed URL no longer causes the product of generated feeds to be invalidated by W3C Validator.
|
598 |
-
|
599 |
-
## [4.6.8] - 2015-01-07
|
600 |
-
### Changed
|
601 |
-
* Enhanced: Added more logging during feed importing.
|
602 |
-
* Enhanced: Irrelevent metaboxes added by other plugins are now removed from the Add/Edit Feed Source page.
|
603 |
-
|
604 |
-
### Fixed
|
605 |
-
* Fixed bug: Valid feed URLS were being invalidated.
|
606 |
-
* Fixed bug: The Blacklist feature was being hidden when the Feed to Post add-on was enabled.
|
607 |
-
* Fixed bug: Patched a vulnerability where any user on the site can issue a feed fetch.
|
608 |
-
* Fixed bug: The "Activate" and "Pause" actions are not shown in the bulk actions dropdown in WordPress v4.1.
|
609 |
-
|
610 |
-
## [4.6.7] - 2014-12-17
|
611 |
-
### Changed
|
612 |
-
* Enhanced: Some minor interface updates.
|
613 |
-
* Enhanced: Added filters for use by the premium add-ons.
|
614 |
-
|
615 |
-
## [4.6.6] - 2014-12-06
|
616 |
-
### Added
|
617 |
-
* Added output layouts for feed sources and feed items.
|
618 |
-
* Added time limit extending to prevent script from exhausting its execution time limit while importing.
|
619 |
-
|
620 |
-
### Changed
|
621 |
-
* Enhanced: Updated EDD updater class to version 1.5.
|
622 |
-
|
623 |
-
### Fixed
|
624 |
-
* Fixed bug: The "Delete and Re-import" button was deleting items but not re-importing.
|
625 |
-
* Fixed bug: Non-object errors when a feed source is deleted while importing.
|
626 |
-
|
627 |
-
## [4.6.5] - 2014-11-17
|
628 |
-
### Changed
|
629 |
-
* Enhanced: Improved the logging.
|
630 |
-
* Enhanced: Improved the licensing fields.
|
631 |
-
* Enhanced: Updated the EDD updater class to the latest version.
|
632 |
-
|
633 |
-
### Fixed
|
634 |
-
* Fixed bug: Small random error when viewing the licenses page.
|
635 |
-
|
636 |
-
## [4.6.4] - 2014-11-10
|
637 |
-
### Changed
|
638 |
-
* Enhanced: Added filters to the custom feed.
|
639 |
-
* Enhanced: Updated some styles to improve the user interface.
|
640 |
-
|
641 |
-
### Fixed
|
642 |
-
* Fixed bug: The "Remove selected from Blacklist" button had no nonce associated with it.
|
643 |
-
* Fixed bug: The Blacklist menu entry was not always being shown.
|
644 |
-
|
645 |
-
## [4.6.3] - 2014-11-3
|
646 |
-
### Changed
|
647 |
-
* Enhanced: Re-added the "Add New" link in the plugin's menu.
|
648 |
-
* Enhanced: Improved error logging.
|
649 |
-
* Enhanced: Bulk actions in the Feed Sources page are now also included in the bottom dropdown menu.
|
650 |
-
|
651 |
-
### Fixed
|
652 |
-
* Fixed bug: Add-on updater was prone to conflicts. Now enclosed in an action.
|
653 |
-
* Fixed bug: The Full Text RSS Feeds add-on was not showing as active in the "Add-ons" page.
|
654 |
-
* Fixed bug: Broken links in the "Add-ons" page, to add-on pages on our site.
|
655 |
-
|
656 |
-
## [4.6.2] - 2014-10-15
|
657 |
-
### Added
|
658 |
-
* Added a new filter to modify the text shown before author names.
|
659 |
-
* Added better debug logging.
|
660 |
-
|
661 |
-
### Changed
|
662 |
-
* Enhanced: Improved plugin responsiveness.
|
663 |
-
* Enhanced: Updated some help text in tooltips with better explainations and added clarity.
|
664 |
-
* Enhanced: Optimized some old SQL queries.
|
665 |
-
|
666 |
-
### Changed
|
667 |
-
* Fixed bug: Licenses were not showing as active, even though they were activated.
|
668 |
-
|
669 |
-
## [4.6.1] - 2014-10-06
|
670 |
-
### Changed
|
671 |
-
* Enhanced: Improved internationalization in the plugin, for better translations.
|
672 |
-
|
673 |
-
### Fixed
|
674 |
-
* Fixed bug: If the feed source age limit was left empty, the global setting was used instead of ignoring the limit.
|
675 |
-
|
676 |
-
## [4.6] - 2014-09-22
|
677 |
-
### Changed
|
678 |
-
* Enhanced: Improved the user interface, with better responsiveness and tooltips.
|
679 |
-
* Enhanced: Removes the ID column. The ID is now shown fixed in row actions.
|
680 |
-
* Enhanced: Feed Preview indicates if feed items have no dates.
|
681 |
-
|
682 |
-
### Fixed
|
683 |
-
* Fixed bug: If a feed item has no date, the date and time it was imported is used.
|
684 |
-
|
685 |
-
## [4.5.3] - 2014-09-15
|
686 |
-
### Changed
|
687 |
-
* Added filter to allow adding RSS feeds to the head of your site's pages for CPTs.
|
688 |
-
|
689 |
-
### Changed
|
690 |
-
* Enhanced: Columns in the feed sources table are now sortable.
|
691 |
-
* Enhanced: Removed the ID column in the feed sources table. The ID has been moved as a row action.
|
692 |
-
* Enhanced: Improved various interface elements.
|
693 |
-
* Enhanced: Better responsiveness for smaller screen.
|
694 |
-
|
695 |
-
### Fixed
|
696 |
-
* Fixed bug: The importing spinning icon would get stuck and spin for a very long time.
|
697 |
-
* Fixed bug: Removed an old description meta field.
|
698 |
-
* Fixed bug: Plugin was not removing all scheduled cron jobs when deactivated.
|
699 |
-
|
700 |
-
## [4.5.2] - 2014-09-09
|
701 |
-
### Changed
|
702 |
-
* Enhanced: Optimized plugin for WordPress 4.0.
|
703 |
-
* Enhanced: Improved template and added filters for add-on hooking.
|
704 |
-
|
705 |
-
### Fixed
|
706 |
-
* Fixed bug: Editor toolbar visible over the WP RSS shortcode dialog.
|
707 |
-
|
708 |
-
## [4.5.1] - 2014-08-26
|
709 |
-
### Fixed
|
710 |
-
* Fixed bug: Last import feed item count stays at zero.
|
711 |
-
* Fixed bug: Datetime::setTimestamp error when using PHP 5.2 or earlier.
|
712 |
-
* Fixed bug: The display limit was not working.
|
713 |
-
* Fixed bug: Minor bug in licensing.
|
714 |
-
|
715 |
-
## [4.5] - 2014-08-25
|
716 |
-
### Added
|
717 |
-
* New Feature: Bulk importer allows you to create multiple feed sources at once.
|
718 |
-
|
719 |
-
### Changed
|
720 |
-
* Enhanced: Improved OPML importer with added hooks.
|
721 |
-
* Enhanced: Centralized add-on licensing, fixing multiple bugs.
|
722 |
-
|
723 |
-
### Fixed
|
724 |
-
* Fixed bug: Undefined `feed_limit` errors when using the shortcode.
|
725 |
-
|
726 |
-
## [4.4.4] - 2014-08-19
|
727 |
-
### Fixed
|
728 |
-
* Fixed bug: Errors when using older PHP versions 5.3 or lower.
|
729 |
-
|
730 |
-
## [4.4.3] - 2014-08-19
|
731 |
-
### Fixed
|
732 |
-
* Fixed bug: Errors when using older PHP versions 5.3 or lower.
|
733 |
-
|
734 |
-
## [4.4.2] - 2014-08-19
|
735 |
-
### Fixed
|
736 |
-
* Fixed bug: Errors when using older PHP versions 5.3 or lower.
|
737 |
-
|
738 |
-
## [4.4.1] - 2014-08-18
|
739 |
-
### Changed
|
740 |
-
* Enhanced: Various improvements to the plugin interface and texts.
|
741 |
-
* Enhanced: Moved the restore default settings button farther down the Debugging page, to avoid confusion with the delete button.
|
742 |
-
|
743 |
-
### Fixed
|
744 |
-
* Fixed bug: Feed item dates were not being adjusted to the timezone when using a GMT offset.
|
745 |
-
* Fixed bug: Feed item dates are now adjusted according to daylight savings time.
|
746 |
-
|
747 |
-
## [4.4] - 2014-08-11
|
748 |
-
### Added
|
749 |
-
* Blacklist - delete items and blacklist them to never import them again.
|
750 |
-
|
751 |
-
### Changed
|
752 |
-
* Enhanced: Added a button in the Debugging page to reset the plugin settings to default.
|
753 |
-
* Enhanced: WordPress Yoast SEO metaboxes and custom columns will no longer appear.
|
754 |
-
|
755 |
-
## [4.3.1] - 2014-08-08
|
756 |
-
### Changed
|
757 |
-
* Enhanced: Better wording on settings page.
|
758 |
-
|
759 |
-
### Fixed
|
760 |
-
* Fixed bug: The Links Behaviour option in the settings was not working.
|
761 |
-
* Fixed bug: The wrong feed items were being shown for some sources when using the "View Items" row action.
|
762 |
-
|
763 |
-
## [4.3] - 2014-08-04
|
764 |
-
### Added
|
765 |
-
* New Feature: Feed items now also import authors.
|
766 |
-
|
767 |
-
### Changed
|
768 |
-
* Enhanced: Custom feed is now in RSS 2.0 format.
|
769 |
-
* Enhanced: Improved the display template for feed items.
|
770 |
-
|
771 |
-
### Fixed
|
772 |
-
* Fixed bug: Custom feed was not working in Firefox.
|
773 |
-
* Fixed bug: Some feed items were showing items from another feed source.
|
774 |
-
* Fixed bug: The feed limit in the global settings was not working.
|
775 |
-
|
776 |
-
## [4.2.3] - 2014-07-29
|
777 |
-
### Changed
|
778 |
-
* Enhanced: Added an option to choose between the current pagination type, and numbered pagination.
|
779 |
-
* Enhanced: The Feed Preview now also shows the total number of items in the feed.
|
780 |
-
|
781 |
-
### Fixed
|
782 |
-
* Fixed bug: A PHP warning error was being shown in the System Info.
|
783 |
-
* Fixed bug: Language files were not always being referenced correctly.
|
784 |
-
* Fixed bug: Manually fetching a feed fails if the feed is scheduled to update in the next 10 minutes.
|
785 |
-
* Fixed bug: Bing RSS feeds were importing duplicates on every update.
|
786 |
-
|
787 |
-
## [4.2.2] - 2014-07-23
|
788 |
-
### Changed
|
789 |
-
* Enhanced: Facebook page feeds are now changed into RSS 2.0 feeds, rather than Atom 1.0 feeds.
|
790 |
-
* Enhanced: Improved live updating performace on the Feed Sources page.
|
791 |
-
|
792 |
-
## [4.2.1] - 2014-07-17
|
793 |
-
### Changed
|
794 |
-
* Enhanced: Feed Sources page is now more responsive.
|
795 |
-
|
796 |
-
## [4.2] - 2014-07-17
|
797 |
-
### Added
|
798 |
-
* Can now view each feed source's imported feed items separate from other feed sources' feed items.
|
799 |
-
|
800 |
-
### Changed
|
801 |
-
* Enhanced: Major visual update to the Feed Sources page with new live updates.
|
802 |
-
* Enhanced: The custom feed now includes the feed source.
|
803 |
-
|
804 |
-
### Fixed
|
805 |
-
* Fixed bug: Google News feeds were importing duplicate items on every update.
|
806 |
-
* Fixed bug: Multiple minor bug fixes with old filters.
|
807 |
-
|
808 |
-
## [4.1.6] - 2014-06-28
|
809 |
-
### Fixed
|
810 |
-
* Fixed bug: Results returned by wprss_get_feed_items_for_source() will no longer be affected by filters.
|
811 |
-
* Fixed bug: Charset issue in titles
|
812 |
-
|
813 |
-
## [4.1.5] - 2014-06-19
|
814 |
-
### Changed
|
815 |
-
* Enhanced: The Feed Sources table now indicates which feed sources encountered errors during the last import.
|
816 |
-
|
817 |
-
### Fixed
|
818 |
-
* Fixed bug: Feed titles were not being decoded for HTML entities.
|
819 |
-
|
820 |
-
## [4.1.4] - 2014-05-16
|
821 |
-
### Changed
|
822 |
-
* Enhanced: Minor improvements to feed importing and handling.
|
823 |
-
|
824 |
-
### Fixed
|
825 |
-
* Fixed bug: HTML entities were not being decoded in feed item titles.
|
826 |
-
|
827 |
-
## [4.1.3] - 2014-04-28
|
828 |
-
### Changed
|
829 |
-
* Enhanced: Added a force feed option, for valid RSS feeds with incorrect header content types.
|
830 |
-
|
831 |
-
### Fixed
|
832 |
-
* Fixed bug: HTML entities in feed item titles are now being decoded.
|
833 |
-
|
834 |
-
## [4.1.2] - 2014-04-22
|
835 |
-
### Changed
|
836 |
-
* Enhanced: Improved the custom feed, by allowing a custom title.
|
837 |
-
* Enhanced: Improved shortcode, by adding the "pagination" parameter.
|
838 |
-
* Enhanced: Modified a filter to fix some bugs in the add-ons.
|
839 |
-
|
840 |
-
## [4.1.1] - 2014-04-09
|
841 |
-
### Changed
|
842 |
-
* Enhanced: Tracking notices only appear for admin users.
|
843 |
-
|
844 |
-
### Fixed
|
845 |
-
* Fixed bug: Auto Feed Discovery was not working.
|
846 |
-
|
847 |
-
## [4.1] - 2014-04-03
|
848 |
-
### Added
|
849 |
-
* New Feature: Feed items can now link to enclosure links in the feed.
|
850 |
-
|
851 |
-
### Changed
|
852 |
-
* Enhanced: Added a filter to allow add-ons to modify feed item queries.
|
853 |
-
|
854 |
-
## [4.0.9] - 2014-03-27
|
855 |
-
### Changed
|
856 |
-
* Enhanced: Added a filter to modify the feeds template.
|
857 |
-
|
858 |
-
### Fixed
|
859 |
-
* Fixed bug: Nested lists in feeds template.
|
860 |
-
|
861 |
-
## [4.0.8] - 2014-03-20
|
862 |
-
### Fixed
|
863 |
-
* Fixed bug: Using the shortcode makes the comments section always open.
|
864 |
-
|
865 |
-
## [4.0.7] - 2014-03-08
|
866 |
-
### Fixed
|
867 |
-
* Fixed bug: The plugin prevented uploading of header images.
|
868 |
-
|
869 |
-
## [4.0.6] - 2014-03-05
|
870 |
-
### Fixed
|
871 |
-
* Fixed bug: Hook change in last version suspected reason for some installations having non-updated feed items.
|
872 |
-
|
873 |
-
## [4.0.5] - 2014-03-03
|
874 |
-
### Added
|
875 |
-
* New Feature: Time ago added as an option.
|
876 |
-
|
877 |
-
### Changed
|
878 |
-
* Enhanced: The plugin now allows the use of RSS and Atom feeds that do not specify the correct MIME type.
|
879 |
-
* Enhanced: Better performance due to better hook usage.
|
880 |
-
|
881 |
-
### Fixed
|
882 |
-
* Fixed bug: Facebook page feed URL conversion was not being triggered for new feed sources.
|
883 |
-
* Fixed bug: Styles fix for pagination.
|
884 |
-
* Fixed bug: Removed empty spaces in logging.
|
885 |
-
|
886 |
-
## [4.0.4] - 2014-02-17
|
887 |
-
### Changed
|
888 |
-
* Enhanced: Added Activate/Pause bulk actions in the Feed Sources page.
|
889 |
-
* Enhanced: Feed Sources page table has been re-designed.
|
890 |
-
* Enhanced: Logging is now site dependant on multisite.
|
891 |
-
|
892 |
-
### Fixed
|
893 |
-
* Fixed bug: Undefined display settings where appearing on the front end.
|
894 |
-
|
895 |
-
## [4.0.3] - 2014-02-12
|
896 |
-
### Fixed
|
897 |
-
* Fixed bug: The general setting for deleting feed items by age was not working.
|
898 |
-
|
899 |
-
## [4.0.2] - 2014-02-10
|
900 |
-
### Changed
|
901 |
-
* Enhanced: Added a filter to change the html tags allowed in feed item content.
|
902 |
-
|
903 |
-
## [4.0.1] - 2014-02-08
|
904 |
-
### Changed
|
905 |
-
* Fixed bug: Empty array of feed items bug caused importing problems.
|
906 |
-
|
907 |
-
## [4.0] - 2014-02-04
|
908 |
-
### Changed
|
909 |
-
* Enhanced: Improved some internal queries, for better performance.
|
910 |
-
|
911 |
-
### Fixed
|
912 |
-
* Fixed bug: Feed limits were not working properly.
|
913 |
-
|
914 |
-
## [3.9.9] - 2014-02-03
|
915 |
-
### Changed
|
916 |
-
* Enhanced: The custom feed can now be extended by add-ons.
|
917 |
-
|
918 |
-
## [3.9.8] - 2014-01-20
|
919 |
-
### Fixed
|
920 |
-
* Fixed bug: Removed excessive logging from Debugging Error Log.
|
921 |
-
|
922 |
-
## [3.9.7] - 2014-01-17
|
923 |
-
### Fixed
|
924 |
-
* Fixed bug: Bug in admin-debugging.php causing trouble with admin login
|
925 |
-
|
926 |
-
## [3.9.6] - 2014-01-17
|
927 |
-
### Changed
|
928 |
-
* Enhanced: Added error logging.
|
929 |
-
|
930 |
-
## [3.9.5] - 2014-01-02
|
931 |
-
### Changed
|
932 |
-
* Enhanced: Added a feed validator link in the New/Edit Feed Sources page.
|
933 |
-
* Enhanced: The Next Update column also shows the time remaining for next update, for feed source on the global update interval.
|
934 |
-
* Enhanced: The custom feed has been improved, and is now identical to the feeds displayed with the shortcode.
|
935 |
-
* Enhanced: License notifications only appear on the main site when using WordPress multisite.
|
936 |
-
* Enhanced: Updated Colorbox script to 1.4.33
|
937 |
-
|
938 |
-
### Fixed
|
939 |
-
* Fixed bug: The Imported Items column was always showing zero.
|
940 |
-
* Fixed bug: Feed items not being imported with limit set to zero. Should be unlimited.
|
941 |
-
* Fixed bug: Fat header in Feed Sources page
|
942 |
-
|
943 |
-
## [3.9.4] - 2013-12-24
|
944 |
-
### Changed
|
945 |
-
* Enhanced: Added a column in the Feed Sources page that shows the number of feed items imported for each feed source.
|
946 |
-
|
947 |
-
### Fixed
|
948 |
-
* Fixed bug: Leaving the delete old feed items empty did not ignore the delete.
|
949 |
-
|
950 |
-
## [3.9.3] - 2013-12-23
|
951 |
-
### Fixed
|
952 |
-
* Fixed bug: Fixed tracking pointer appearing on saving settings.
|
953 |
-
|
954 |
-
## [3.9.2] - 2013-12-21
|
955 |
-
### Fixed
|
956 |
-
* Fixed bug: Incorrect file include call.
|
957 |
-
|
958 |
-
## [3.9.1] - 2013-12-12
|
959 |
-
### Changed
|
960 |
-
* Enhanced: Improved date and time handling for imported feed items.
|
961 |
-
|
962 |
-
### Fixed
|
963 |
-
* Fixed bug: Incorrect values being shown in the Feed Processing metabox.
|
964 |
-
* Fixed bug: Feed limits set to zero were causing feeds to not be imported.
|
965 |
-
|
966 |
-
## [3.9] - 2013-12-12
|
967 |
-
### Added
|
968 |
-
* New Feature: Feed sources can have their own update interval.
|
969 |
-
* New Feature: The time remaining until the next update has been added to the Feed Source table.
|
970 |
-
|
971 |
-
## [3.8] - 2013-12-05
|
972 |
-
### Added
|
973 |
-
* New Feature: Feed items can be limited and deleted by their age.
|
974 |
-
|
975 |
-
### Changed
|
976 |
-
* Enhanced: Added utility functions for shorter filters.
|
977 |
-
|
978 |
-
### Fixed
|
979 |
-
* Fixed bug: License codes were being erased when add-ons were deactivated.
|
980 |
-
* Fixed bug: Some feed sources could not be set to active from the table controls.
|
981 |
-
* Fixed bug: str_pos errors appear when custom feed url is left empty.
|
982 |
-
* Fixed bug: Some options were producing undefined index errors.
|
983 |
-
|
984 |
-
## [3.7] - 2013-11-28
|
985 |
-
### Added
|
986 |
-
* New Feature: State system - Feed sources can be activated/paused.
|
987 |
-
* New Feature: State system - Feed sources can be set to activate or pause themselves at a specific date and time.
|
988 |
-
|
989 |
-
### Changed
|
990 |
-
* Enhanced: Added compatibility with nested outline elements in OPML files.
|
991 |
-
* Enhanced: Admin menu icon image will change into a Dashicon, when WordPress is updated to 3.8 (Decemeber 2013).
|
992 |
-
|
993 |
-
### Fixed
|
994 |
-
* Fixed bug: Custom Post types were breaking when the plugin is activated.
|
995 |
-
|
996 |
-
## [3.6.1] - 2013-11-17
|
997 |
-
### Fixed
|
998 |
-
* Fixed bug: Missing 2nd argument for wprss_shorten_title()
|
999 |
-
|
1000 |
-
## [3.6] - 2013-11-16
|
1001 |
-
### Added
|
1002 |
-
* New Feature: Can set the maximum length for titles. Long titles get trimmed.
|
1003 |
-
|
1004 |
-
### Fixed
|
1005 |
-
* Fixed bug: Fixed errors with undefined indexes for unchecked checkboxes in the settings page.
|
1006 |
-
* Fixed bug: Pagination on front static page was not working.
|
1007 |
-
|
1008 |
-
## [3.5.2] - 2013-11-11
|
1009 |
-
### Fixed
|
1010 |
-
* Fixed bug: Invalid feed source url was producing an Undefined method notice.
|
1011 |
-
* Fixed bug: Custom feed was producing a 404 page.
|
1012 |
-
* Fixed bug: Presstrends code firing on admin_init, opt-in implementation coming soon
|
1013 |
-
|
1014 |
-
## [3.5.1] - 2013-11-09
|
1015 |
-
### Changed
|
1016 |
-
* Enhanced: Increased compatibility with RSS sources.
|
1017 |
-
|
1018 |
-
### Fixed
|
1019 |
-
* Fixed bug: Pagination not working on home page
|
1020 |
-
|
1021 |
-
## [3.5] - 2013-11-6
|
1022 |
-
### Added
|
1023 |
-
* New Feature: Can delete feed items for a particular source
|
1024 |
-
|
1025 |
-
### Changed
|
1026 |
-
* Enhanced: the 'Fetch feed items' row action for feed sources resets itself after 3.5 seconds.
|
1027 |
-
* Enhanced: The feed image is saved for each url.
|
1028 |
-
|
1029 |
-
### Fixed
|
1030 |
-
* Fixed bug: Link to source now links to correct url. Previously linked to site's feed.
|
1031 |
-
|
1032 |
-
## [3.4.6] - 2013-11-1
|
1033 |
-
### Changed
|
1034 |
-
* Enhanced: Added more hooks to debugging page for the Feed to Post add-on.
|
1035 |
-
|
1036 |
-
### Fixed
|
1037 |
-
* Fixed bug: Uninitialized loop index
|
1038 |
-
|
1039 |
-
## [3.4.5] - 2013-10-30
|
1040 |
-
### Fixed
|
1041 |
-
* Bug Fix: Feed items were not being imported while the WPML plugin was active.
|
1042 |
-
|
1043 |
-
## [3.4.4] - 2013-10-26
|
1044 |
-
### Added
|
1045 |
-
* New feature: Pagination
|
1046 |
-
* New feature: First implementation of editor button for easy shortcode creation
|
1047 |
-
|
1048 |
-
### Changed
|
1049 |
-
* Enhanced: Feed items and sources don't show up in link manager
|
1050 |
-
* Enhanced: Included Presstrends code for plugin usage monitoring
|
1051 |
-
|
1052 |
-
## [3.4.3] - 2013-10-20
|
1053 |
-
### Added
|
1054 |
-
* Added suppress_filters in feed-display.php to prevent a user reported error
|
1055 |
-
|
1056 |
-
### Fixed
|
1057 |
-
* Removed anonymous functions for backwards PHP compatibility
|
1058 |
-
* Missing <li> in certain feed displays
|
1059 |
-
|
1060 |
-
## [3.4.2] - 2013-9-19
|
1061 |
-
### Changed
|
1062 |
-
* Enhanced: Added some hooks for Feed to Post compatibility
|
1063 |
-
* Enhanced: Moved date settings to a more appropriate location
|
1064 |
-
|
1065 |
-
## [3.4.1] - 2013-9-16
|
1066 |
-
### Fixed
|
1067 |
-
* Fixed Bug: Minor issue with options page - PHP notice
|
1068 |
-
|
1069 |
-
## [3.4] - 2013-9-15
|
1070 |
-
### Added
|
1071 |
-
* New Feature: Saving/Updating a feed source triggers an update for that source's feed items.
|
1072 |
-
* New Feature: Option to change Youtube, Vimeo and Dailymotion feed item URLs to embedded video players URLs
|
1073 |
-
* New Feature: Facebook Pages URLs are automatically detected and changed into Atom Feed URLs using FB's Graph
|
1074 |
-
|
1075 |
-
### Changed
|
1076 |
-
* Enhanced: Updated jQuery Colorbox library to 1.4.29
|
1077 |
-
|
1078 |
-
### Fixed
|
1079 |
-
* Fixed Bug: Some settings did not have a default value set, and were throwing an 'Undefined Index' error
|
1080 |
-
* Fixed Bug: Admin notices do not disappear immediately when dismissed.
|
1081 |
-
|
1082 |
-
## [3.3.3] - 2013-09-08
|
1083 |
-
### Fixed
|
1084 |
-
* Fixed bug: Better function handling on uninstall, should remove uninstall issues
|
1085 |
-
|
1086 |
-
## [3.3.2] - 2013-09-07
|
1087 |
-
### Added
|
1088 |
-
* New feature: Added exclude parameter to shortcode
|
1089 |
-
|
1090 |
-
### Changed
|
1091 |
-
* Enhanced: Added metabox links to documentation and add-ons
|
1092 |
-
|
1093 |
-
### Fixed
|
1094 |
-
* Fixed bug: Custom feed linking to post on user site rather than original source
|
1095 |
-
* Fixed bug: Custom post types issues when activitating the plugin
|
1096 |
-
|
1097 |
-
## [3.3.1] - 2013-08-09
|
1098 |
-
### Fixed
|
1099 |
-
* Fixed Bug: Roles and Capabilities file had not been included
|
1100 |
-
* Fixed Bug: Error on install, function not found
|
1101 |
-
|
1102 |
-
## [3.3] - 2013-08-08
|
1103 |
-
### Added
|
1104 |
-
* New feature: OPML importer
|
1105 |
-
* New feature: Feed item limits for individual Feed Sources
|
1106 |
-
* New feature: Custom feed URL
|
1107 |
-
* New feature: Feed limit on custom feed
|
1108 |
-
* New feature: New 'Fetch feed items' action for each Feed Source in listing display
|
1109 |
-
* New feature: Option to enable link to source
|
1110 |
-
|
1111 |
-
### Changed
|
1112 |
-
* Enhanced: Date strings now change according to locale being used (i.e. compatible with WPML)
|
1113 |
-
* Enhanced: Capabilities implemented
|
1114 |
-
* Enhanced: Feed Sources row action 'View' removed
|
1115 |
-
|
1116 |
-
### Fixed
|
1117 |
-
* Fixed Bug: Proxy feed URLs resulting in the permalink: example.com/url
|
1118 |
-
|
1119 |
-
## [3.2] - 2013-07-06
|
1120 |
-
### Fixed
|
1121 |
-
* New feature: Parameter to limit number of feeds displayed
|
1122 |
-
* New feature: Paramter to limit feeds displayed to particular sources (via ID)
|
1123 |
-
|
1124 |
-
### Changed
|
1125 |
-
* Enhanced: Better feed import handling to handle large number of feed sources
|
1126 |
-
|
1127 |
-
## [3.1.1] - 2013-06-06
|
1128 |
-
### Fixed
|
1129 |
-
* Fixed bug: Incompatibility with some other plugins due to function missing namespace
|
1130 |
-
|
1131 |
-
## [3.1] - 2013-06-06
|
1132 |
-
### Added
|
1133 |
-
* New feature: Option to set the number of feed items imported from every feed (default 5)
|
1134 |
-
* New feature: Import and Export aggregator settings and feed sources
|
1135 |
-
* New feature: Debugging page allowing manual feed refresh and feed reset
|
1136 |
-
|
1137 |
-
### Changed
|
1138 |
-
* Enhanced: Faster handling of restoring sources from trash when feed limit is 0
|
1139 |
-
|
1140 |
-
### Fixed
|
1141 |
-
* Fixed bug: Limiter on number of overall feeds stored not working
|
1142 |
-
* Fixed bug: Incompatibility issue with Foobox plugin fixed
|
1143 |
-
* Fixed bug: Duplicate feeds sometimes imported
|
1144 |
-
|
1145 |
-
## [3.0] - 2013-03-16
|
1146 |
-
### Added
|
1147 |
-
* New feature: Option to select cron frequency
|
1148 |
-
* New feature: Code extensibility added to be compatible with add-ons
|
1149 |
-
* New feature: Option to set a limit to the number of feeds stored (previously 50, hard coded)
|
1150 |
-
* New feature: Option to define the format of the date shown below each feed item
|
1151 |
-
* New feature: Option to show or hide source of feed item
|
1152 |
-
* New feature: Option to show or hide publish date of feed item
|
1153 |
-
* New feature: Option to set text preceding publish date
|
1154 |
-
* New feature: Option to set text preceding source of feed item
|
1155 |
-
* New feature: Option to link title or not
|
1156 |
-
* New feature: Limit of 5 items imported for each source instead of 10
|
1157 |
-
|
1158 |
-
### Changed
|
1159 |
-
* Requires: WordPress 3.3
|
1160 |
-
* Enhanced: Performance improvement when publishing * New feeds in admin
|
1161 |
-
* Enhanced: Query tuning for better performance
|
1162 |
-
* Enhanced: Major code rewrite, refactoring and inclusion of hooks
|
1163 |
-
* Enhanced: Updated Colorbox to v1.4.1
|
1164 |
-
* Enhanced: Better security implementations
|
1165 |
-
* Enhanced: Better feed preview display
|
1166 |
-
|
1167 |
-
### Fixed
|
1168 |
-
* Fixed bug: Deletion of items upon source deletion not working properly
|
1169 |
-
|
1170 |
-
## [2.2.3] - 2012-11-01
|
1171 |
-
### Fixed
|
1172 |
-
* Tab navigation preventing typing in input boxes
|
1173 |
-
* Feeds showing up in internal linking pop up
|
1174 |
-
|
1175 |
-
## [2.2.2] - 2012-10-30
|
1176 |
-
### Changed
|
1177 |
-
* Feeds showing up in site search results
|
1178 |
-
* Enhanced: Better tab button navigation when adding a new feed
|
1179 |
-
* Enhanced: Better guidance when a feed URL is invalid
|
1180 |
-
|
1181 |
-
## [2.2.1] - 2012-10-17
|
1182 |
-
### Fixed
|
1183 |
-
* Fixed bug: wprss_feed_source_order assumes everyone is an admin
|
1184 |
-
|
1185 |
-
## [2.2] - 2012-10-01
|
1186 |
-
### Added
|
1187 |
-
* Italian translation added
|
1188 |
-
|
1189 |
-
### Changed
|
1190 |
-
* Feed source order changed to alphabetical
|
1191 |
-
|
1192 |
-
### Fixed
|
1193 |
-
* Fixed bug - repeated entries when having a non-valid feed source
|
1194 |
-
* Fixed bug - all imported feeds deleted upon trashing a single feed source
|
1195 |
-
|
1196 |
-
## [2.1] - 2012-09-27* Now localised for translations
|
1197 |
-
* Fixed bug with date string
|
1198 |
-
* Fixed $link_before and $link_after, now working
|
1199 |
-
* Added backwards compatibility for wp_rss_aggregator() function
|
1200 |
-
|
1201 |
-
## [2.0] - 2012-09-21
|
1202 |
-
### Added
|
1203 |
-
* Limit of 15 items max imported for each source
|
1204 |
-
* Added install and upgrade functions
|
1205 |
-
* Added DB version setting
|
1206 |
-
* Feeds now fetched via Cron
|
1207 |
-
* Cron job to delete old feed items, keeps max of 50 items in DB
|
1208 |
-
* Ability to limit total number of feeds displayed
|
1209 |
-
* Feed source list sortable ascending or descending by name
|
1210 |
-
|
1211 |
-
### Changed
|
1212 |
-
* Now requires WordPress 3.2
|
1213 |
-
* Bulk of code rewritten and refactored
|
1214 |
-
* Updated colorbox to v1.3.20.1
|
1215 |
-
* Feed sources now stored as Custom Post Types
|
1216 |
-
|
1217 |
-
### Removed
|
1218 |
-
* Removed days subsections in feed display
|
1219 |
-
|
1220 |
-
### Fixed
|
1221 |
-
* Fixed issue of page content displaying incorrectly after feeds
|
1222 |
-
|
1223 |
-
## [1.1] - 2012-08-13
|
1224 |
-
### Added
|
1225 |
-
* Added top level menu
|
1226 |
-
* Added settings section
|
1227 |
-
* Ability to open in lightbox, new window or default browser behaviour
|
1228 |
-
* Ability to set links as follow or no follow
|
1229 |
-
|
1230 |
-
### Changed
|
1231 |
-
* Now requires WordPress 3.0
|
1232 |
-
* More flexible fetching of images directory
|
1233 |
-
* Code refactoring
|
1234 |
-
* Changes in file and folder structure
|
1235 |
-
* Using constants for oftenly used locations
|
1236 |
-
|
1237 |
-
## [1.0] - 2012-01-06
|
1238 |
-
* Initial release.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
includes/templates-update.php
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
define('WPRA_TMP_0_2_BASENAME', 'wp-rss-templates-0.2/wp-rss-templates.php');
|
4 |
+
define('WPRA_TMP_PROPER_BASENAME', 'wp-rss-templates/wp-rss-templates.php');
|
5 |
+
|
6 |
+
add_action('update_option_active_plugins', function ($oldValue, $newValue) {
|
7 |
+
$oldPlugins = array_flip($oldValue);
|
8 |
+
$newPlugins = array_flip($newValue);
|
9 |
+
|
10 |
+
if (isset($oldPlugins[WPRA_TMP_0_2_BASENAME]) && !isset($newPlugins[WPRA_TMP_0_2_BASENAME])) {
|
11 |
+
if (file_exists(WP_PLUGIN_DIR . '/' . WPRA_TMP_PROPER_BASENAME)) {
|
12 |
+
activate_plugin(WPRA_TMP_PROPER_BASENAME);
|
13 |
+
}
|
14 |
+
}
|
15 |
+
}, 10, 2);
|
readme.txt
CHANGED
@@ -3,9 +3,9 @@ Contributors: RebelCode, jeangalea, markzahra, Mekku
|
|
3 |
Plugin URI: https://www.wprssaggregator.com
|
4 |
Tags: RSS import, RSS aggregator, feed import, content curation, feed to post, news aggregator, autoblog, rss to post, content syndication, feeds, rss feeds, rss importer, feed importer, post importer, news importer
|
5 |
Requires at least: 4.0 or higher
|
6 |
-
Tested up to: 5.
|
7 |
Requires PHP: 5.4
|
8 |
-
Stable tag: 4.17.
|
9 |
License: GPLv3
|
10 |
|
11 |
The most popular RSS aggregator for WordPress. Build a news aggregator with content from unlimited sources within minutes. Simple, robust & powerful.
|
@@ -253,6 +253,10 @@ Our complete Knowledge Base with FAQs can be found [here](https://kb.wprssaggreg
|
|
253 |
|
254 |
== Changelog ==
|
255 |
|
|
|
|
|
|
|
|
|
256 |
= 4.17.9 (2020-11-25) =
|
257 |
**Changed**
|
258 |
- Auto image detection is now able to find the feed channel image.
|
3 |
Plugin URI: https://www.wprssaggregator.com
|
4 |
Tags: RSS import, RSS aggregator, feed import, content curation, feed to post, news aggregator, autoblog, rss to post, content syndication, feeds, rss feeds, rss importer, feed importer, post importer, news importer
|
5 |
Requires at least: 4.0 or higher
|
6 |
+
Tested up to: 5.6
|
7 |
Requires PHP: 5.4
|
8 |
+
Stable tag: 4.17.10
|
9 |
License: GPLv3
|
10 |
|
11 |
The most popular RSS aggregator for WordPress. Build a news aggregator with content from unlimited sources within minutes. Simple, robust & powerful.
|
253 |
|
254 |
== Changelog ==
|
255 |
|
256 |
+
= 4.17.10 (2020-12-01) =
|
257 |
+
**Fixed**
|
258 |
+
- After updating the Templates add-on from v0.2, the add-on would be deactivated.
|
259 |
+
|
260 |
= 4.17.9 (2020-11-25) =
|
261 |
**Changed**
|
262 |
- Auto image detection is now able to find the feed channel image.
|
wp-rss-aggregator.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: WP RSS Aggregator
|
5 |
* Plugin URI: https://www.wprssaggregator.com/#utm_source=wpadmin&utm_medium=plugin&utm_campaign=wpraplugin
|
6 |
* Description: Imports and aggregates multiple RSS Feeds.
|
7 |
-
* Version: 4.17.
|
8 |
* Author: RebelCode
|
9 |
* Author URI: https://www.wprssaggregator.com
|
10 |
* Text Domain: wprss
|
@@ -76,7 +76,7 @@ use RebelCode\Wpra\Core\Plugin;
|
|
76 |
|
77 |
// Set the version number of the plugin.
|
78 |
if( !defined( 'WPRSS_VERSION' ) )
|
79 |
-
define( 'WPRSS_VERSION', '4.17.
|
80 |
|
81 |
if( !defined( 'WPRSS_WP_MIN_VERSION' ) )
|
82 |
define( 'WPRSS_WP_MIN_VERSION', '4.8' );
|
@@ -318,6 +318,9 @@ require_once ( WPRSS_INC . 'polyfills.php' );
|
|
318 |
/* Load the youtube functionality */
|
319 |
require_once ( WPRSS_INC . 'youtube.php' );
|
320 |
|
|
|
|
|
|
|
321 |
register_activation_hook(__FILE__, 'wprss_activate');
|
322 |
register_deactivation_hook(__FILE__, 'wprss_deactivate');
|
323 |
|
4 |
* Plugin Name: WP RSS Aggregator
|
5 |
* Plugin URI: https://www.wprssaggregator.com/#utm_source=wpadmin&utm_medium=plugin&utm_campaign=wpraplugin
|
6 |
* Description: Imports and aggregates multiple RSS Feeds.
|
7 |
+
* Version: 4.17.10
|
8 |
* Author: RebelCode
|
9 |
* Author URI: https://www.wprssaggregator.com
|
10 |
* Text Domain: wprss
|
76 |
|
77 |
// Set the version number of the plugin.
|
78 |
if( !defined( 'WPRSS_VERSION' ) )
|
79 |
+
define( 'WPRSS_VERSION', '4.17.10' );
|
80 |
|
81 |
if( !defined( 'WPRSS_WP_MIN_VERSION' ) )
|
82 |
define( 'WPRSS_WP_MIN_VERSION', '4.8' );
|
318 |
/* Load the youtube functionality */
|
319 |
require_once ( WPRSS_INC . 'youtube.php' );
|
320 |
|
321 |
+
/* Load the Templates v0.2.1 update path */
|
322 |
+
require_once ( WPRSS_INC . 'templates-update.php' );
|
323 |
+
|
324 |
register_activation_hook(__FILE__, 'wprss_activate');
|
325 |
register_deactivation_hook(__FILE__, 'wprss_deactivate');
|
326 |
|