Skip to content

Commit ff1d397

Browse files
author
Neto Rodrigues
authored
Merge pull request #63 from pagarme/hotfix/PAOP-290-fix-qrcode-copy-paste
🔖 Bump version 1.2.1
2 parents fa6c431 + 90984c6 commit ff1d397

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.plugin-data/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Contributors: pagarme
55
Tags: ecommerce, e-commerce, store, sales, sell, shop, cart, checkout, woocommerce, pagarme, payments, creditcard
66
Requires at least: 5.0
77
Tested up to: 5.7
8-
Stable tag: 1.2.0
8+
Stable tag: 1.2.1
99
Requires PHP: 7.1
1010
License: MIT
1111
License URI: https://github.com/pagarme/woocommerce/blob/master/LICENSE

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pagarme/woocommerce-pagarme-payments",
33
"description": "Pagar.me module for Woocommerce",
44
"type": "wordpress-plugin",
5-
"version": "1.2.0",
5+
"version": "1.2.1",
66
"license": "GPL",
77
"autoload": {
88
"psr-4": {

constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function wc_pagarme_define($name, $value)
1212

1313
wc_pagarme_define('WCMP_SLUG', 'woo-pagarme-payments');
1414
wc_pagarme_define('WCMP_PREFIX', 'pagarme');
15-
wc_pagarme_define('WCMP_VERSION', '1.2.0');
15+
wc_pagarme_define('WCMP_VERSION', '1.2.1');
1616
wc_pagarme_define('WCMP_ROOT_PATH', dirname(__FILE__) . '/');
1717
wc_pagarme_define('WCMP_ROOT_SRC', WCMP_ROOT_PATH . 'src/');
1818
wc_pagarme_define('WCMP_ROOT_FILE', WCMP_ROOT_PATH . WCMP_SLUG . '.php');

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "woo-pagarme-payments",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Pagar.me module for Woocommerce",
55
"main": "woo-pagarme-payments.php",
66
"dependencies": {},

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**Tags:** ecommerce, e-commerce, store, sales, sell, shop, cart, checkout, woocommerce, pagarme, payments, creditcard
44
**Requires at least:** 5.0
55
**Tested up to:** 5.7
6-
**Stable tag:** 1.2.0
6+
**Stable tag:** 1.2.1
77
**Requires PHP:** 7.1
88
**License:** MIT
99
**License URI:** https://github.com/pagarme/woocommerce/blob/master/LICENSE

woo-pagarme-payments.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/*
33
* Plugin Name: Pagar.me module for Woocommerce
4-
* Version: 1.2.0
4+
* Version: 1.2.1
55
* Author: Pagar.me
66
* Author URI: https://pagar.me
77
* Text Domain: woo-pagarme-payments

0 commit comments

Comments
 (0)