Changeset 3341468
- Timestamp:
- 08/08/2025 08:52:38 AM (7 months ago)
- File:
-
- 1 edited
-
upc-ean-barcode-generator/trunk/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
upc-ean-barcode-generator/trunk/index.php
r3218304 r3341468 4 4 * Description: Allows to generate EAN & UPC codes for your WooCommerce plugins. 5 5 * Text Domain: upc-ean-generator 6 * Version: 2.0. 26 * Version: 2.0.4 7 7 * Author: UkrSolution 8 8 * Plugin URI: https://www.ukrsolution.com … … 40 40 add_action('plugins_loaded', function () { 41 41 $lastVersion = get_option("active-{%plugin%}-barcodes-version", ""); 42 if ($lastVersion !== "2.0. 2") {42 if ($lastVersion !== "2.0.3") { 43 43 UkrSolution\UpcEanGenerator\Database::createTables(); 44 update_option("active-{%plugin%}-barcodes-version", "2.0. 2");44 update_option("active-{%plugin%}-barcodes-version", "2.0.3"); 45 45 } 46 46 });
Note: See TracChangeset
for help on using the changeset viewer.