Skip to content

Commit

Permalink
Merge pull request #63 from pagarme/hotfix/PAOP-290-fix-qrcode-copy-p…
Browse files Browse the repository at this point in the history
…aste

🔖 Bump version 1.2.1
  • Loading branch information
Neto Rodrigues authored Sep 2, 2021
2 parents fa6c431 + 90984c6 commit ff1d397
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .plugin-data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Contributors: pagarme
Tags: ecommerce, e-commerce, store, sales, sell, shop, cart, checkout, woocommerce, pagarme, payments, creditcard
Requires at least: 5.0
Tested up to: 5.7
Stable tag: 1.2.0
Stable tag: 1.2.1
Requires PHP: 7.1
License: MIT
License URI: https://github.com/pagarme/woocommerce/blob/master/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pagarme/woocommerce-pagarme-payments",
"description": "Pagar.me module for Woocommerce",
"type": "wordpress-plugin",
"version": "1.2.0",
"version": "1.2.1",
"license": "GPL",
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function wc_pagarme_define($name, $value)

wc_pagarme_define('WCMP_SLUG', 'woo-pagarme-payments');
wc_pagarme_define('WCMP_PREFIX', 'pagarme');
wc_pagarme_define('WCMP_VERSION', '1.2.0');
wc_pagarme_define('WCMP_VERSION', '1.2.1');
wc_pagarme_define('WCMP_ROOT_PATH', dirname(__FILE__) . '/');
wc_pagarme_define('WCMP_ROOT_SRC', WCMP_ROOT_PATH . 'src/');
wc_pagarme_define('WCMP_ROOT_FILE', WCMP_ROOT_PATH . WCMP_SLUG . '.php');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "woo-pagarme-payments",
"version": "1.2.0",
"version": "1.2.1",
"description": "Pagar.me module for Woocommerce",
"main": "woo-pagarme-payments.php",
"dependencies": {},
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
**Tags:** ecommerce, e-commerce, store, sales, sell, shop, cart, checkout, woocommerce, pagarme, payments, creditcard
**Requires at least:** 5.0
**Tested up to:** 5.7
**Stable tag:** 1.2.0
**Stable tag:** 1.2.1
**Requires PHP:** 7.1
**License:** MIT
**License URI:** https://github.com/pagarme/woocommerce/blob/master/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion woo-pagarme-payments.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
* Plugin Name: Pagar.me module for Woocommerce
* Version: 1.2.0
* Version: 1.2.1
* Author: Pagar.me
* Author URI: https://pagar.me
* Text Domain: woo-pagarme-payments
Expand Down

0 comments on commit ff1d397

Please sign in to comment.