Skip to content

Commit d3714e0

Browse files
Added PHP8.2 support. (#36) (#37)
* Added PHP8.2 support. (#36) PHP 7.4, the last version in the 7.x series, reached its End-of-Life date on November 28th, 2022. So, Contentstack does not provide any support for PHP 7.x series. * Updated changelog file in php sdk (#38) * Updated changelog file in php sdk * Deleted secrets and sast file
1 parent 338ae3a commit d3714e0

File tree

16 files changed

+713
-812
lines changed

16 files changed

+713
-812
lines changed

.github/workflows/sast-scan.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/workflows/secrets-scan.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 58 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,65 @@
11

22
## CHANGELOG
33
------------------------------------------------
4-
## Version 2.1.0
5-
###### Date: 29-Oct-2021
4+
## Version 2.3.4
5+
###### Date: 30-Aug-2023
6+
### Enhancement
7+
- PHP version 8.2 support
8+
9+
------------------------------------------------
10+
## Version 2.3.3
11+
###### Date: 31-Mar-2023
12+
### Enhancement
13+
- add support for include_metada for PHP SDK
14+
- set default region to 'us'
15+
- Issue while fetching the entry using PHP SDK
16+
17+
------------------------------------------------
18+
## Version 2.3.2
19+
###### Date: 01-Feb-2023
20+
### Enhancement
21+
- Live preview reference entry extra field issue resolved
22+
23+
------------------------------------------------
24+
## Version 2.3.1
25+
###### Date: 09-Sep-2022
26+
### Enhancement
27+
- Reference update within entry support added in live preview.
28+
29+
------------------------------------------------
30+
## Version 2.3.0
31+
###### Date: 17-Aug-2022
632
### New Feature
7-
- Live Preview feature support added
8-
- Content branching feature support added
33+
- Http request proxy support
34+
- Retry request on failure
35+
36+
------------------------------------------------
37+
## Version 2.2.1
38+
###### Date: 14-Jan-2022
39+
### Bug Fix
40+
- Host bug for live preview resolved
41+
42+
------------------------------------------------
43+
## Version 2.2.0
44+
###### Date: 08-Dec-2021
45+
### New Feature
46+
- Live Preview feature added
47+
48+
------------------------------------------------
49+
50+
## Version 2.1.1
51+
###### Date: 16-Jul-2021
52+
### New Feature
53+
- Utils SDK package update to support Json RTE to Html Parsing
54+
55+
------------------------------------------------
56+
57+
## Version 2.1.0
58+
###### Date: 06-Apr-2021
59+
### Enhancement
60+
- includeEmbeddedItems function added in Entry and Query Module
61+
- Utils SDK support added in SDK
62+
963
------------------------------------------------
1064

1165
## Version 2.0.0

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"files": ["src/Support/helper.php"]
2626
},
2727
"require-dev": {
28-
"phpunit/phpunit": "^9.0",
29-
"phpunit/php-code-coverage": "^8.0",
28+
"phpunit/phpunit": "^10.0",
29+
"phpunit/php-code-coverage": "^10.0",
3030
"code-lts/doctum": "^5.3"
3131
},
3232
"scripts": {

0 commit comments

Comments
 (0)