From 40b2dad209c10beb0aa47280e940dede843bf019 Mon Sep 17 00:00:00 2001 From: Renato Alves Date: Mon, 9 Jul 2018 19:18:20 -0300 Subject: [PATCH] Bumping the version and updating readme --- README.md | 45 +++++++++++++++++++++++++++++++++++++++++++-- README.txt | 7 +++++-- composer.json | 2 +- package.json | 2 +- woo-nfe.php | 4 ++-- 5 files changed, 52 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6567d60..1d5b719 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,12 @@ +# WooCommerce NFe (NFe.io) -# Woo NFe +WooCommerce NFe é uma extensão do WooCommerce para emitir notas fiscais utilizando a API do NFe.io. -Woo NFe é uma extensão do WooCommerce para emitir notas fiscais utilizando a API do NFe.io +## Requisitos + +* PHP >= 5.5 +* WP >= 4.9 +* WooCommerce >= 3.3.5 ## Instalação @@ -9,3 +14,39 @@ Woo NFe é uma extensão do WooCommerce para emitir notas fiscais utilizando a A 2. Pesquise por *WooCommerce NFe*. 3. Clique em *Instalar Agora*. 4. Ativar o plugin + +Ou você pode colocar este plugin no diretório wp-content/plugins e ativá-lo. + +## Changelog ## + +### 1.0 +* Initial release + +### 1.0.1 +* Fix issue #6 + +### 1.0.2 +* Added trigger to issue invoices on specific status +* Fixed when issue invoices federal tax number must be only numbers + +### 1.0.3 +* Added support to issue invoices without all address fields filled + +### 1.0.4 +* Fix support to issue invoices without all address fields filled +* Fix trigger to issue invoices on specific status + +### 1.2.5 +* Added option to require an address when issuing an invoice. +* Fixed a bug where zero orders could be issued. +* Added notice in the order list when a order is zeroed. +* Added php require header on the readme.txt +* Fixed a bug that gave fatal error when on before PHP 5.5 versions. +* Fix - load_textdomain first from WP_LANG_DIR before load_plugin_textdomain +* Tweak - Tweak load_plugin_textdomain to be relative - this falls back to WP_LANG_DIR automatically. Can prevent "open_basedir restriction in effect". + +### 1.2.6 +* Fixing client-php folder conflict. + +### 1.2.7 +* Fixing how we verify the type of customer to output its information on the NFe receipt. diff --git a/README.txt b/README.txt index d161f75..35f786f 100644 --- a/README.txt +++ b/README.txt @@ -3,9 +3,9 @@ Contributors: nfe, espellcaste Tags: woocommerce, shop, receipt, nfe, nota fiscal, nota, receita, sefaz, nfse, emitir nfse, emitir nfe Requires at least: 4.7 Tested up to: 4.9.4 -Stable tag: 1.2.6 +Stable tag: 1.2.7 Requires PHP: 5.5 -WC tested up to: 3.3.5 +WC tested up to: 3.4.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -63,3 +63,6 @@ or = 1.2.6 = * Fixing client-php folder conflict. + += 1.2.7 = +* Fixing how we verify the type of customer to output its information on the NFe receipt. diff --git a/composer.json b/composer.json index c866f58..3d3de7c 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ }, { "name" : "Renato Alves", - "homepage": "http://ralv.es/" + "homepage": "https://ralv.es/" } ], "support": { diff --git a/package.json b/package.json index 649d057..5d7df72 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nfe", "title": "WooCommerce NFe", - "version": "1.2.5", + "version": "1.2.7", "author": "NFe.io", "homepage": "https://github.com/nfe/woo-nfe", "description": "WooCommerce extension for issuing invoices using the NFe.io API", diff --git a/woo-nfe.php b/woo-nfe.php index ba7cca0..fab0998 100644 --- a/woo-nfe.php +++ b/woo-nfe.php @@ -11,7 +11,7 @@ * Plugin Name: WooCommerce NFe * Plugin URI: https://github.com/nfe/woo-nfe * Description: WooCommerce extension for the NFe API - * Version: 1.2.6 + * Version: 1.2.7 * Author: NFe.io * Author URI: https://nfe.io * Developer: Project contributors @@ -21,7 +21,7 @@ * Network: false * * WC requires at least: 3.3.5 - * WC tested up to: 3.3.5 + * WC tested up to: 3.4.3 * * Copyright: © 2018 NFe.io * License: GNU General Public License v3.0