Skip to content

Commit 78d8f2a

Browse files
authored
Merge pull request #11 from zealousweb/version-3.6
Minor changes - Doc update
2 parents e927c9f + 8833b6f commit 78d8f2a

File tree

2 files changed

+23
-15
lines changed

2 files changed

+23
-15
lines changed

embed-videos-for-product-image-gallery-using-woocommerce.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Embed Videos For Product Image Gallery Using WooCommerce
44
* Plugin URL: http://wordpress.org/plugins/embed-videos-product-image-gallery-woocommerce
55
* Description: Embed videos to product gallery alongwith images on product page of WooCommerce.
6-
* Version: 3.5
6+
* Version: 3.6
77
* Author: ZealousWeb
88
* Author URI: http://zealousweb.com
99
* Developer: The Zealousweb Team
@@ -23,11 +23,11 @@
2323
* Basic plugin definitions
2424
*
2525
* @package Embed Videos For Product Image Gallery Using WooCommerce
26-
* @since 2.4
26+
* @since 3.6
2727
*/
2828

2929
if ( !defined( 'WCEVZW_VERSION' ) ) {
30-
define( 'WCEVZW_VERSION', '3.4' ); // Version of plugin
30+
define( 'WCEVZW_VERSION', '3.6' ); // Version of plugin
3131
}
3232

3333
if ( !defined( 'WCEVZW_FILE' ) ) {

readme.txt

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Contributors: zealopensource
44
Tags: woocommerce, gallery, video gallery, embed videos
55
Donate link: http://www.zealousweb.com/payment/
66
Requires at least: 3.0.1
7-
Tested up to: 6.6
7+
Tested up to: 6.8
88
Requires PHP: 5.3
9-
Stable tag: 3.5
9+
Stable tag: 3.6
1010
License: GPLv3 or later License
11-
Version: 3.5
11+
Version: 3.6
1212
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1313

1414
Embed videos to product gallery along with images on product page of WooCommerce.
@@ -28,22 +28,27 @@ Embed videos to product gallery along with images on product page of WooCommerce
2828
* Compatibility with multisite network.
2929
* Compatibility of WordPress VIP.
3030

31+
<strong>[Demo for Embed Videos For Product Image Gallery Using WooCommerce](https://demo.zealousweb.com/wordpress-plugins/embed-videos-for-product-image-gallery-using-woocommerce/)</strong>
32+
3133
== Plugin Requirement ==
3234

3335
PHP version : 5.3 and latest
3436
WordPress : Wordpress 3.0 and latest
3537

3638
== OUR OTHER PLUGINS ==
3739

38-
* <strong>[Accept PayPal Payments Using Contact Form 7 Pro](https://store.zealousweb.com/accept-paypal-payments-using-contact-form-7-pro)</strong>
39-
* <strong>[Accept Stripe Payments Using Contact Form 7 Pro](https://store.zealousweb.com/accept-stripe-payments-using-contact-form-7-pro)</strong>
40-
* <strong>[Accept Authorize.NET Payments Using Contact Form 7 Pro](https://store.zealousweb.com/accept-authorize-net-payments-using-contact-form-7-pro)</strong>
41-
* <strong>[Accept Elavon Payments Using Contact Form 7 Pro](https://store.zealousweb.com/accept-elavon-payments-using-contact-form-7-pro)</strong>
42-
* <strong>[Accept 2Checkout Payments Using Contact Form 7 Pro](https://store.zealousweb.com/accept-2checkout-payments-using-contact-form-7-pro)</strong>
43-
* <strong>[Accept SagePay(opayo) Payments Using Contact Form 7 Pro](https://store.zealousweb.com/accept-sage-pay-payments-using-contact-form-7-pro)</strong>
44-
* <strong>[User Registration Using Contact Form 7 Pro](https://store.zealousweb.com/user-registration-using-contact-form-7-pro)</strong>
45-
* <strong>[Abandoned Contact Form 7 Pro](https://store.zealousweb.com/abandoned-contact-form-7-pro)</strong>
46-
* <strong>[Custom Product Options WooCommerce Pro](https://store.zealousweb.com/custom-product-options-woocommerce-pro)</strong>
40+
* <strong>[Abandoned Contact Form 7 Pro](https://store.zealousweb.com/wordpress-plugins/abandoned-contact-form-7-pro)</strong>
41+
* <strong>[Accept 2 Checkout Payments Using Contact Form 7 Pro](https://store.zealousweb.com/wordpress-plugins/accept-2checkout-payments-using-contact-form-7-pro)</strong>
42+
* <strong>[Accept Authorize.NET Payments Using Contact Form 7 Pro](https://store.zealousweb.com/wordpress-plugins/accept-authorize-net-payments-using-contact-form-7-pro)</strong>
43+
* <strong>[Accept Elavon Payments Using Contact Form 7 Pro](https://store.zealousweb.com/wordpress-plugins/accept-elavon-payments-using-contact-form-7-pro)</strong>
44+
* <strong>[Accept PayPal Payments Using Contact Form 7 Pro](https://store.zealousweb.com/wordpress-plugins/accept-paypal-payments-using-contact-form-7-pro)</strong>
45+
* <strong>[Accept Sagepay(Opayo) Payments Using Contact Form 7 Pro](https://store.zealousweb.com/wordpress-plugins/accept-sage-pay-opayo-payments-using-contact-form-7-pro)</strong>
46+
* <strong>[Accept Stripe Payments Using Contact Form 7 Pro](https://store.zealousweb.com/wordpress-plugins/accept-stripe-payments-using-contact-form-7-pro)</strong>
47+
* <strong>[Custom Product Options WooCommerce Pro](https://store.zealousweb.com/wordpress-plugins/custom-product-options-woocommerce-pro)</strong>
48+
* <strong>[Generate PDF Using Contact Form 7 Pro](https://store.zealousweb.com/wordpress-plugins/generate-pdf-using-contact-form-7-pro)</strong>
49+
* <strong>[Smart Appointment & Booking Pro](https://store.zealousweb.com/wordpress-plugins/smart-appointment-booking-pro)</strong>
50+
* <strong>[Smart Showcase for Google Reviews Pro](https://store.zealousweb.com/wordpress-plugins/smart-showcase-for-google-reviews-pro)</strong>
51+
* <strong>[User Registration Using Contact Form 7 Pro](https://store.zealousweb.com/wordpress-plugins/user-registration-using-contact-form-7-pro)</strong>
4752

4853
== Installation ==
4954
1. Install "Embed Videos For Product Image Gallery Using WooCommerce" either via the WordPress.org plugin directory, or by uploading the files to your server.
@@ -69,6 +74,9 @@ WordPress : Wordpress 3.0 and latest
6974

7075
== Changelog ==
7176

77+
= 3.6 =
78+
* Minor changes - Doc update
79+
7280
= 3.5 =
7381
* Minor Workflow Adjustments
7482

0 commit comments

Comments
 (0)