Changeset 1520995
- Timestamp:
- 10/24/2016 10:46:03 AM (9 years ago)
- Location:
- awesome-designer/trunk
- Files:
-
- 3 edited
-
awesome-designer.php (modified) (2 diffs)
-
includes/admin/module-order.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
awesome-designer/trunk/awesome-designer.php
r1517150 r1520995 2 2 /** 3 3 * @package AWESOME DESIGNER 4 * @version 1.3. 14 * @version 1.3.2 5 5 */ 6 6 /* … … 9 9 Description: The first real web to print product designer plugin 10 10 Author: netfxs 11 Version: 1.3. 111 Version: 1.3.2 12 12 Author URI: http://www.theawesomedesigner.com/ 13 13 */ -
awesome-designer/trunk/includes/admin/module-order.php
r1504284 r1520995 41 41 $canv_sav = json_decode (utf8_encode(base64_decode($list_multi[$choix])), true); 42 42 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 45 46 $table_name = $wpdb->prefix . 'the_awe_des_awesome_product'; 46 47 -
awesome-designer/trunk/readme.txt
r1517150 r1520995 5 5 Requires at least: 3.0.1 6 6 Tested up to: 4.6 7 Stable tag: 1.3. 17 Stable tag: 1.3.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 164 164 = 1.3.1 = 165 165 * 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.