Skip to content

Commit

Permalink
Updated Source For `1.3.9
Browse files Browse the repository at this point in the history
* [Security] Bump acorn from `5.7.3` to `5.7.4` #43
* Bump @simonwep/pickr from `1.4.7` to `1.5.1` #42
* Bump select2 from `4.0.12` to `4.0.13` #41
* Bump @babel/plugin-proposal-class-properties from `7.7.0` to `7.8.3` #40
* Bump inputmask from `4.0.9` to `5.0.3` #38
  • Loading branch information
varunsridharan committed Mar 16, 2020
1 parent 31d19f9 commit 32f9cc4
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 36 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.8
* Version: 1.3.9
* 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.8', __DIR__ . '/class-vendor-support.php' );
wponion_register_addon( __( 'WPOnion Vendor Support' ), '1.3.9', __DIR__ . '/class-vendor-support.php' );
} );
41 changes: 11 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendors/pickr/pickr.es5.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions vendors/select2/select2.full.min.js

Large diffs are not rendered by default.

0 comments on commit 32f9cc4

Please sign in to comment.