Version Description
Download this release
Release Info
| Developer | themeisle |
| Plugin | |
| Version | 3.6.4 |
| Comparing to | |
| See all releases | |
Code changes from version 3.6.3 to 3.6.4
- CHANGELOG.md +4 -0
- css/feedzy-rss-feeds.css +1 -1
- feedzy-rss-feed.php +1 -1
- includes/feedzy-rss-feeds.php +1 -1
- includes/views/misc-view.php +4 -3
- readme.txt +7 -0
- vendor/autoload.php +1 -1
- vendor/composer/InstalledVersions.php +6 -6
- vendor/composer/autoload_real.php +7 -7
- vendor/composer/autoload_static.php +2 -2
- vendor/composer/installed.php +6 -6
CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
##### [Version 3.6.3](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v3.6.2...v3.6.3) (2021-04-26)
|
| 2 |
|
| 3 |
* Fix save of custom field name and value on import
|
| 1 |
+
##### [Version 3.6.4](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v3.6.3...v3.6.4) (2021-04-28)
|
| 2 |
+
|
| 3 |
+
* Fix PHP notice in miscellaneous settings
|
| 4 |
+
|
| 5 |
##### [Version 3.6.3](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v3.6.2...v3.6.3) (2021-04-26)
|
| 6 |
|
| 7 |
* Fix save of custom field name and value on import
|
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.6.
|
| 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.6.4
|
| 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.6.
|
| 19 |
* Author: Themeisle
|
| 20 |
* Author URI: http://themeisle.com
|
| 21 |
* License: GPL-2.0+
|
| 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.6.4
|
| 19 |
* Author: Themeisle
|
| 20 |
* Author URI: http://themeisle.com
|
| 21 |
* License: GPL-2.0+
|
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.6.
|
| 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.6.4';
|
| 108 |
self::$instance->load_dependencies();
|
| 109 |
self::$instance->set_locale();
|
| 110 |
self::$instance->define_admin_hooks();
|
includes/views/misc-view.php
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
<h2><?php esc_html_e( 'Import Posts', 'feedzy-rss-feeds' ); ?></h2>
|
|
|
|
| 2 |
<div class="fz-form-group">
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
|
| 7 |
</div>
|
| 1 |
<h2><?php esc_html_e( 'Import Posts', 'feedzy-rss-feeds' ); ?></h2>
|
| 2 |
+
<?php $canonical = isset( $this->free_settings['canonical'] ) ? $this->free_settings['canonical'] : 0; ?>
|
| 3 |
<div class="fz-form-group">
|
| 4 |
+
<input type="checkbox" id="canonical" class="fz-form-control" name="canonical"
|
| 5 |
+
value="1" <?php checked( 1, intval( $canonical ) ); ?> />
|
| 6 |
+
<label for="canonical"><?php esc_html_e( 'Add canonical URL to imported posts from RSS feeds.', 'feedzy-rss-feeds' ); ?></label>
|
| 7 |
|
| 8 |
</div>
|
readme.txt
CHANGED
|
@@ -462,6 +462,13 @@ You have to check first if your feed is valid. Please test it here: https://vali
|
|
| 462 |
|
| 463 |
== Changelog ==
|
| 464 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 465 |
##### [Version 3.6.3](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v3.6.2...v3.6.3) (2021-04-26)
|
| 466 |
|
| 467 |
* Fix save of custom field name and value on import
|
| 462 |
|
| 463 |
== Changelog ==
|
| 464 |
|
| 465 |
+
##### [Version 3.6.4](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v3.6.3...v3.6.4) (2021-04-28)
|
| 466 |
+
|
| 467 |
+
* Fix PHP notice in miscellaneous settings
|
| 468 |
+
|
| 469 |
+
|
| 470 |
+
|
| 471 |
+
|
| 472 |
##### [Version 3.6.3](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v3.6.2...v3.6.3) (2021-04-26)
|
| 473 |
|
| 474 |
* Fix save of custom field name and value on import
|
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 ComposerAutoloaderIniteea83f854959d4bc0cd58d9eae6e25fd::getLoader();
|
vendor/composer/InstalledVersions.php
CHANGED
|
@@ -25,24 +25,24 @@ class InstalledVersions
|
|
| 25 |
private static $installed = array (
|
| 26 |
'root' =>
|
| 27 |
array (
|
| 28 |
-
'pretty_version' => 'v3.6.
|
| 29 |
-
'version' => '3.6.
|
| 30 |
'aliases' =>
|
| 31 |
array (
|
| 32 |
),
|
| 33 |
-
'reference' => '
|
| 34 |
'name' => 'codeinwp/feedzy-rss-feeds',
|
| 35 |
),
|
| 36 |
'versions' =>
|
| 37 |
array (
|
| 38 |
'codeinwp/feedzy-rss-feeds' =>
|
| 39 |
array (
|
| 40 |
-
'pretty_version' => 'v3.6.
|
| 41 |
-
'version' => '3.6.
|
| 42 |
'aliases' =>
|
| 43 |
array (
|
| 44 |
),
|
| 45 |
-
'reference' => '
|
| 46 |
),
|
| 47 |
'codeinwp/themeisle-sdk' =>
|
| 48 |
array (
|
| 25 |
private static $installed = array (
|
| 26 |
'root' =>
|
| 27 |
array (
|
| 28 |
+
'pretty_version' => 'v3.6.4',
|
| 29 |
+
'version' => '3.6.4.0',
|
| 30 |
'aliases' =>
|
| 31 |
array (
|
| 32 |
),
|
| 33 |
+
'reference' => 'c9717827d6964c3306de3830f966cd63d1cf28ea',
|
| 34 |
'name' => 'codeinwp/feedzy-rss-feeds',
|
| 35 |
),
|
| 36 |
'versions' =>
|
| 37 |
array (
|
| 38 |
'codeinwp/feedzy-rss-feeds' =>
|
| 39 |
array (
|
| 40 |
+
'pretty_version' => 'v3.6.4',
|
| 41 |
+
'version' => '3.6.4.0',
|
| 42 |
'aliases' =>
|
| 43 |
array (
|
| 44 |
),
|
| 45 |
+
'reference' => 'c9717827d6964c3306de3830f966cd63d1cf28ea',
|
| 46 |
),
|
| 47 |
'codeinwp/themeisle-sdk' =>
|
| 48 |
array (
|
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 |
|
|
@@ -22,15 +22,15 @@ class ComposerAutoloaderInit5b081422c838ed9d20855dd397bba5e2
|
|
| 22 |
return self::$loader;
|
| 23 |
}
|
| 24 |
|
| 25 |
-
spl_autoload_register(array('
|
| 26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
|
| 27 |
-
spl_autoload_unregister(array('
|
| 28 |
|
| 29 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
| 30 |
if ($useStaticLoader) {
|
| 31 |
require __DIR__ . '/autoload_static.php';
|
| 32 |
|
| 33 |
-
call_user_func(\Composer\Autoload\
|
| 34 |
} else {
|
| 35 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
| 36 |
foreach ($map as $namespace => $path) {
|
|
@@ -51,19 +51,19 @@ class ComposerAutoloaderInit5b081422c838ed9d20855dd397bba5e2
|
|
| 51 |
$loader->register(true);
|
| 52 |
|
| 53 |
if ($useStaticLoader) {
|
| 54 |
-
$includeFiles = Composer\Autoload\
|
| 55 |
} else {
|
| 56 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
| 57 |
}
|
| 58 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
| 59 |
-
|
| 60 |
}
|
| 61 |
|
| 62 |
return $loader;
|
| 63 |
}
|
| 64 |
}
|
| 65 |
|
| 66 |
-
function
|
| 67 |
{
|
| 68 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
| 69 |
require $file;
|
| 2 |
|
| 3 |
// autoload_real.php @generated by Composer
|
| 4 |
|
| 5 |
+
class ComposerAutoloaderIniteea83f854959d4bc0cd58d9eae6e25fd
|
| 6 |
{
|
| 7 |
private static $loader;
|
| 8 |
|
| 22 |
return self::$loader;
|
| 23 |
}
|
| 24 |
|
| 25 |
+
spl_autoload_register(array('ComposerAutoloaderIniteea83f854959d4bc0cd58d9eae6e25fd', 'loadClassLoader'), true, true);
|
| 26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
|
| 27 |
+
spl_autoload_unregister(array('ComposerAutoloaderIniteea83f854959d4bc0cd58d9eae6e25fd', 'loadClassLoader'));
|
| 28 |
|
| 29 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
| 30 |
if ($useStaticLoader) {
|
| 31 |
require __DIR__ . '/autoload_static.php';
|
| 32 |
|
| 33 |
+
call_user_func(\Composer\Autoload\ComposerStaticIniteea83f854959d4bc0cd58d9eae6e25fd::getInitializer($loader));
|
| 34 |
} else {
|
| 35 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
| 36 |
foreach ($map as $namespace => $path) {
|
| 51 |
$loader->register(true);
|
| 52 |
|
| 53 |
if ($useStaticLoader) {
|
| 54 |
+
$includeFiles = Composer\Autoload\ComposerStaticIniteea83f854959d4bc0cd58d9eae6e25fd::$files;
|
| 55 |
} else {
|
| 56 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
| 57 |
}
|
| 58 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
| 59 |
+
composerRequireeea83f854959d4bc0cd58d9eae6e25fd($fileIdentifier, $file);
|
| 60 |
}
|
| 61 |
|
| 62 |
return $loader;
|
| 63 |
}
|
| 64 |
}
|
| 65 |
|
| 66 |
+
function composerRequireeea83f854959d4bc0cd58d9eae6e25fd($fileIdentifier, $file)
|
| 67 |
{
|
| 68 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
| 69 |
require $file;
|
vendor/composer/autoload_static.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
|
| 5 |
namespace Composer\Autoload;
|
| 6 |
|
| 7 |
-
class
|
| 8 |
{
|
| 9 |
public static $files = array (
|
| 10 |
'3df8ee254224091c21b9aebb792d2f8b' => __DIR__ . '/..' . '/codeinwp/themeisle-sdk/load.php',
|
|
@@ -17,7 +17,7 @@ class ComposerStaticInit5b081422c838ed9d20855dd397bba5e2
|
|
| 17 |
public static function getInitializer(ClassLoader $loader)
|
| 18 |
{
|
| 19 |
return \Closure::bind(function () use ($loader) {
|
| 20 |
-
$loader->classMap =
|
| 21 |
|
| 22 |
}, null, ClassLoader::class);
|
| 23 |
}
|
| 4 |
|
| 5 |
namespace Composer\Autoload;
|
| 6 |
|
| 7 |
+
class ComposerStaticIniteea83f854959d4bc0cd58d9eae6e25fd
|
| 8 |
{
|
| 9 |
public static $files = array (
|
| 10 |
'3df8ee254224091c21b9aebb792d2f8b' => __DIR__ . '/..' . '/codeinwp/themeisle-sdk/load.php',
|
| 17 |
public static function getInitializer(ClassLoader $loader)
|
| 18 |
{
|
| 19 |
return \Closure::bind(function () use ($loader) {
|
| 20 |
+
$loader->classMap = ComposerStaticIniteea83f854959d4bc0cd58d9eae6e25fd::$classMap;
|
| 21 |
|
| 22 |
}, null, ClassLoader::class);
|
| 23 |
}
|
vendor/composer/installed.php
CHANGED
|
@@ -1,24 +1,24 @@
|
|
| 1 |
<?php return array (
|
| 2 |
'root' =>
|
| 3 |
array (
|
| 4 |
-
'pretty_version' => 'v3.6.
|
| 5 |
-
'version' => '3.6.
|
| 6 |
'aliases' =>
|
| 7 |
array (
|
| 8 |
),
|
| 9 |
-
'reference' => '
|
| 10 |
'name' => 'codeinwp/feedzy-rss-feeds',
|
| 11 |
),
|
| 12 |
'versions' =>
|
| 13 |
array (
|
| 14 |
'codeinwp/feedzy-rss-feeds' =>
|
| 15 |
array (
|
| 16 |
-
'pretty_version' => 'v3.6.
|
| 17 |
-
'version' => '3.6.
|
| 18 |
'aliases' =>
|
| 19 |
array (
|
| 20 |
),
|
| 21 |
-
'reference' => '
|
| 22 |
),
|
| 23 |
'codeinwp/themeisle-sdk' =>
|
| 24 |
array (
|
| 1 |
<?php return array (
|
| 2 |
'root' =>
|
| 3 |
array (
|
| 4 |
+
'pretty_version' => 'v3.6.4',
|
| 5 |
+
'version' => '3.6.4.0',
|
| 6 |
'aliases' =>
|
| 7 |
array (
|
| 8 |
),
|
| 9 |
+
'reference' => 'c9717827d6964c3306de3830f966cd63d1cf28ea',
|
| 10 |
'name' => 'codeinwp/feedzy-rss-feeds',
|
| 11 |
),
|
| 12 |
'versions' =>
|
| 13 |
array (
|
| 14 |
'codeinwp/feedzy-rss-feeds' =>
|
| 15 |
array (
|
| 16 |
+
'pretty_version' => 'v3.6.4',
|
| 17 |
+
'version' => '3.6.4.0',
|
| 18 |
'aliases' =>
|
| 19 |
array (
|
| 20 |
),
|
| 21 |
+
'reference' => 'c9717827d6964c3306de3830f966cd63d1cf28ea',
|
| 22 |
),
|
| 23 |
'codeinwp/themeisle-sdk' =>
|
| 24 |
array (
|
