Changeset 3341111
- Timestamp:
- 08/07/2025 02:15:16 PM (8 months ago)
- Location:
- printess-editor/trunk
- Files:
-
- 3 edited
-
includes/js/printessEditor.js (modified) (1 diff)
-
printess.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
printess-editor/trunk/includes/js/printessEditor.js
r3341026 r3341111 305 305 break; 306 306 } 307 case 'save': 307 case 'save': { 308 308 if (callbacks && typeof callbacks.onSaveAsync === "function") { 309 309 callbacks.onSaveAsync(evt.data.token, evt.data.thumbnailUrl); 310 310 } 311 311 break; 312 } 312 313 case "saveAndGenerateBasketThumbnailUrl": { 313 314 if (callbacks && typeof callbacks.onSaveAsync === "function") { -
printess-editor/trunk/printess.php
r3341026 r3341111 5 5 * Plugin URI: https://printess.com/kb/integrations/woo-commerce/index.html 6 6 * Developer: Bastian Kröger (support@printess.com); Alexander Oser (support@printess.com) 7 * Version: 1.6.5 67 * Version: 1.6.57 8 8 * Author: Printess 9 9 * Author URI: https://printess.com … … 14 14 * Tested up to: 6.8 15 15 * 16 * Woo: 10000:92401 5dfsfhsf8429842386wdff234sfd16 * Woo: 10000:924016dfsfhsf8429842386wdff234sfd 17 17 * WC requires at least: 5.8 18 18 * WC tested up to: 9.8.2 -
printess-editor/trunk/readme.txt
r3341026 r3341111 312 312 - Added: Order views now display the save token end date 313 313 - Fixed: Replaced save tokens will also now have the correct token life time configured inside the printess settings 314 315 = 1.6.57 = 316 - Fixed bug that came in 1.6.56 in saving that did not save the current save token to the list of saved designs.
Note: See TracChangeset
for help on using the changeset viewer.