Skip to content

Commit

Permalink
versin 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dmattke committed Aug 29, 2017
1 parent 2ae9d52 commit cd1d93a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
7 changes: 3 additions & 4 deletions admin/CargonizerAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,16 +213,15 @@ function registerScripts(){
echo '<link rel="stylesheet" href="https://opensource.keycdn.com/fontawesome/4.7.0/font-awesome.min.css" integrity="sha384-dNpIIXE8U05kAbPhy3G1cz+yZmTzA6CY8Vg/u2L9xRnHjJiAK76m2BIEaSEV+/aU" crossorigin="anonymous">';
echo '<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" >';

wp_register_script( 'wcc-vue', $path. 'js/vue.js', false, '2.0.0' );
wp_enqueue_script( 'wcc-vue' );

wp_register_script( 'wcc-util', $path. 'js/wcc-util.js', false, WCC_Version );
wp_enqueue_script( 'wcc-util' );

wp_register_script( 'wcc-admin-ajax', $path. 'js/wcc-admin-ajax.js', false, WCC_Version );
wp_enqueue_script( 'wcc-admin-ajax' );


wp_register_script( 'wcc-vue', $path. 'js/vue.js', false, '2.0.0' );
wp_enqueue_script( 'wcc-vue' );

$screen = null;
if ( function_exists('get_current_screen') ){
$screen = get_current_screen();
Expand Down
2 changes: 0 additions & 2 deletions assets/js/wcc-admin-order.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,6 @@ function shop_updateCarrierProduct(){
data.recurring_consignment_product_services = services;
}
},


},
beforeMount(){
this.updateProductTypes();
Expand Down
2 changes: 1 addition & 1 deletion conf/conf.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

define('WCC_Version', '0.2.2');
define('WCC_Version', '0.2.3');
define('WCC_Admin', 'woocommerce-cargonizer-admin');

class CargonizerConfig{
Expand Down
2 changes: 1 addition & 1 deletion woocommerce-cargonizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*woo
Plugin Name: Woocomerce Cargonizer
Description:
Version: 0.2.2
Version: 0.2.3
Author: Mediebruket AS
Author URI: http://mediebruket.no
*/
Expand Down

0 comments on commit cd1d93a

Please sign in to comment.