Skip to content

Commit 060b730

Browse files
authored
Sync branch [skip ci]
2 parents b26f5dd + ce3b97b commit 060b730

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

.github/workflows/mirror.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
push:
55
branches:
66
- master
7-
7+
tags:
8+
- "*"
89
jobs:
910
mirror:
1011
runs-on: ubuntu-latest

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
##### [Version 3.3.36](https://github.com/Codeinwp/themeisle-sdk-main/compare/v3.3.35...v3.3.36) (2024-11-06)
2+
3+
- Update Blackfriday
4+
- Add WP Full Pay
5+
16
##### [Version 3.3.35](https://github.com/Codeinwp/themeisle-sdk/compare/v3.3.34...v3.3.35) (2024-10-29)
27

38
ignore dev files

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"homepage": "https://themeisle.com"
1515
}
1616
],
17-
"version": "3.3.35",
17+
"version": "3.3.36",
1818
"require-dev": {
1919
"codeinwp/phpcs-ruleset": "dev-main",
2020
"yoast/phpunit-polyfills": "^2.0"

load.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
return;
1515
}
1616
// Current SDK version and path.
17-
$themeisle_sdk_version = '3.3.35';
17+
$themeisle_sdk_version = '3.3.36';
1818
$themeisle_sdk_path = dirname( __FILE__ );
1919

2020
global $themeisle_sdk_max_version;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "themeisle-sdk",
33
"description": "Themeisle SDK",
4-
"version": "3.3.35",
4+
"version": "3.3.36",
55
"scripts": {
66
"dev": "npm run start",
77
"start:promos": "wp-scripts start assets/js/src/index.js --output-path=assets/js/build/promos",

0 commit comments

Comments
 (0)