Plugin Directory

Changeset 3092958


Ignore:
Timestamp:
05/27/2024 08:16:44 AM (23 months ago)
Author:
cloudfinance
Message:

Update to version 1.0.3 from GitHub

Location:
freeinvoice-api
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • freeinvoice-api/tags/1.0.3/README.txt

    r3092953 r3092958  
    33Plugin Name:       FreeInvoice API
    44Plugin URI:        https://www.cloudfinance.it
    5 Description:       Plugin di FreeInvoice per la fatturazione elettronica con WooCommerce.
    65Tags: fattura elettronica, fatture, fattura xml, codice destinatario, woocommerce
    76Author:            cloudfinance.it
     
    1211License: GPLv2 or later
    1312License URI: http://www.gnu.org/licenses/gpl-2.0.html
     13Plugin di FreeInvoice per la fatturazione elettronica con WooCommerce.
    1414
    1515== Description ==
  • freeinvoice-api/tags/1.0.3/freeinvoice-api.php

    r3092952 r3092958  
    1717 * Plugin URI:        https://www.wordpress.org/plugins/freeinvoice-api/
    1818 * Description:       Plugin di FreeInvoice per la fatturazione elettronica con WooCommerce.
    19  * Version:           1.0.1
     19 * Version:           1.0.3
    2020 * Requires at least: 5.2
    2121 * Requires PHP:      7.2
     
    3737 * Rename this for your plugin and update it as you release new versions.
    3838 */
    39 define('FREEINVOICE_API_VERSION', '1.0.1');
     39define('FREEINVOICE_API_VERSION', '1.0.3');
    4040
    4141if (!function_exists('is_plugin_active')) {
  • freeinvoice-api/trunk/README.txt

    r3092953 r3092958  
    33Plugin Name:       FreeInvoice API
    44Plugin URI:        https://www.cloudfinance.it
    5 Description:       Plugin di FreeInvoice per la fatturazione elettronica con WooCommerce.
    65Tags: fattura elettronica, fatture, fattura xml, codice destinatario, woocommerce
    76Author:            cloudfinance.it
     
    1211License: GPLv2 or later
    1312License URI: http://www.gnu.org/licenses/gpl-2.0.html
     13Plugin di FreeInvoice per la fatturazione elettronica con WooCommerce.
    1414
    1515== Description ==
  • freeinvoice-api/trunk/freeinvoice-api.php

    r3092952 r3092958  
    1717 * Plugin URI:        https://www.wordpress.org/plugins/freeinvoice-api/
    1818 * Description:       Plugin di FreeInvoice per la fatturazione elettronica con WooCommerce.
    19  * Version:           1.0.1
     19 * Version:           1.0.3
    2020 * Requires at least: 5.2
    2121 * Requires PHP:      7.2
     
    3737 * Rename this for your plugin and update it as you release new versions.
    3838 */
    39 define('FREEINVOICE_API_VERSION', '1.0.1');
     39define('FREEINVOICE_API_VERSION', '1.0.3');
    4040
    4141if (!function_exists('is_plugin_active')) {
Note: See TracChangeset for help on using the changeset viewer.