Skip to content

Commit

Permalink
Updated Version To 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsridharan committed Sep 26, 2019
1 parent 2e6a4c7 commit 4ebd5e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
* 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
* Domain Path: /i18n/
*/

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' );
} );

0 comments on commit 4ebd5e6

Please sign in to comment.