Plugin Directory

Changeset 3357117


Ignore:
Timestamp:
09/06/2025 01:49:45 PM (6 months ago)
Author:
labdav
Message:

v.0.7.7

Location:
woocommerce-pdf-invoices-italian-add-on
Files:
39 added
2 edited

Legend:

Unmodified
Added
Removed
  • woocommerce-pdf-invoices-italian-add-on/trunk/readme.txt

    r3279161 r3357117  
    1 === WooCommerce PDF Invoices Italian Add-on ===
     1=== PDF Invoices Italian Add-on for WooCommerce ===
    22Contributors: labdav
    33Tags: Fattura, Ricevuta Fiscale, Partita IVA, Codice Fiscale, VAT
    44Requires at least: 4.4
    55Requires PHP: 8.0
    6 Tested up to: 6.8
    7 Stable tag: 0.7.6.1
     6Tested up to: 6.8.2
     7Stable tag: 0.7.7
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl.html
     
    45451. Read the istructions for [How to create my own custom template](https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/faq/).
    46461. Copy the "[plugins dir]/woocommerce-pdf-italian-add-on/template/Simple/receipt.php" in your (child) theme, and customize it.
    47 
    48 Tested up to/Testato fino alle versioni:
    49 
    50 * WooCommerce v. 9.8.1
    51 * PDF Invoices & Packing Slips for WooCommerce [Ewout Fernhout] v. 4.4.0
    5247
    5348= Translations in your language =
     
    107102== Changelog ==
    108103
     104= 0.7.7 - 2025-09-06 =
     105* Verifica compatibilità con WooCommerce 10.1.2
     106
    109107= 0.7.5 - 0.7.6.1 - 2025-04-22 =
    110108* Verifica compatibilità con WooCommerce 9.8.1
  • woocommerce-pdf-invoices-italian-add-on/trunk/woocommerce-pdf-italian-add-on.php

    r3279161 r3357117  
    11<?php
    22/**
    3 * Plugin Name: WooCommerce PDF Invoices Italian Add-on
     3* Plugin Name: PDF Invoices Italian Add-on for WooCommerce
    44* Plugin URI: https://ldav.it/plugin/woocommerce-pdf-invoices-italian-add-on/
    55* Description: Aggiunge a WooCommerce tutto il necessario per un e-commerce italiano e la fatturazione elettronica
    6 * Version: 0.7.6.1
     6* Version: 0.7.7
    77* Author: laboratorio d'Avanguardia
    88* Author URI: https://ldav.it/
     
    1313* Requires Plugins: woocommerce
    1414* WC requires at least: 8.0
    15 * WC tested up to: 9.8.1
     15* WC tested up to: 10.1.2
    1616*/
    1717
     
    2626    public static $plugin_path;
    2727    public static $plugin_basename;
    28     public $version = '0.7.6.1';
     28    public $version = '0.7.7';
    2929    protected static $instance = null;
    3030   
Note: See TracChangeset for help on using the changeset viewer.