Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Releases: apility/netflex-sdk

v1.0.9

12 Jun 08:53
7679ac8
Compare
Choose a tag to compare
  • In entry preview mode, the overridden revision will now only apply to the currently previewed entry. (#40)
  • When retrieving a entry that is not published, it now returns NULL (unless in entry preview mode) (#41)

v1.0.8

05 Jun 12:01
c758df3
Compare
Choose a tag to compare
  • Introduces test suites through PHPUnit for testing the global framework methods.
  • StructureQuery::paginate adds support for setting a offset
  • Fixes get_customer_data (it never really worked after being rewritten from SQL to API based data fetching)
  • Sets a global $entry_override when in entry preview mode
  • Structure models now respects $revision_override.
  • Refactor of the StructureQuery and StrucureQueryPage

v1.0.7

27 May 12:41
05fdacf
Compare
Choose a tag to compare

Hotfix for illegal character in HTML output of get_page_content_image

v1.0.6

24 May 10:11
8ead610
Compare
Choose a tag to compare
  • Fixes an issue where duplicated content would be created when in entry preview mode

v1.0.5

14 May 09:03
f187530
Compare
Choose a tag to compare

Adds resolve methods to Structure model

v1.0.4

13 May 14:18
14da6d8
Compare
Choose a tag to compare
  • Enables Structure::findOrFail to use Structure::find overloads
  • Fixes an issue where some global method was referencing $this when not in object context

v1.0.3

13 May 11:53
f6883e6
Compare
Choose a tag to compare
  • Fixes wrong return type hint for get_static_content

v1.0.2

13 May 09:20
aab1be3
Compare
Choose a tag to compare

Fix url parsing for non ascii characters.

v1.0.1

13 May 09:10
951b561
Compare
Choose a tag to compare
  • When using fill mode on get_page_content_image, transparent white is now the default fill color.
  • Added fill parameters to get_block_content_blocks

v1.0.0

10 May 20:17
7949d42
Compare
Choose a tag to compare

Initial public release