Skip to content

Releases: nerds-and-company/schematic

Misc. updates

09 Feb 10:14
Compare
Choose a tag to compare
  • 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

22 Nov 15:13
Compare
Choose a tag to compare
  • 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

02 Nov 15:39
Compare
Choose a tag to compare

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

16 Jun 15:07
Compare
Choose a tag to compare

Tag groups can now be imported and exported

Added support for category groups

22 May 19:28
Compare
Choose a tag to compare

Thanks @smcyr

  • In addition some fixes related to order of import and craft cache

Improved updater and fixed element index settings import

13 May 08:47
Compare
Choose a tag to compare
  • 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

10 May 09:37
Compare
Choose a tag to compare
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

05 Apr 09:25
Compare
Choose a tag to compare

Allows setting craft constants with environment variables of the same name (Thanks @roelvanhintum )

3.1.5

31 Mar 11:34
Compare
Choose a tag to compare

Added support for Asset fieldlayouts (thanks to @roelvanhintum)

3.1.4

31 Mar 11:34
Compare
Choose a tag to compare
  • Reset craft field service cache before each import
  • Get section entry types by section id in stead of from section