From 4ebd5e6220df24519afebd24df7ef9add553c8cb Mon Sep 17 00:00:00 2001 From: Varun Date: Thu, 26 Sep 2019 09:09:35 +0530 Subject: [PATCH] Updated Version To 1.3.6 --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 0bf9025..de7840a 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * Plugin Name: WPOnion Vendor Support * Plugin URI: https://github.com/wponion/vendor-support * Description: This plugin (or extension) acts as a backup and/or replacement for the CDN based files within WPOnion Framework. - * Version: 1.3.5 + * Version: 1.3.6 * Author: varunsridharan * Author URI: https://varunsridharan.in * Text Domain: wponion-vendor-support @@ -11,5 +11,5 @@ */ add_action( 'wponion_before_addons_load', function () { - wponion_register_addon( __( 'WPOnion Vendor Support' ), '1.3.5', __DIR__ . '/class-vendor-support.php' ); + wponion_register_addon( __( 'WPOnion Vendor Support' ), '1.3.6', __DIR__ . '/class-vendor-support.php' ); } );