Plugin Directory

Changeset 3156815


Ignore:
Timestamp:
09/24/2024 10:19:30 AM (18 months ago)
Author:
superfaktura
Message:

v1.41.8

Location:
woocommerce-superfaktura
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • woocommerce-superfaktura/tags/1.41.8/README.txt

    r3140319 r3156815  
    44Requires at least: 4.4
    55Tested up to: 6.6.1
    6 Stable tag: 1.41.7
     6Stable tag: 1.41.8
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6767== Changelog ==
    6868
     69= 1.41.8 =
     70* Odstránené prázdne viacriadkové popisy položiek na faktúre
     71
    6972= 1.41.7 =
    7073* Opravená kompatibilita s pluginom WPify pre iné krajiny ako Slovensko
  • woocommerce-superfaktura/tags/1.41.8/class-wc-superfaktura.php

    r3140314 r3156815  
    3030     * @var string
    3131     */
    32     protected $version = '1.41.7';
     32    protected $version = '1.41.8';
    3333
    3434    /**
     
    17711771                            )
    17721772                        );
    1773                         $item_data['description'] = $this->replace_single_attribute_tags( $item['product_id'], $item_data['description'] );
     1773                        $item_data['description'] = trim( $this->replace_single_attribute_tags( $item['product_id'], $item_data['description'] ) );
    17741774
    17751775                        // Compatibility with WooCommerce Wholesale Pricing plugin.
  • woocommerce-superfaktura/tags/1.41.8/woocommerce-superfaktura.php

    r3153047 r3156815  
    1313 * Plugin URI:  https://www.superfaktura.sk/integracia/
    1414 * Description: Integrácia služby <a href="http://www.superfaktura.sk/api/">SuperFaktúra.sk</a> pre WooCommerce. Máte s modulom technický problém? Napíšte nám na <a href="mailto:superfaktura@2day.sk">superfaktura@2day.sk</a>
    15  * Version:     1.41.7
     15 * Version:     1.41.8
    1616 * Author:      2day.sk, Webikon
    1717 * Author URI:  https://www.superfaktura.sk/integracia/
  • woocommerce-superfaktura/trunk/README.txt

    r3140319 r3156815  
    44Requires at least: 4.4
    55Tested up to: 6.6.1
    6 Stable tag: 1.41.7
     6Stable tag: 1.41.8
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6767== Changelog ==
    6868
     69= 1.41.8 =
     70* Odstránené prázdne viacriadkové popisy položiek na faktúre
     71
    6972= 1.41.7 =
    7073* Opravená kompatibilita s pluginom WPify pre iné krajiny ako Slovensko
  • woocommerce-superfaktura/trunk/class-wc-superfaktura.php

    r3140314 r3156815  
    3030     * @var string
    3131     */
    32     protected $version = '1.41.7';
     32    protected $version = '1.41.8';
    3333
    3434    /**
     
    17711771                            )
    17721772                        );
    1773                         $item_data['description'] = $this->replace_single_attribute_tags( $item['product_id'], $item_data['description'] );
     1773                        $item_data['description'] = trim( $this->replace_single_attribute_tags( $item['product_id'], $item_data['description'] ) );
    17741774
    17751775                        // Compatibility with WooCommerce Wholesale Pricing plugin.
  • woocommerce-superfaktura/trunk/woocommerce-superfaktura.php

    r3153047 r3156815  
    1313 * Plugin URI:  https://www.superfaktura.sk/integracia/
    1414 * Description: Integrácia služby <a href="http://www.superfaktura.sk/api/">SuperFaktúra.sk</a> pre WooCommerce. Máte s modulom technický problém? Napíšte nám na <a href="mailto:superfaktura@2day.sk">superfaktura@2day.sk</a>
    15  * Version:     1.41.7
     15 * Version:     1.41.8
    1616 * Author:      2day.sk, Webikon
    1717 * Author URI:  https://www.superfaktura.sk/integracia/
Note: See TracChangeset for help on using the changeset viewer.