Plugin Directory

Changeset 3295662


Ignore:
Timestamp:
05/18/2025 10:49:22 AM (10 months ago)
Author:
wptaskforce
Message:

Fix barcode-generator

Location:
wpcargo
Files:
404 added
2 edited

Legend:

Unmodified
Added
Removed
  • wpcargo/trunk/readme.txt

    r3295110 r3295662  
    1 === WPCargo Track & Trace===
     1=== WPCargo Track & Trace===
    22
    33Contributors: WPTaskforce
     
    99Tested up to: 6.8.1
    1010Requires PHP: 8.3
    11 Stable tag: 8.0.0
     11Stable tag: 8.0.1
    1212License: GPLv3
    1313License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    100100[View More features](https://www.wpcargo.com/features/)
    101101
    102 Contact Skype: arni.cinco
     102Contact Us on MS Teams: [arni.cinco](https://teams.live.com/l/invite/FEAY6fI1IPmCY6FeBY)
    103103
    104104== Installation ==
     
    146146
    147147== Changelog ==
     148== 8.0.1 ==
     149- Fix Barcode generator
     150
    148151== 8.0.0 ==
    149152- Apply latest  QR Code Library 
  • wpcargo/trunk/wpcargo.php

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