WooCommerce NFe é uma extensão do WooCommerce para emitir notas fiscais utilizando a API do NFe.io.
- PHP >= 5.5
- WP >= 4.9
- WooCommerce >= 3.3.5
- Vá ao menu Plugins e clique Adicionar Novo.
- Pesquise por WooCommerce NFe.
- Clique em Instalar Agora.
- Ativar o plugin
Ou você pode colocar este plugin no diretório wp-content/plugins e ativá-lo.
- Initial release
- Fix issue #6
- Added trigger to issue invoices on specific status
- Fixed when issue invoices federal tax number must be only numbers
- Added support to issue invoices without all address fields filled
- Fix support to issue invoices without all address fields filled
- Fix trigger to issue invoices on specific status
- 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".
- Fixing client-php folder conflict.
- Fixing how we verify the type of customer to output its information on the NFe receipt.
- Improved code documentation, PHPDoc.
- Started to use
[]
instead ofarray()
. - Started to use the new logger implementation,
wc_get_logger()
. - Updated WordPress tested header to 3.5.1.
- Removed Extra Checkout plugin dependency.
- Removed Composer support for the client-php.
- Removed checks when on automatic issuing, as it was avoiding important log information to be saved.
- Added better labeling for the NFe.io
flowStatus
.