Plugin Directory

Changeset 3341468


Ignore:
Timestamp:
08/08/2025 08:52:38 AM (7 months ago)
Author:
UkrSolution
Message:

fixed version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • upc-ean-barcode-generator/trunk/index.php

    r3218304 r3341468  
    44 * Description: Allows to generate EAN & UPC codes for your WooCommerce plugins.
    55 * Text Domain: upc-ean-generator
    6  * Version: 2.0.2
     6 * Version: 2.0.4
    77 * Author: UkrSolution
    88 * Plugin URI: https://www.ukrsolution.com
     
    4040add_action('plugins_loaded', function () {
    4141    $lastVersion = get_option("active-{%plugin%}-barcodes-version", "");
    42     if ($lastVersion !== "2.0.2") {
     42    if ($lastVersion !== "2.0.3") {
    4343        UkrSolution\UpcEanGenerator\Database::createTables();
    44         update_option("active-{%plugin%}-barcodes-version", "2.0.2");
     44        update_option("active-{%plugin%}-barcodes-version", "2.0.3");
    4545    }
    4646});
Note: See TracChangeset for help on using the changeset viewer.