Fixed
Fixed a mkdir bug that could occur when trying to create the
_spec
directoryFixed a bug with
.feed
template extensionsFixed a bug where the index template could not be any type of template (Issue #8)
New
Template Sync now uses the new (as of EE 3.5.0)
core_boot
hook to perform the sync. This fixes the incompatibility starting somewhere around EE 3.4.0 where models would throw errors on session hooks.This does require EE 3.5.0 or newer since the
core_boot
hook does not exist prior to that — although having this version of Template Sync installed on older versions of EE 3 should not cause any errors or problems, it just means that no syncing will be performed.
Why is this 1.0.2 not 1.0.1? I got confused when I set the version and tagged the release. ¯\_(ツ)_/¯
Updated
Updated file permissions used when created directories for files. Now uses EE defined constants
Fixed
Fixed a bug where templates using
.
as hidden character would be deleted (Issue #5)Fixed syntax errors in PHP 5.3
This is the initial release of Template Sync.