Skip to content

Commit 7fee8fd

Browse files
Added Fragment attribute in JSON RTE (#10) (#11)
* Added Fragment attribute in JSON RTE (#10) * Upgraded PHP version in github workflow package publish (#12)
1 parent 7e16e8b commit 7fee8fd

10 files changed

Lines changed: 136 additions & 103 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
- name: Setup PHP with Xdebug 2.x
1818
uses: shivammathur/setup-php@v2
1919
with:
20-
php-version: '8.0'
21-
coverage: xdebug2
20+
php-version: '8.3'
21+
coverage: xdebug
2222

2323
- name: Validate composer.json and composer.lock
2424
run: composer validate

.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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Changelog
2+
## [1.2.1](https://github.com/contentstack/contentstack-utils-php/tree/v1.2.1) (2024-03-02)
3+
- Support for the fragment tag in nested list
24
## [1.2.0](https://github.com/contentstack/contentstack-utils-php/tree/v1.2.0) (2023-06-27)
35
- Support for the br tag and support for nested assets in the the image
46
## [1.1.0](https://github.com/contentstack/contentstack-utils-php/tree/v1.1.0) (2021-07-16)

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The MIT License (MIT)
22

33

4-
Copyright (c) 2016-2021 Contentstack
4+
Copyright (c) 2016-2024 Contentstack
55

66
> Permission is hereby granted, free of charge, to any person obtaining a copy
77
> of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)