From 2834feca9b056f95f7d7c278335d1854002f8e85 Mon Sep 17 00:00:00 2001 From: Dharmesh Patel Date: Tue, 27 Feb 2018 15:21:56 +0530 Subject: [PATCH] Bumped version to v1.0.2 --- README.txt | 7 +++++-- featured-image-by-url.php | 8 ++++---- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README.txt b/README.txt index fe27a9b..6fd9f92 100644 --- a/README.txt +++ b/README.txt @@ -4,7 +4,7 @@ Tags: featured image, url, image url, image, woocommerce, remote featured image, Requires PHP: 5.3 Requires at least: 4.0 Tested up to: 4.9 -Stable tag: 1.0.1 +Stable tag: 1.0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -13,7 +13,7 @@ Featured Image by URL allows to use an external URL Images as Featured Image for == Description ==

Featured Image by URL :

-Featured Image by URL allows to use an external URL Images as Featured Image for your post, page & custom post types like WooCommerce Product. Includes support for Product Gallery (WooCommerce). +Featured Image by URL allows to use an external URL Images as Featured Image for your post, page & custom post types like WooCommerce Product. Includes support for Product Gallery (WooCommerce). So, using this plugin you can easily set featured image from url.

Features:

@@ -56,6 +56,9 @@ Featured Image by URL allows to use an external URL Images as Featured Image for == Changelog == += 1.0.2 = +* Added support for WooCommece v3.3.2 and above + = 1.0.1 = * Some bug fixing & Improvements diff --git a/featured-image-by-url.php b/featured-image-by-url.php index 49ae5fb..ef22f2a 100644 --- a/featured-image-by-url.php +++ b/featured-image-by-url.php @@ -3,7 +3,7 @@ * Plugin Name: Featured Image by URL * Plugin URI: https://wordpress.org/plugins/featured-image-by-url/ * Description: This plugin allows to use an external URL Images as Featured Image for your post types. Includes support for Product Gallery (WooCommece). - * Version: 1.0.1 + * Version: 1.0.2 * Author: Knawat Team * Author URI: https://github.com/Knawat * License: GPL-2.0+ @@ -76,14 +76,14 @@ private function __construct() { /* Do nothing here */ } * * @since 1.0.0 */ - public function __clone() { _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'featured-image-by-url' ), '1.0.1' ); } + public function __clone() { _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'featured-image-by-url' ), '1.0.2' ); } /** * A dummy magic method to prevent Featured_Image_By_URL from being unserialized. * * @since 1.0.0 */ - public function __wakeup() { _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'featured-image-by-url' ), '1.0.1' ); } + public function __wakeup() { _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'featured-image-by-url' ), '1.0.2' ); } /** @@ -97,7 +97,7 @@ private function setup_constants() { // Plugin version. if( ! defined( 'KNAWATFIBU_VERSION' ) ){ - define( 'KNAWATFIBU_VERSION', '1.0.1' ); + define( 'KNAWATFIBU_VERSION', '1.0.2' ); } // Plugin folder Path.