Plugin Directory

Changeset 3341111


Ignore:
Timestamp:
08/07/2025 02:15:16 PM (8 months ago)
Author:
printess
Message:

Fixed bug that came in 1.6.56 in saving that did not save the current save token to the list of saved designs.

Location:
printess-editor/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • printess-editor/trunk/includes/js/printessEditor.js

    r3341026 r3341111  
    305305                    break;
    306306                }
    307                 case 'save':
     307                case 'save': {
    308308                    if (callbacks && typeof callbacks.onSaveAsync === "function") {
    309309                        callbacks.onSaveAsync(evt.data.token, evt.data.thumbnailUrl);
    310310                    }
    311311                    break;
     312                }
    312313                case "saveAndGenerateBasketThumbnailUrl": {
    313314                    if (callbacks && typeof callbacks.onSaveAsync === "function") {
  • printess-editor/trunk/printess.php

    r3341026 r3341111  
    55 * Plugin URI: https://printess.com/kb/integrations/woo-commerce/index.html
    66 * Developer: Bastian Kröger (support@printess.com); Alexander Oser (support@printess.com)
    7  * Version: 1.6.56
     7 * Version: 1.6.57
    88 * Author: Printess
    99 * Author URI: https://printess.com
     
    1414 * Tested up to: 6.8
    1515 *
    16  * Woo: 10000:924015dfsfhsf8429842386wdff234sfd
     16 * Woo: 10000:924016dfsfhsf8429842386wdff234sfd
    1717 * WC requires at least: 5.8
    1818 * WC tested up to: 9.8.2
  • printess-editor/trunk/readme.txt

    r3341026 r3341111  
    312312- Added: Order views now display the save token end date
    313313- 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.