Skip to content

Releases: skagitpublishing/plugin-template-connextcms

View Upgrades

21 Jun 15:23
Compare
Choose a tag to compare

Upgrades have been made to this template to make it easier to instantiate and handle multiple Backbone Views for a plugin. These changes also reflect changes made to the pluginView.js module in ConnextCMS Core implemented in release v0.00.10.

Multiple Plugins Supported

13 May 19:14
Compare
Choose a tag to compare

v2.0 represents a big change to the code relative to v1.x. This new version is not backwards compatible with v1 Plugins.

The main improvementa in v2.0 are:

  • Support for loading multiple plugins into ConnextCMS. The previous version could only handle one plugin.

  • pluginLoader.js has been removed and the code responsible for loading plugins have been moved to the pluginView.js file inside the ConnextCMS project.

  • All plugin configuration is controlled by the pluginSettings.json file.

Releasing in tandem with v0.00.05 of ConnextCMS

11 Jan 17:57
Compare
Choose a tag to compare

This version (v01.02) is not too different from v01.01. The Readme has been updated and KeystoneJS views have been added.

This release coincides with ConnextCMS release v0.00.05.

Initial Release

06 Jan 21:49
Compare
Choose a tag to compare

This is the initial release of the plugin template for ConnextCMS.