Releases: nerds-and-company/schematic
Releases · nerds-and-company/schematic
Misc. updates
- Fixed a bug where removed fields were not flushed properly from the in-memory cache
- Updated Console component with latest Craft updates and fixes
- Updated YAML component
Compatibility fixes
- Log error in stead of throwing exception when failing to save new plugin info
- Added support for >= Craft 2.6.2951's new constants, CRAFT_VENDOR_PATH and CRAFT_FRAMEWORK_PATH
Added ability to exclude datatypes from export
To skip exporting a specific of data type, exclusions can be specified in the following form:
./vendor/bin/schematic export --exclude=assetSources
Multiple exclusions can also be specified:
./vendor/bin/schematic export --exclude=assetSources --exclude=categoryGroups
Here is a list of all of the data types and their corresponding exclude parameter values:
Data Type | Exlude Parameter |
---|---|
Asset Sources | assetSources |
Category Groups | categoryGroups |
Element Indexes | elementIndexSettings |
Fields | fields |
Global Sets | globalSets |
Locales | locales |
Plugins | plugins |
Plugin Data | pluginData |
Sections | sections |
Tag Groups | tagGroups |
Users | users |
User Groups | userGroups |
Thanks to @spoik
Added support for tag groups
Tag groups can now be imported and exported
Added support for category groups
Thanks @smcyr
- In addition some fixes related to order of import and craft cache
Improved updater and fixed element index settings import
- Improved the Craft and plugin updating/migrating mechanism
- Fixed a bug where element index settings wheren't imported (closes #49)
Also delete entry types no longer in schema when using force
Merge pull request #46 from itmundi/feature/force-entry-types Also delete entrytypes not in the schema when using force
Craft constants via env variables
Allows setting craft constants with environment variables of the same name (Thanks @roelvanhintum )
3.1.5
Added support for Asset fieldlayouts (thanks to @roelvanhintum)
3.1.4
- Reset craft field service cache before each import
- Get section entry types by section id in stead of from section