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.1.1
- Fixes an issue in the
Netflex\Site\Site
class which caused page caching to be broken in edit mode.
v1.1.0
- Fixes a bug that prevented
ElasticSearch::raw()
to work correctly - Removes the legacy Search class
- Removes internal dependency on covert_to_safe_string
- Implements test suite for ElasticSearch
- Removes previously deprecated methods and properties
- Deprecates legacy methods (including convert_to_safe_string)
- Improves type hinting for ElasticSearch (and
NF::search()
)
v1.0.17
- Makes non-static NF::$cache->resolve()
- Fixes a caching issue in Netflex\Site\Site->loadPage()
v1.0.16
- Optimized cache behavior for redirects and labels
- Add a random default ttl for cache items
- Updated tests to handle new behavior
v1.0.15
Fixes an issue where page content would be displayed even when not published
v1.0.14
- Routing domain will now ignore port numbers. This makes it easier to test multi domain sites locally.
v1.0.13
- Enforce published status for entries in preview mode.
- Updates test snapshots to accomodate the changes done to entry previewing.
v1.0.12
- Optimized metadata retrieval for preview mode
v1.0.11
- New methods to set and retrieve cache items using a callback
- Console has been refactored to handle a few edge cases
- Improved documentation for the Cache class
- Directly calling
NF::$console->debug()
will now emit a deprecation warning
v1.0.10
General improvements to the CatpchaV2 helper.
- Only load the javascript when it is needed
- Adds ability to override javascript loading
- Adds test suite for the CatpchaV2 class