Version Description
- Bug fix: about button.
Download this release
Release Info
Developer | marceljm |
Plugin | Featured Image From URL |
Version | 2.1.0 |
Comparing to | |
See all releases |
Code changes from version 2.0.9 to 2.1.0
- admin/html/menu.html +2 -3
- featured-image-from-url.php +1 -1
- readme.txt +6 -0
admin/html/menu.html
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<style><?php include 'css/menu.css' ?></style>
|
2 |
<script><?php include 'js/menu.js' ?></script>
|
3 |
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.min.css">
|
4 |
-
<script src="https://code.jquery.com/ui/1.
|
5 |
<div class="wrap">
|
6 |
|
7 |
<div class="box">
|
@@ -780,8 +780,7 @@
|
|
780 |
<h2>Auto Set Product Category Images</h2>
|
781 |
<div class="greybox" id="grad2">
|
782 |
<b>Premium feature</b><br><br>
|
783 |
-
Enable the toggle below to set one external image to each product category. The image will be
|
784 |
-
|
785 |
</div>
|
786 |
<br>
|
787 |
<table style="text-align:left">
|
1 |
<style><?php include 'css/menu.css' ?></style>
|
2 |
<script><?php include 'js/menu.js' ?></script>
|
3 |
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.min.css">
|
4 |
+
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
|
5 |
<div class="wrap">
|
6 |
|
7 |
<div class="box">
|
780 |
<h2>Auto Set Product Category Images</h2>
|
781 |
<div class="greybox" id="grad2">
|
782 |
<b>Premium feature</b><br><br>
|
783 |
+
Enable the toggle below to set one external image to each product category. The image will be the external featured image from the most recent product from that category.
|
|
|
784 |
</div>
|
785 |
<br>
|
786 |
<table style="text-align:left">
|
featured-image-from-url.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: Featured Image from URL
|
5 |
* Plugin URI: https://featuredimagefromurl.com/
|
6 |
* Description: Use an external image as Featured Image of your post/page/custom post type (WooCommerce). Includes Auto Set (External Post), Product Gallery, Social Tags and more.
|
7 |
-
* Version: 2.0
|
8 |
* Author: Marcel Jacques Machado
|
9 |
* Author URI: https://www.linkedin.com/in/marceljm/
|
10 |
*/
|
4 |
* Plugin Name: Featured Image from URL
|
5 |
* Plugin URI: https://featuredimagefromurl.com/
|
6 |
* Description: Use an external image as Featured Image of your post/page/custom post type (WooCommerce). Includes Auto Set (External Post), Product Gallery, Social Tags and more.
|
7 |
+
* Version: 2.1.0
|
8 |
* Author: Marcel Jacques Machado
|
9 |
* Author URI: https://www.linkedin.com/in/marceljm/
|
10 |
*/
|
readme.txt
CHANGED
@@ -161,6 +161,9 @@ Features:
|
|
161 |
|
162 |
== Changelog ==
|
163 |
|
|
|
|
|
|
|
164 |
= 2.0.9 =
|
165 |
* Improvement: allows to show/hide the WooCommerce category image on category page, before the product grid.
|
166 |
|
@@ -458,6 +461,9 @@ was removed. To finish, a Premium version is now been presented.
|
|
458 |
|
459 |
== Upgrade Notice ==
|
460 |
|
|
|
|
|
|
|
461 |
= 2.0.9 =
|
462 |
* Improvement: allows to show/hide the WooCommerce category image on category page, before the product grid.
|
463 |
|
161 |
|
162 |
== Changelog ==
|
163 |
|
164 |
+
= 2.1.0 =
|
165 |
+
* Bug fix: about button.
|
166 |
+
|
167 |
= 2.0.9 =
|
168 |
* Improvement: allows to show/hide the WooCommerce category image on category page, before the product grid.
|
169 |
|
461 |
|
462 |
== Upgrade Notice ==
|
463 |
|
464 |
+
= 2.1.0 =
|
465 |
+
* Bug fix: about button.
|
466 |
+
|
467 |
= 2.0.9 =
|
468 |
* Improvement: allows to show/hide the WooCommerce category image on category page, before the product grid.
|
469 |
|