Skip to content

Commit

Permalink
version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dmattke committed Nov 1, 2017
1 parent c31ec20 commit 4a17d93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions admin/AdminShopOrderOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ function loadRecurringOptions(){
),
array(
'name' => 'recurring_consignment_message_consignee',
'label' => __('Message', 'wc-cargonizer'),
'type' => 'textarea',
'label' => __('Message (max. 56 chars)', 'wc-cargonizer'),
'type' => 'text',
'value' => $this->ShopOrder->RecurringConsignmentMessage,
'wrap' => 'is-recurring'
),
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: Woocommerce Cargonizer
Description:
Version: 0.3.2
Version: 0.3.3
Author: Mediebruket AS
Author URI: http://mediebruket.no
*/
Expand Down

0 comments on commit 4a17d93

Please sign in to comment.