Changeset 3092958
- Timestamp:
- 05/27/2024 08:16:44 AM (23 months ago)
- Location:
- freeinvoice-api
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.3 (copied) (copied from freeinvoice-api/trunk)
-
tags/1.0.3/README.txt (modified) (2 diffs)
-
tags/1.0.3/freeinvoice-api.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/freeinvoice-api.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
freeinvoice-api/tags/1.0.3/README.txt
r3092953 r3092958 3 3 Plugin Name: FreeInvoice API 4 4 Plugin URI: https://www.cloudfinance.it 5 Description: Plugin di FreeInvoice per la fatturazione elettronica con WooCommerce.6 5 Tags: fattura elettronica, fatture, fattura xml, codice destinatario, woocommerce 7 6 Author: cloudfinance.it … … 12 11 License: GPLv2 or later 13 12 License URI: http://www.gnu.org/licenses/gpl-2.0.html 13 Plugin di FreeInvoice per la fatturazione elettronica con WooCommerce. 14 14 15 15 == Description == -
freeinvoice-api/tags/1.0.3/freeinvoice-api.php
r3092952 r3092958 17 17 * Plugin URI: https://www.wordpress.org/plugins/freeinvoice-api/ 18 18 * Description: Plugin di FreeInvoice per la fatturazione elettronica con WooCommerce. 19 * Version: 1.0. 119 * Version: 1.0.3 20 20 * Requires at least: 5.2 21 21 * Requires PHP: 7.2 … … 37 37 * Rename this for your plugin and update it as you release new versions. 38 38 */ 39 define('FREEINVOICE_API_VERSION', '1.0. 1');39 define('FREEINVOICE_API_VERSION', '1.0.3'); 40 40 41 41 if (!function_exists('is_plugin_active')) { -
freeinvoice-api/trunk/README.txt
r3092953 r3092958 3 3 Plugin Name: FreeInvoice API 4 4 Plugin URI: https://www.cloudfinance.it 5 Description: Plugin di FreeInvoice per la fatturazione elettronica con WooCommerce.6 5 Tags: fattura elettronica, fatture, fattura xml, codice destinatario, woocommerce 7 6 Author: cloudfinance.it … … 12 11 License: GPLv2 or later 13 12 License URI: http://www.gnu.org/licenses/gpl-2.0.html 13 Plugin di FreeInvoice per la fatturazione elettronica con WooCommerce. 14 14 15 15 == Description == -
freeinvoice-api/trunk/freeinvoice-api.php
r3092952 r3092958 17 17 * Plugin URI: https://www.wordpress.org/plugins/freeinvoice-api/ 18 18 * Description: Plugin di FreeInvoice per la fatturazione elettronica con WooCommerce. 19 * Version: 1.0. 119 * Version: 1.0.3 20 20 * Requires at least: 5.2 21 21 * Requires PHP: 7.2 … … 37 37 * Rename this for your plugin and update it as you release new versions. 38 38 */ 39 define('FREEINVOICE_API_VERSION', '1.0. 1');39 define('FREEINVOICE_API_VERSION', '1.0.3'); 40 40 41 41 if (!function_exists('is_plugin_active')) {
Note: See TracChangeset
for help on using the changeset viewer.