Skip to content

Commit

Permalink
Merge pull request #16 from filipecsweb/v1.3.2
Browse files Browse the repository at this point in the history
change version to 1.3.2
  • Loading branch information
filipecsweb committed Oct 20, 2023
2 parents ff05c9c + 114a57e commit e0b7f18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Tags: parcelas, parcelamento, parcelar, a vista, boleto, installments, in cash,
Tested up to: 6.3
Requires at least: 5.4
Requires PHP: 7.4
Stable tag: 1.3.1
Stable tag: 1.3.2
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -76,6 +76,9 @@ Ainda não, talvez, em breve...

== Changelog ==

= 1.3.2 =
* Implementação de possibilidade de sobreescrita de quantidade de parcelas e preço à vista por produto.

= 1.2.9 =
* Declaração "!important" foi adicionada aos valores das propriedades em CSS;
* A função depreciada get_product() foi substituída por wc_get_product();
Expand Down
4 changes: 2 additions & 2 deletions woocommerce-parcelas.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Adiciona quantidade de parcelas e o valor de cada parcela nas páginas que listam os produtos e na página individual do produto.
* Author: Filipe Seabra
* Author URI: https://filipeseabra.me/
* Version: 1.3.1
* Version: 1.3.2
* Text Domain: wc-parcelas
* Domain Path: /languages/
*/
Expand All @@ -29,7 +29,7 @@
define( 'WC_PARCELAS_PATH', plugin_dir_path( __FILE__ ) );
define( 'WC_PARCELAS_URL', plugin_dir_url( __FILE__ ) );
define( 'WC_PARCELAS_BASENAME', plugin_basename( __FILE__ ) );
define( 'WC_PARCELAS_VERSION', '1.3.1' );
define( 'WC_PARCELAS_VERSION', '1.3.2' );
define( 'WC_PARCELAS_NAME', 'WooCommerce Parcelas' );
define( 'WC_PARCELAS_SLUG', 'wc-parcelas' );

Expand Down

0 comments on commit e0b7f18

Please sign in to comment.