Plugin Directory

Changeset 3385961


Ignore:
Timestamp:
10/28/2025 03:43:21 PM (5 months ago)
Author:
printess
Message:
  • Fixed broken file include with wrong file path
Location:
printess-editor/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • printess-editor/trunk/includes/printess-api.php

    r3383399 r3385961  
    4848     */
    4949    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");
    5151
    5252        $ssl_verify = ! PrintessAdminSettings::get_debug();
  • printess-editor/trunk/printess.php

    r3383448 r3385961  
    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.67
     7 * Version: 1.6.68
    88 * Author: Printess
    99 * Author URI: https://printess.com
     
    1414 * Tested up to: 6.8.3
    1515 *
    16  * Woo: 10000:924024dfsfhsf8429842386wdff234sfd
     16 * Woo: 10000:924025dfsfhsf8429842386wdff234sfd
    1717 * WC requires at least: 5.8
    1818 * WC tested up to: 10.3.0
  • printess-editor/trunk/readme.txt

    r3383448 r3385961  
    350350= 1.6.67 =
    351351 - 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.