Plugin Directory

Changeset 3458981


Ignore:
Timestamp:
02/11/2026 01:15:56 PM (6 weeks ago)
Author:
Harasse
Message:

5.5.14

Location:
collect-and-deliver-interface-for-woocommerce/trunk
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • collect-and-deliver-interface-for-woocommerce/trunk/cdi.php

    r3458752 r3458981  
    33 * Plugin Name: Collect and Deliver Interface for Woocommerce
    44 * Description: CDI - To manage and control your shipments
    5  * Version: 5.5.13
     5 * Version: 5.5.14
    66 * Author: Halyra
    77 *
     
    284284        global $wpdb;
    285285        $settingupdate = get_option( 'cdi_o_settingupdate') ;
    286         $currentversion = '5.5.13';
     286        $currentversion = '5.5.14';
    287287        $oldversion = get_option( 'cdi_o_version' );
    288288        $x = strnatcasecmp( $currentversion, $oldversion );
  • collect-and-deliver-interface-for-woocommerce/trunk/readme.txt

    r3458752 r3458981  
    66Requires PHP: 7.3
    77PHP tested up to: 8.1
    8 Stable tag: 5.5.13
     8Stable tag: 5.5.14
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    111111
    112112== Changelog ==
     113
     114= 5.5.14 (2026-02-11) =
     115* Reinstalling CDI version 5.5.13 exactly as it was because the installation on WordPress failed. No change. Halyra apologizes for this mix-up.
    113116
    114117= 5.5.13 (2026-02-11) =
Note: See TracChangeset for help on using the changeset viewer.