Skip to content

Commit

Permalink
docs: Updating README and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhermeLinkNacional committed Mar 19, 2024
1 parent 03d0987 commit 6bdd825
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.3.3 - 19/03/2024
- Substitution of curl to wp_remote_request

### 1.3.2 - 14/02/2024
- Substitution of echo to esc_html_e or esc_attr_e, adjust to comply with wordpress regulations

Expand Down
5 changes: 4 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.linknacional.com/wordpress/plugins/
Tags: woocommerce, invoice, payment
Requires at least: 5.7
Tested up to: 6.4
Stable tag: 1.3.2
Stable tag: 1.3.3
Requires PHP: 7.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -64,6 +64,9 @@ The Invoice Payment for WooCommerce plugin is now live and working.

== Changelog ==

= 1.3.3 =
* Substitution of curl to wp_remote_request

= 1.3.2 =
* Substitution of echo to esc_html_e or esc_attr_e, adjust to comply with wordpress regulations

Expand Down
4 changes: 2 additions & 2 deletions wc-invoice-payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Plugin Name: Invoice Payment for WooCommerce
* Plugin URI: https://www.linknacional.com/wordpress/plugins/
* Description: Invoice payment generation and management for WooCommerce.
* Version: 1.3.2
* Version: 1.3.3
* Author: Link Nacional
* Author URI: https://www.linknacional.com/
* License: GPL-2.0+
Expand All @@ -34,7 +34,7 @@
* Start at version 1.0.0 and use SemVer - https://semver.org
* Rename this for your plugin and update it as you release new versions.
*/
define('WC_PAYMENT_INVOICE_VERSION', '1.3.2');
define('WC_PAYMENT_INVOICE_VERSION', '1.3.3');
define('WC_PAYMENT_INVOICE_TRANSLATION_PATH', plugin_dir_path(__FILE__) . 'languages/');
define('WC_PAYMENT_INVOICE_ROOT_DIR', plugin_dir_path(__FILE__));
define('WC_PAYMENT_INVOICE_ROOT_URL', plugin_dir_url(__FILE__));
Expand Down

0 comments on commit 6bdd825

Please sign in to comment.