Plugin Directory

Changeset 3444927


Ignore:
Timestamp:
01/22/2026 02:50:44 PM (2 months ago)
Author:
Picaland
Message:

update version index

File:
1 edited

Legend:

Unmodified
Added
Removed
  • woopop-electronic-invoice-free/tags/6.5.9/index.php

    r3435218 r3444927  
    77 * Description: POP automatically configures your e-commerce to comply with European tax regulations. Your e-commerce can generate electronic invoices in XML format and, thanks to our APIs, automatically transmit them to your accounting software and tax authorities.
    88 *
    9  * Version: 6.5.8
     9 * Version: 6.5.9
    1010 * Author: POP
    1111 * Author URI: https://popapi.io/
     
    5252define('WC_EL_INV_NAME', 'POP Electronic Invoice');
    5353define('WC_EL_INV_TEXTDOMAIN', 'el-inv');
    54 define('WC_EL_INV_VERSION', '6.5.8');
     54define('WC_EL_INV_VERSION', '6.5.9');
    5555define('WC_EL_INV_VERSION_CLASS', str_replace('.', '_', WC_EL_INV_VERSION));
    5656define('WC_EL_INV_PLUGIN_DIR', basename(plugin_dir_path(__FILE__)));
Note: See TracChangeset for help on using the changeset viewer.