- Fixed illegal use of object context in ied_plugin_textpacks tag.
- Added ability to install the plugin composer via Composer :-\ (thanks, philwareham).
- Adopted semver versioning model.
- Fixed multi-edit widget functionality.
- Fixed multiple constants in plugin templates (thanks, testdeputy).
- Fixed saving of checkbox values during meta_save.
- Added owner for Textpack strings, taken from the designated plugin prefix.
- For Txp 4.6.x+ only.
- Added Textpack string counter.
- Added Save Meta button.
- Permitted constants in plugin template declarations.
- Fixed bogus javascript code output.
- Removed resize handler.
- Restructured internals for performance.
- Layout and workflow improvements.
- Added @escape@ attribute to ied_plugin_download_link tag.
- More sensible default for lang export from ied_plugin_download_link tag.
- Fixed bug preventing help being packaged in downloaded plugin from public side.
- Added public tags ied_plugin_download, ied_plugin_download_link.
- Added public tags ied_plugin_list (from DB only for now), ied_plugin_info, ied_plugin_download, ied_plugin_download_link, ied_plugin_textpacks.
- Fixed textpack display string bug on admin side.
- Added Textpack support and management.
- Permitted more installation / creation options.
- Retooled the UI for Txp 4.5.x.
- Added dedicated
Save Code
button with syntax check for faster saving via AJAX. - Made 'distribution' and 'style' blocks optional to speed up full saves.
- Added support for firing lifecycle events.
- Supports the two new AJAX plugin types introduced in Txp 4.5.0.
- More options for multi edit changestatus.
- Fixed setup screen 'undefined' bug (thanks MarcoK).
- Fixed Options link for plugins from cache dir and fixed escaping of exported php files (both thanks maniqui).
- Fixed escaping when importing from PHP file.
- Cosmetic tweaks (plugin_cache_dir section only displayed if there are valid PHP files, and View Help link adjusted).
- Fixed jQuery on setup panel. Extended resizer cookie to one year expiry.
- Added Jump To Line capability, in most browsers (thanks thebombsite).
- Requires Txp 4.2.0+.
- Added support for plugin prefs/lifecycle and larger plugin code.
- Fixed CSS delimiter for backwards compatibility.
- New plugin template details used.
- Fixed help file CSS output so it validates.
- Uses @$prefs@ instead of @$GLOBALS@ internally.
- Checks if plugin_cache_dir exists before trying to use it on the list panel.
- Can now create new template files on the fly (thanks azw).
- Fixed Textile limit on large help files.
- Fixed database calls for MySQL strict mode (thanks Gocom / azw).
- Added textile cacheing to improve performance with large help files.
- Profiled code and improved speed in various functions.
- Added support for recommended plugin load order.
- Added Admin-only plugin type.
- Added ability to override filename format on export.
- Added restore point/rollback (thanks maverick).
- Added character count (thanks pepebe).
- Rationalised the list and edit panels.
- Sped up export/save routines.
- Fixed a few corner case bugs (e.g. empty plugin name, missing quotes in template options).
- Added 'modified' to the Version column (thanks uli).
- Added ability to rename files in the plugin cache dir when the version changes.
- Fixed empty plugin code if Style block left blank.
- Fixed strip/slash/encoding errors (thanks the_ghost/ruud).
- Fixed crlf newlines in code block (thanks hakjoon/ruud).
- Added support for reading an optional revision from the template parser and appending it to the version (thanks net-carver).
- More gTxt() strings converted.
- Fixed bug if plugin has no help.
- Style section no longer stored/exported if it's not in use (thanks the_ghost / iblastoff).
- Textarea width can now be controlled from prefs, and height from a drag bar.
- Default width increased to 110 chars.
- Publish plugins from the list panel.
- Install button removed when prefs all correctly installed (all thanks variaas / iblastoff).
- Re-importing plugins now retains style block.
- Added 'admin side plugin with public-side type' warning.
- Changed button styling and positions (all three thanks net-carver).
- gTxt() pref labels and 'intelligent' prefs (go jQuery go!).
- Cached plugins now also have direct export from Edit panel.
- 'don't textile HTML' check.
- Minor bugfixes.
Built-in help viewer (thanks net-carver). Support for Edit Area & CodePress(ish) (thanks variaas). Help block/Code block position switchable on export. Added Setup prefs page. Line break/style bugfixes.
- Full support for standard template.
- Compressed plugins.
- Library plugins.
- Textile help and styling.
- Integration with net-carver's Plugin Help Viewer.
- Added support for plugin_cache_dir.
- Added 'save as php'.
- Added 'save as' option.
- Initial release