Changeset 3385961
- Timestamp:
- 10/28/2025 03:43:21 PM (5 months ago)
- Location:
- printess-editor/trunk
- Files:
-
- 3 edited
-
includes/printess-api.php (modified) (1 diff)
-
printess.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
printess-editor/trunk/includes/printess-api.php
r3383399 r3385961 48 48 */ 49 49 static function send_get_request($url) { 50 require_once(plugin_dir_path(__DIR__) . "includes/ includes/printess-admin-settings.php");50 require_once(plugin_dir_path(__DIR__) . "includes/printess-admin-settings.php"); 51 51 52 52 $ssl_verify = ! PrintessAdminSettings::get_debug(); -
printess-editor/trunk/printess.php
r3383448 r3385961 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.6 77 * Version: 1.6.68 8 8 * Author: Printess 9 9 * Author URI: https://printess.com … … 14 14 * Tested up to: 6.8.3 15 15 * 16 * Woo: 10000:92402 4dfsfhsf8429842386wdff234sfd16 * Woo: 10000:924025dfsfhsf8429842386wdff234sfd 17 17 * WC requires at least: 5.8 18 18 * WC tested up to: 10.3.0 -
printess-editor/trunk/readme.txt
r3383448 r3385961 350 350 = 1.6.67 = 351 351 - Fixed error logging for failed template name retrieval, so that it is now called in case the template name could not be retrieved due to wrong data types 352 353 = 1.6.68 = 354 - Fixed broken file include with wrong file path
Note: See TracChangeset
for help on using the changeset viewer.