Plugin Directory

Changeset 3326011


Ignore:
Timestamp:
07/11/2025 02:12:22 AM (9 months ago)
Author:
wptaskforce
Message:

php8.2 compatibility

Location:
wpcargo
Files:
403 added
2 edited

Legend:

Unmodified
Added
Removed
  • wpcargo/trunk/readme.txt

    r3325849 r3326011  
    99Tested up to: 6.8.1
    1010Requires PHP: 8.2
    11 Stable tag: 8.0.1
     11Stable tag: 8.0.2
    1212License: GPLv3
    1313License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    148148
    149149== Changelog ==
     150== 8.0.2 ==
     151- Php 8.2 Compatibility
     152
    150153== 8.0.1 ==
    151154- Fix Barcode generator
  • wpcargo/trunk/wpcargo.php

    r3295662 r3326011  
    77 * Text Domain: wpcargo
    88 * Domain Path: /languages
    9  * Version: 8.0.1
     9 * Version: 8.0.2
    1010 */
    1111/*
     
    3333//* Defined constant
    3434define( 'WPCARGO_TEXTDOMAIN', 'wpcargo' );
    35 define( 'WPCARGO_VERSION', '8.0.1' );
     35define( 'WPCARGO_VERSION', '8.0.2' );
    3636define( 'WPCARGO_DB_VERSION', '2.0.0' );
    3737define( 'WPCARGO_FILE_DIR', __FILE__  );
Note: See TracChangeset for help on using the changeset viewer.