Skip to content

Releases: nerds-and-company/schematic

Refactor for Craft 3

16 Apr 10:56
33ec048
Compare
Choose a tag to compare

Schematic now works with Craft 3 and is fully refactored.

Sources locale fix and CRAFT_FRAMEWORK_PATH improvement

28 Apr 12:18
Compare
Choose a tag to compare
  • Fixed a bug where editLocale permission could not be synced (#98)
  • Use CRAFT_FRAMEWORK_PATH to locate framework files (thanks to @dnunez24)

Sources fixes

21 Apr 12:10
Compare
Choose a tag to compare
  • Fixed a bug where schematic would crash when a source does not exist yet
  • Fixed a bug where permission category ids were converted to section handles

Fixed an issue with exporting element index sources

19 Apr 12:12
Compare
Choose a tag to compare
3.8.1

Check if element index sources exist

Renamed package to nerds-and-company/schematic

19 Apr 09:25
Compare
Choose a tag to compare

The package's name is now nerds-and-company/schematic

Fixed element index settings to use handles in schema file

14 Apr 08:35
Compare
Choose a tag to compare
Merge pull request #93 from nerds-and-company/element-index-sources

Element index sources

Removed Asset Transform dimensionChangeTime attribute from schema

13 Apr 07:25
Compare
Choose a tag to compare

Removed Asset Transform dimensionChangeTime attribute from schema

Added support for importing/exporting Asset Transforms

12 Apr 13:12
Compare
Choose a tag to compare
  • Added support for importing/exporting Asset Transforms
  • Asset Sources now respect the force option

Don't care about instable plugin database update outcome

08 Mar 08:56
Compare
Choose a tag to compare

Don't care about instable plugin database update outcome

Delete old blocktypes from matrixfields on force

06 Mar 14:37
Compare
Choose a tag to compare
  • Old matrix blocktypes are now deleted on force thanks to @Zae
  • Beware backwards compatibility for the custom Field Models. There is now a $force parameter on the populate method.