Skip to content

Commit dfd02c6

Browse files
committed
Updated readme
1 parent 062b67d commit dfd02c6

2 files changed

Lines changed: 40 additions & 35 deletions

File tree

integration-alegra-woo.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Integration Alegra Woocommerce
44
* Description: Integración del sistama contable y de facturación Alegra para Woocoommerce
5-
* Version: 0.0.13
5+
* Version: 0.0.14
66
* Author: Saúl Morales Pacheco
77
* Author URI: https://saulmoralespa.com
88
* License: GNU General Public License v3.0
@@ -20,7 +20,7 @@
2020
}
2121

2222
if(!defined('INTEGRATION_ALEGRA_WC_SMP_VERSION')){
23-
define('INTEGRATION_ALEGRA_WC_SMP_VERSION', '0.0.13');
23+
define('INTEGRATION_ALEGRA_WC_SMP_VERSION', '0.0.14');
2424
}
2525

2626
add_action( 'plugins_loaded', 'integration_alegra_wc_smp_init');

readme.txt

Lines changed: 38 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: commerce, e-commerce, commerce, WordPress ecommerce, store, sales, sell, s
55
Requires at least: 6.0
66
Tested up to: 6.9
77
Requires PHP: 8.1
8-
Stable tag: 0.0.13
8+
Stable tag: 0.0.14
99
WC requires at least: 9.6
1010
WC tested up to: 10.3
1111
License: GNU General Public License v3.0
@@ -189,38 +189,11 @@ Sí, el plugin incluye una opción de sincronización masiva de productos desde
189189

190190
== Changelog ==
191191

192-
= 0.0.1 =
193-
* Initial beta release
194-
= 0.0.2 =
195-
* Fixed discount product
196-
* Updated show fields in order view
197-
= 0.0.3 =
198-
* Added option select seller
199-
* Added option select invoice status
200-
* Updated valid NIT
201-
* Updated create contact
202-
= 0.0.4 =
203-
* Fixed generate invoice
204-
= 0.0.5 =
205-
* Added option select tax
206-
* Added item shipping cost
207-
* Fixed tax in product
208-
= 0.0.6 =
209-
* Added discount in product
210-
= 0.0.7 =
211-
* Fixed emit invoices
212-
= 0.0.8 =
213-
* Fixed get description product
214-
* Updated compatibility with wordPress
215-
= 0.0.9 =
216-
* Fixed price item
217-
* Added tax to shipping item
218-
= 0.0.10 =
219-
* Added log create invoice
220-
= 0.0.11 =
221-
* Updated fields document, compatibility with checkout block
222-
= 0.0.12 =
223-
* Fixed save type document
192+
= 0.0.14 =
193+
* Add invoice settings for order and invoice status configuration
194+
* Refactor invoice column handling in WooCommerce admin orders
195+
* Remove unused product description from invoice item data
196+
* Enhance token validation with improved error handling and sanitization
224197
= 0.0.13 =
225198
* Added option to control automatic client creation in Alegra
226199
* Added option to control automatic product creation in Alegra
@@ -232,6 +205,38 @@ Sí, el plugin incluye una opción de sincronización masiva de productos desde
232205
* Refactored calculateDv to calculate_dv following WordPress coding standards
233206
* Added protection against division by zero in discount calculations
234207
* Improved code documentation with comprehensive PHPDoc blocks
208+
= 0.0.12 =
209+
* Fixed save type document
210+
= 0.0.11 =
211+
* Updated fields document, compatibility with checkout block
212+
= 0.0.10 =
213+
* Added log create invoice
214+
= 0.0.9 =
215+
* Fixed price item
216+
* Added tax to shipping item
217+
= 0.0.8 =
218+
* Fixed get description product
219+
* Updated compatibility with wordPress
220+
= 0.0.7 =
221+
* Fixed emit invoices
222+
= 0.0.6 =
223+
* Added discount in product
224+
= 0.0.5 =
225+
* Added option select tax
226+
* Added item shipping cost
227+
* Fixed tax in product
228+
= 0.0.4 =
229+
* Fixed generate invoice
230+
= 0.0.3 =
231+
* Added option select seller
232+
* Added option select invoice status
233+
* Updated valid NIT
234+
* Updated create contact
235+
= 0.0.2 =
236+
* Fixed discount product
237+
* Updated show fields in order view
238+
= 0.0.1 =
239+
* Initial beta release
235240

236241
== Credits ==
237242
* [Website](https://saulmoralespa.com) [Linkedin](https://www.linkedin.com/in/saulmoralespa/)

0 commit comments

Comments
 (0)