More Plugins Dev Camp
Saturday, July 10th, 2010This weekend we’re having a More Plugins Dev Camp in Örebro, Sweden.
The plan is to release More Types 1.0, More Taxonomies 1.0, and More Fields 2.0 before the weekend is over.
To tease a bit we’re implementing template tags for More Types, More Taxonomies, and More Fields to make it easier to use and work with the plugins in your theme work.
For our flagship plugin, More Fields, we’re also implementing some HTML5 features for input type="nn". We know that most browsers won’t be able to make much of them for now, but in time they will and we will be ready.
With these features you can create fields that only recognises numericals, a range, a colour, a date, a time or datetime.
We’ll see you on the other side.
Update
The weekend is over and still no new releases yet. But I thought I’d give you an update on what we’ve been up to.
We’ve made another rewrite of how More Plugin handle different types of Post types, Taxonomies and Custom fields, which required some significant structural changes within the plugins. Now we’ve separated items within the plugin to make it easier to distinguish between different types.
For More Types the admin page is separated into:
-
More Types Post types
Post types created with More Types or has been imported from other sources. -
Saved More Types Post types
Post types from files created with More Types. -
Post types defined elsewhere
Post types created withfunctions.phpor other plugins. -
Default Post types
Built in post types.
The functionality is inherited bottom up, that is:
If you have the same Post type defined in Saved More Types Post types as in a Post type defined elsewhere the settings from Saved More Types Post types will override the settings from Post type defined elsewhere. Do you guys think that’s the correct order of things?
Expect GM versions posted to the repository soon.