Skip to content

Commit 65ddd98

Browse files
committed
merge with branch develop
2 parents d46a270 + 87670da commit 65ddd98

21 files changed

Lines changed: 108 additions & 19 deletions

.github/workflows/build_branch.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ on:
1919
required: false
2020
type: string
2121
default: latest-stable
22+
permissions:
23+
contents: read
24+
actions: read
2225
concurrency:
2326
group: ${{ github.workflow }}-${{ github.ref }}
2427
cancel-in-progress: true

.github/workflows/cd_master.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
pull_request:
55
branches: [ "master" ]
66
types: closed
7+
permissions:
8+
contents: read
9+
actions: read
10+
pull-requests: read
711
concurrency:
812
group: ${{ github.workflow }}-${{ github.ref }}
913
cancel-in-progress: true

.github/workflows/cd_php8.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
pull_request:
55
branches: [ "develop" ]
66
types: closed
7+
permissions:
8+
contents: read
9+
actions: read
10+
pull-requests: read
711
concurrency:
812
group: ${{ github.workflow }}-${{ github.ref }}
913
cancel-in-progress: true

.github/workflows/cd_reusable.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ on:
2222
required: false
2323
type: string
2424
default: latest-stable
25-
25+
permissions:
26+
contents: read
2627
jobs:
2728
publish:
2829
runs-on: ubuntu-latest

.github/workflows/cd_stg.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
pull_request:
55
branches: [ "develop" ]
66
types: closed
7+
permissions:
8+
contents: read
9+
actions: read
10+
pull-requests: read
711
concurrency:
812
group: ${{ github.workflow }}-${{ github.ref }}
913
cancel-in-progress: true

.github/workflows/pr.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
branches:
66
- master
77

8+
permissions:
9+
contents: read
10+
pull-requests: read
11+
actions: write
12+
813
concurrency:
914
group: ${{github.workflows}}-${{github.ref}}
1015
cancel-in-progress: true

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": "3.6.0",
5+
"version": "3.6.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', '3.6.0');
15+
wc_pagarme_define('WCMP_VERSION', '3.6.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');

e2e/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
204 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)