Changeset 3458981
- Timestamp:
- 02/11/2026 01:15:56 PM (6 weeks ago)
- Location:
- collect-and-deliver-interface-for-woocommerce/trunk
- Files:
-
- 4 added
- 2 edited
-
cdi.php (modified) (2 diffs)
-
includes/CDI-Bibext/FPDF/tutorial/CevicheOne-Regular-Licence.txt (added)
-
includes/CDI-Bibext/FPDF/tutorial/CevicheOne-Regular.php (added)
-
includes/CDI-Bibext/FPDF/tutorial/CevicheOne-Regular.ttf (added)
-
includes/CDI-Bibext/FPDF/tutorial/CevicheOne-Regular.z (added)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
collect-and-deliver-interface-for-woocommerce/trunk/cdi.php
r3458752 r3458981 3 3 * Plugin Name: Collect and Deliver Interface for Woocommerce 4 4 * Description: CDI - To manage and control your shipments 5 * Version: 5.5.1 35 * Version: 5.5.14 6 6 * Author: Halyra 7 7 * … … 284 284 global $wpdb; 285 285 $settingupdate = get_option( 'cdi_o_settingupdate') ; 286 $currentversion = '5.5.1 3';286 $currentversion = '5.5.14'; 287 287 $oldversion = get_option( 'cdi_o_version' ); 288 288 $x = strnatcasecmp( $currentversion, $oldversion ); -
collect-and-deliver-interface-for-woocommerce/trunk/readme.txt
r3458752 r3458981 6 6 Requires PHP: 7.3 7 7 PHP tested up to: 8.1 8 Stable tag: 5.5.1 38 Stable tag: 5.5.14 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 111 111 112 112 == 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. 113 116 114 117 = 5.5.13 (2026-02-11) =
Note: See TracChangeset
for help on using the changeset viewer.