Changeset 3142439
- Timestamp:
- 08/27/2024 05:52:24 PM (19 months ago)
- Location:
- 3dprint-lite/trunk
- Files:
-
- 3 edited
-
3dprint-lite.php (modified) (2 diffs)
-
includes/3dprint-lite-frontend.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
3dprint-lite/trunk/3dprint-lite.php
r3141765 r3142439 6 6 Text Domain: 3dprint-lite 7 7 Plugin URI: http://www.wp3dprinting.com 8 Version: 2.0.9. 88 Version: 2.0.9.9 9 9 */ 10 10 … … 13 13 } 14 14 15 define('P3DLITE_VERSION', '2.0.9. 8');15 define('P3DLITE_VERSION', '2.0.9.9'); 16 16 17 17 if ( !function_exists( 'get_home_path' ) ) { -
3dprint-lite/trunk/includes/3dprint-lite-frontend.php
r3141765 r3142439 377 377 $db_printers = p3dlite_sort_by_order(p3dlite_get_enabled($db_printers)); 378 378 $db_materials = p3dlite_sort_by_order(p3dlite_get_enabled($db_materials)); 379 $db_coatings = p3dlite_sort_by_order(p3dlite_get_enabled($db_coatings)); 379 if (is_array($db_coatings) && count($db_coatings)) { 380 $db_coatings = p3dlite_sort_by_order(p3dlite_get_enabled($db_coatings)); 381 } 380 382 $db_infills = p3dlite_get_enabled($db_infills); 381 383 -
3dprint-lite/trunk/readme.txt
r3141765 r3142439 4 4 Requires at least: 3.5 5 5 Tested up to: 6.6 6 Stable tag: 2.0.9. 86 Stable tag: 2.0.9.9 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.9.9 = 112 113 Coatings bugfix 114 111 115 = 2.0.9.8 = 112 116
Note: See TracChangeset
for help on using the changeset viewer.