Plugin Directory

Changeset 1520995


Ignore:
Timestamp:
10/24/2016 10:46:03 AM (9 years ago)
Author:
netfxs
Message:

Bug correction in order information with old php version

Location:
awesome-designer/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • awesome-designer/trunk/awesome-designer.php

    r1517150 r1520995  
    22/**
    33 * @package AWESOME DESIGNER
    4  * @version 1.3.1
     4 * @version 1.3.2
    55 */
    66/*
     
    99Description: The first real web to print product designer plugin
    1010Author: netfxs
    11 Version: 1.3.1
     11Version: 1.3.2
    1212Author URI: http://www.theawesomedesigner.com/
    1313*/
  • awesome-designer/trunk/includes/admin/module-order.php

    r1504284 r1520995  
    4141                $canv_sav = json_decode (utf8_encode(base64_decode($list_multi[$choix])), true);
    4242                                               
    43                 $liste_param_taill = explode(',',explode('--sepracanv--',$liste_param[1])[$choix]);
    44                    
     43                $list_taill_multi = explode('--sepracanv--',$liste_param[1]);       
     44                $liste_param_taill = explode(',',$list_taill_multi[$choix]);
     45               
    4546                $table_name = $wpdb->prefix . 'the_awe_des_awesome_product';
    4647               
  • awesome-designer/trunk/readme.txt

    r1517150 r1520995  
    55Requires at least: 3.0.1
    66Tested up to: 4.6
    7 Stable tag: 1.3.1
     7Stable tag: 1.3.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    164164= 1.3.1 =
    165165* Bug correction in mobile version
     166= 1.3.2 =
     167* Bug correction in order information with old php version
Note: See TracChangeset for help on using the changeset viewer.