Skip to content

Commit

Permalink
updated version to 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsridharan committed Jul 29, 2019
1 parent 003a99b commit 1ce7180
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.3
* Version: 1.3.4
* 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.3', __DIR__ . '/class-vendor-support.php' );
wponion_register_addon( __( 'WPOnion Vendor Support' ), '1.3.4', __DIR__ . '/class-vendor-support.php' );
} );

0 comments on commit 1ce7180

Please sign in to comment.