Skip to content

Commit

Permalink
chore: Update version to 1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuellopess committed Dec 6, 2024
1 parent 4d14937 commit d3e4e3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
custom_tag: "1.14.0"
custom_tag: "1.14.1"

# Generate new release
- name: Generate new Release
Expand Down
4 changes: 2 additions & 2 deletions lkn-wc-gateway-cielo.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Payment Gateway for Cielo API on WooCommerce
* Plugin URI: https://www.linknacional.com.br/wordpress/woocommerce/cielo/
* Description: Adds the Cielo API 3.0 Payments gateway to your WooCommerce website.
* Version: 1.14.0
* Version: 1.14.1
* Author: Link Nacional
* Author URI: https://linknacional.com.br
* Text Domain: lkn-wc-gateway-cielo
Expand Down Expand Up @@ -311,7 +311,7 @@ public static function email_order_meta_fields($fields, $sent_to_admin, $order)
private static function setup_constants(): void {
// Defines addon version number for easy reference.
if ( ! defined('LKN_WC_CIELO_VERSION')) {
define('LKN_WC_CIELO_VERSION', '1.14.0');
define('LKN_WC_CIELO_VERSION', '1.14.1');
}
if ( ! defined('LKN_WC_CIELO_TRANSLATION_PATH')) {
define('LKN_WC_CIELO_TRANSLATION_PATH', plugin_dir_path(__FILE__) . 'languages/');
Expand Down

0 comments on commit d3e4e3b

Please sign in to comment.