From 1ce7180a8d88458e3b1b02aab97b584d4a24f854 Mon Sep 17 00:00:00 2001 From: Varun Date: Mon, 29 Jul 2019 15:35:54 +0530 Subject: [PATCH] updated version to 1.3.4 --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index c6b8fa0..0afed91 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.3 + * Version: 1.3.4 * 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.3', __DIR__ . '/class-vendor-support.php' ); + wponion_register_addon( __( 'WPOnion Vendor Support' ), '1.3.4', __DIR__ . '/class-vendor-support.php' ); } );