Skip to content

Releases: contentstack/contentstack-php

Sync API feature support added

02 Apr 07:46

Choose a tag to compare

  • New Feature
    • Sync function support added into SDK to support Sync APIs

BaseQuery: addQuery to pass Json to Query Object

17 Mar 07:56

Choose a tag to compare

  • Updated addQuery method to pass non encoded Json to Query object
  • Removed parameter check on functions those pass default values.

Publish content fallback feature

05 Dec 14:00

Choose a tag to compare

New Feature

- Entry
  - Added support for function 'includeFallback'
- Query 
  - Added support for function 'includeFallback'
- Asset
  - Added support for function 'includeFallback'

Package gist support added

27 Oct 07:54

Choose a tag to compare

v1.7.0

test case update

Stack Tokens Moved to Headers

08 May 05:00

Choose a tag to compare

Merge pull request #13 from contentstack/tokenHotfix

Stack Tokens Moved to Headers

Asset query Issue resolve

04 Mar 06:12

Choose a tag to compare

#4 issue in Asset for conflict in name of Query function has been resolved, Updated BaseQuery function name to addQuery.

Issue for the array resolved

17 Feb 06:42

Choose a tag to compare

v1.5.1

Query check for parameters

Region Support

21 Nov 07:20

Choose a tag to compare

  • Support Region feature in configuration
    Eg: Contentstack::Stack('API_KEY', 'ACCESSTOKEN', 'ENVIRONMENT', 'REGION');

Global fields support

18 Nov 12:34

Choose a tag to compare

  • Stack => Added support for function getContentType()
  • ContentType => updated function fetch()
  • Query => IncludeContentType

Multi-ContentType Reference Feature

02 Aug 10:23

Choose a tag to compare

We have release one new method on Query and Entry level in 1.3.0

includeReferenceContentTypeUID()

  • This method includes the content type UIDs of the referenced entries returned in the response.