This repository has been archived by the owner on Jan 14, 2020. It is now read-only.
Releases: apility/netflex-sdk
Releases · apility/netflex-sdk
v1.0.9
- 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
- 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
andStrucureQueryPage
v1.0.7
Hotfix for illegal character in HTML output of get_page_content_image
v1.0.6
- Fixes an issue where duplicated content would be created when in entry preview mode
v1.0.5
Adds resolve methods to Structure model
v1.0.4
- Enables
Structure::findOrFail
to useStructure::find
overloads - Fixes an issue where some global method was referencing
$this
when not in object context
v1.0.3
- Fixes wrong return type hint for
get_static_content
v1.0.2
v1.0.1
v1.0.0
Initial public release