Changeset 3122368
- Timestamp:
- 07/20/2024 06:16:32 AM (20 months ago)
- Location:
- 3dprint-lite/trunk
- Files:
-
- 3 edited
-
3dprint-lite.php (modified) (2 diffs)
-
includes/js/3dprint-lite-frontend.js (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
3dprint-lite/trunk/3dprint-lite.php
r3117016 r3122368 6 6 Text Domain: 3dprint-lite 7 7 Plugin URI: http://www.wp3dprinting.com 8 Version: 2.0.8. 68 Version: 2.0.8.7 9 9 */ 10 10 … … 13 13 } 14 14 15 define('P3DLITE_VERSION', '2.0.8. 6');15 define('P3DLITE_VERSION', '2.0.8.7'); 16 16 17 17 if ( !function_exists( 'get_home_path' ) ) { -
3dprint-lite/trunk/includes/js/3dprint-lite-frontend.js
r3117016 r3122368 1875 1875 } 1876 1876 else if (p3dlite.minimum_price_type=='minimum_price') { 1877 if (total < p3dlite.min_price) total = p 3dlite.min_price;1877 if (total < p3dlite.min_price) total = parseFloat(p3dlite.min_price); 1878 1878 p3dlitePriceDebug("Minimum Price:", parseFloat(p3dlite.min_price)); 1879 1879 } -
3dprint-lite/trunk/readme.txt
r3117016 r3122368 1 1 === 3DPrint Lite === 2 2 Contributors: fuzzoid 3 Tags: 3D, printing, 3dprinting, 3D printing, 3dprint , printer, stl3 Tags: 3D, printing, 3dprinting, 3D printing, 3dprint 4 4 Requires at least: 3.5 5 5 Tested up to: 6.6 6 Stable tag: 2.0.8. 66 Stable tag: 2.0.8.7 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 109 109 == Changelog == 110 110 111 = 2.0.8.7 = 112 113 Price debug bugfix 114 111 115 = 2.0.8.6 = 112 116
Note: See TracChangeset
for help on using the changeset viewer.