Version Description
- 2019-08-20
Download this release
Release Info
| Developer | codeinwp |
| Plugin | |
| Version | 3.3.10 |
| Comparing to | |
| See all releases | |
Code changes from version 3.3.9 to 3.3.10
- CHANGELOG.md +4 -0
- css/feedzy-rss-feeds.css +1 -1
- feedzy-rss-feed.php +2 -2
- includes/admin/feedzy-rss-feeds-admin.php +1 -1
- includes/feedzy-rss-feeds.php +1 -1
- readme.md +5 -0
- readme.txt +5 -0
- themeisle-hash.json +1 -1
- vendor/autoload.php +1 -1
- vendor/autoload_52.php +1 -1
- vendor/composer/autoload_real.php +5 -5
- vendor/composer/autoload_real_52.php +3 -3
CHANGELOG.md
CHANGED
|
@@ -1,4 +1,8 @@
|
|
| 1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
### v3.3.9 - 2019-08-13
|
| 3 |
**Changes:**
|
| 4 |
* Fix PHP notice that shows up if meta=no
|
| 1 |
|
| 2 |
+
### v3.3.10 - 2019-08-20
|
| 3 |
+
**Changes:**
|
| 4 |
+
* Fix issue with undefined index: proxy
|
| 5 |
+
|
| 6 |
### v3.3.9 - 2019-08-13
|
| 7 |
**Changes:**
|
| 8 |
* Fix PHP notice that shows up if meta=no
|
css/feedzy-rss-feeds.css
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
* feedzy-rss-feeds.css
|
| 3 |
* Feedzy RSS Feed
|
| 4 |
* Copyright: (c) 2016 Themeisle, themeisle.com
|
| 5 |
-
* Version: 3.3.
|
| 6 |
* Plugin Name: FEEDZY RSS Feeds
|
| 7 |
* Plugin URI: http://themeisle.com/plugins/feedzy-rss-feeds/
|
| 8 |
* Author: Themeisle
|
| 2 |
* feedzy-rss-feeds.css
|
| 3 |
* Feedzy RSS Feed
|
| 4 |
* Copyright: (c) 2016 Themeisle, themeisle.com
|
| 5 |
+
* Version: 3.3.10
|
| 6 |
* Plugin Name: FEEDZY RSS Feeds
|
| 7 |
* Plugin URI: http://themeisle.com/plugins/feedzy-rss-feeds/
|
| 8 |
* Author: Themeisle
|
feedzy-rss-feed.php
CHANGED
|
@@ -15,7 +15,7 @@
|
|
| 15 |
* Plugin Name: Feedzy RSS Feeds Lite
|
| 16 |
* Plugin URI: https://themeisle.com/plugins/feedzy-rss-feeds-lite/
|
| 17 |
* Description: A small and lightweight RSS aggregator plugin. Fast and very easy to use, it allows you to aggregate multiple RSS feeds into your WordPress site through fully customizable shortcodes & widgets.
|
| 18 |
-
* Version: 3.3.
|
| 19 |
* Author: Themeisle
|
| 20 |
* Author URI: http://themeisle.com
|
| 21 |
* License: GPL-2.0+
|
|
@@ -114,7 +114,7 @@ function run_feedzy_rss_feeds() {
|
|
| 114 |
define( 'FEEDZY_ABSURL', plugins_url( '/', __FILE__ ) );
|
| 115 |
define( 'FEEDZY_BASENAME', plugin_basename( __FILE__ ) );
|
| 116 |
define( 'FEEDZY_ABSPATH', dirname( __FILE__ ) );
|
| 117 |
-
define( 'FEEDZY_UPSELL_LINK', 'https://themeisle.com/plugins/feedzy-rss-feeds/' );
|
| 118 |
define( 'FEEDZY_NAME', 'Feedzy RSS Feeds' );
|
| 119 |
define( 'FEEDZY_USER_AGENT', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36' );
|
| 120 |
define( 'FEEDZY_ALLOW_HTTPS', true );
|
| 15 |
* Plugin Name: Feedzy RSS Feeds Lite
|
| 16 |
* Plugin URI: https://themeisle.com/plugins/feedzy-rss-feeds-lite/
|
| 17 |
* Description: A small and lightweight RSS aggregator plugin. Fast and very easy to use, it allows you to aggregate multiple RSS feeds into your WordPress site through fully customizable shortcodes & widgets.
|
| 18 |
+
* Version: 3.3.10
|
| 19 |
* Author: Themeisle
|
| 20 |
* Author URI: http://themeisle.com
|
| 21 |
* License: GPL-2.0+
|
| 114 |
define( 'FEEDZY_ABSURL', plugins_url( '/', __FILE__ ) );
|
| 115 |
define( 'FEEDZY_BASENAME', plugin_basename( __FILE__ ) );
|
| 116 |
define( 'FEEDZY_ABSPATH', dirname( __FILE__ ) );
|
| 117 |
+
define( 'FEEDZY_UPSELL_LINK', 'https://themeisle.com/plugins/feedzy-rss-feeds/upgrade/' );
|
| 118 |
define( 'FEEDZY_NAME', 'Feedzy RSS Feeds' );
|
| 119 |
define( 'FEEDZY_USER_AGENT', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36' );
|
| 120 |
define( 'FEEDZY_ALLOW_HTTPS', true );
|
includes/admin/feedzy-rss-feeds-admin.php
CHANGED
|
@@ -477,7 +477,7 @@ class Feedzy_Rss_Feeds_Admin extends Feedzy_Rss_Feeds_Admin_Abstract {
|
|
| 477 |
*/
|
| 478 |
private function add_proxy( $url ) {
|
| 479 |
$settings = apply_filters( 'feedzy_get_settings', null );
|
| 480 |
-
if ( $settings && is_array( $settings['proxy'] ) && ! empty( $settings['proxy'] ) ) {
|
| 481 |
// if even one constant is defined, escape.
|
| 482 |
if ( defined( 'WP_PROXY_HOST' ) || defined( 'WP_PROXY_PORT' ) || defined( 'WP_PROXY_USERNAME' ) || defined( 'WP_PROXY_PASSWORD' ) ) {
|
| 483 |
do_action( 'themeisle_log_event', FEEDZY_NAME, 'Some proxy constants already defined; ignoring proxy settings', 'info', __FILE__, __LINE__ );
|
| 477 |
*/
|
| 478 |
private function add_proxy( $url ) {
|
| 479 |
$settings = apply_filters( 'feedzy_get_settings', null );
|
| 480 |
+
if ( $settings && isset( $settings['proxy'] ) && is_array( $settings['proxy'] ) && ! empty( $settings['proxy'] ) ) {
|
| 481 |
// if even one constant is defined, escape.
|
| 482 |
if ( defined( 'WP_PROXY_HOST' ) || defined( 'WP_PROXY_PORT' ) || defined( 'WP_PROXY_USERNAME' ) || defined( 'WP_PROXY_PASSWORD' ) ) {
|
| 483 |
do_action( 'themeisle_log_event', FEEDZY_NAME, 'Some proxy constants already defined; ignoring proxy settings', 'info', __FILE__, __LINE__ );
|
includes/feedzy-rss-feeds.php
CHANGED
|
@@ -104,7 +104,7 @@ class Feedzy_Rss_Feeds {
|
|
| 104 |
*/
|
| 105 |
public function init() {
|
| 106 |
self::$plugin_name = 'feedzy-rss-feeds';
|
| 107 |
-
self::$version = '3.3.
|
| 108 |
self::$instance->load_dependencies();
|
| 109 |
self::$instance->set_locale();
|
| 110 |
self::$instance->define_admin_hooks();
|
| 104 |
*/
|
| 105 |
public function init() {
|
| 106 |
self::$plugin_name = 'feedzy-rss-feeds';
|
| 107 |
+
self::$version = '3.3.10';
|
| 108 |
self::$instance->load_dependencies();
|
| 109 |
self::$instance->set_locale();
|
| 110 |
self::$instance->define_admin_hooks();
|
readme.md
CHANGED
|
@@ -427,6 +427,11 @@ You have to check first if your feed is valid. Please test it here: https://vali
|
|
| 427 |
|
| 428 |
|
| 429 |
## Changelog ##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 430 |
### 3.3.9 - 2019-08-13 ###
|
| 431 |
|
| 432 |
* Fix PHP notice that shows up if meta=no
|
| 427 |
|
| 428 |
|
| 429 |
## Changelog ##
|
| 430 |
+
### 3.3.10 - 2019-08-20 ###
|
| 431 |
+
|
| 432 |
+
* Fix issue with undefined index: proxy
|
| 433 |
+
|
| 434 |
+
|
| 435 |
### 3.3.9 - 2019-08-13 ###
|
| 436 |
|
| 437 |
* Fix PHP notice that shows up if meta=no
|
readme.txt
CHANGED
|
@@ -427,6 +427,11 @@ You have to check first if your feed is valid. Please test it here: https://vali
|
|
| 427 |
|
| 428 |
|
| 429 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 430 |
= 3.3.9 - 2019-08-13 =
|
| 431 |
|
| 432 |
* Fix PHP notice that shows up if meta=no
|
| 427 |
|
| 428 |
|
| 429 |
== Changelog ==
|
| 430 |
+
= 3.3.10 - 2019-08-20 =
|
| 431 |
+
|
| 432 |
+
* Fix issue with undefined index: proxy
|
| 433 |
+
|
| 434 |
+
|
| 435 |
= 3.3.9 - 2019-08-13 =
|
| 436 |
|
| 437 |
* Fix PHP notice that shows up if meta=no
|
themeisle-hash.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"feedzy-rss-feed.php":"
|
| 1 |
+
{"feedzy-rss-feed.php":"dbee56c9e7ad16161f9dc4e5879ed942","index.php":"71c0755260138a4b7b2182c3c61179f6","uninstall.php":"cdb21f8648e005cbb9c73481d1750186"}
|
vendor/autoload.php
CHANGED
|
@@ -4,4 +4,4 @@
|
|
| 4 |
|
| 5 |
require_once __DIR__ . '/composer' . '/autoload_real.php';
|
| 6 |
|
| 7 |
-
return
|
| 4 |
|
| 5 |
require_once __DIR__ . '/composer' . '/autoload_real.php';
|
| 6 |
|
| 7 |
+
return ComposerAutoloaderInit4ad4c4d59581a30bea25ffd083058162::getLoader();
|
vendor/autoload_52.php
CHANGED
|
@@ -4,4 +4,4 @@
|
|
| 4 |
|
| 5 |
require_once dirname(__FILE__) . '/composer'.'/autoload_real_52.php';
|
| 6 |
|
| 7 |
-
return
|
| 4 |
|
| 5 |
require_once dirname(__FILE__) . '/composer'.'/autoload_real_52.php';
|
| 6 |
|
| 7 |
+
return ComposerAutoloaderInit5e0c8b7240803ffb37fa59ad1b48ca04::getLoader();
|
vendor/composer/autoload_real.php
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
|
| 3 |
// autoload_real.php @generated by Composer
|
| 4 |
|
| 5 |
-
class
|
| 6 |
{
|
| 7 |
private static $loader;
|
| 8 |
|
|
@@ -19,9 +19,9 @@ class ComposerAutoloaderInitc302f940732aa4f45b577aaa09f83721
|
|
| 19 |
return self::$loader;
|
| 20 |
}
|
| 21 |
|
| 22 |
-
spl_autoload_register(array('
|
| 23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
| 24 |
-
spl_autoload_unregister(array('
|
| 25 |
|
| 26 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
| 27 |
foreach ($map as $namespace => $path) {
|
|
@@ -42,14 +42,14 @@ class ComposerAutoloaderInitc302f940732aa4f45b577aaa09f83721
|
|
| 42 |
|
| 43 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
| 44 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
| 45 |
-
|
| 46 |
}
|
| 47 |
|
| 48 |
return $loader;
|
| 49 |
}
|
| 50 |
}
|
| 51 |
|
| 52 |
-
function
|
| 53 |
{
|
| 54 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
| 55 |
require $file;
|
| 2 |
|
| 3 |
// autoload_real.php @generated by Composer
|
| 4 |
|
| 5 |
+
class ComposerAutoloaderInit4ad4c4d59581a30bea25ffd083058162
|
| 6 |
{
|
| 7 |
private static $loader;
|
| 8 |
|
| 19 |
return self::$loader;
|
| 20 |
}
|
| 21 |
|
| 22 |
+
spl_autoload_register(array('ComposerAutoloaderInit4ad4c4d59581a30bea25ffd083058162', 'loadClassLoader'), true, true);
|
| 23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
| 24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit4ad4c4d59581a30bea25ffd083058162', 'loadClassLoader'));
|
| 25 |
|
| 26 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
| 27 |
foreach ($map as $namespace => $path) {
|
| 42 |
|
| 43 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
| 44 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
| 45 |
+
composerRequire4ad4c4d59581a30bea25ffd083058162($fileIdentifier, $file);
|
| 46 |
}
|
| 47 |
|
| 48 |
return $loader;
|
| 49 |
}
|
| 50 |
}
|
| 51 |
|
| 52 |
+
function composerRequire4ad4c4d59581a30bea25ffd083058162($fileIdentifier, $file)
|
| 53 |
{
|
| 54 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
| 55 |
require $file;
|
vendor/composer/autoload_real_52.php
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
|
| 3 |
// autoload_real_52.php generated by xrstf/composer-php52
|
| 4 |
|
| 5 |
-
class
|
| 6 |
private static $loader;
|
| 7 |
|
| 8 |
public static function loadClassLoader($class) {
|
|
@@ -19,9 +19,9 @@ class ComposerAutoloaderInit3420bdcd0943d1515485f0ac382f7a31 {
|
|
| 19 |
return self::$loader;
|
| 20 |
}
|
| 21 |
|
| 22 |
-
spl_autoload_register(array('
|
| 23 |
self::$loader = $loader = new xrstf_Composer52_ClassLoader();
|
| 24 |
-
spl_autoload_unregister(array('
|
| 25 |
|
| 26 |
$vendorDir = dirname(dirname(__FILE__));
|
| 27 |
$baseDir = dirname($vendorDir);
|
| 2 |
|
| 3 |
// autoload_real_52.php generated by xrstf/composer-php52
|
| 4 |
|
| 5 |
+
class ComposerAutoloaderInit5e0c8b7240803ffb37fa59ad1b48ca04 {
|
| 6 |
private static $loader;
|
| 7 |
|
| 8 |
public static function loadClassLoader($class) {
|
| 19 |
return self::$loader;
|
| 20 |
}
|
| 21 |
|
| 22 |
+
spl_autoload_register(array('ComposerAutoloaderInit5e0c8b7240803ffb37fa59ad1b48ca04', 'loadClassLoader'), true /*, true */);
|
| 23 |
self::$loader = $loader = new xrstf_Composer52_ClassLoader();
|
| 24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit5e0c8b7240803ffb37fa59ad1b48ca04', 'loadClassLoader'));
|
| 25 |
|
| 26 |
$vendorDir = dirname(dirname(__FILE__));
|
| 27 |
$baseDir = dirname($vendorDir);
|
