Releases: jaredfhealy/extrabuilder
Releases · jaredfhealy/extrabuilder
2.0.0-rc6 Final release before Pl
Multiple enhancements and bugfixes with feedback and testing from Rob Carey and ExtJS correction from @muzzwood.
Each rc release corrected issues, and refactored and simplified the code where possible.
- Custom functions for copying/creating directories have been removed in favor of
cacheManagerfunctions. - The concept of using a "symlink" was removed in favor of just synchronizing the public assets directory with a corresponding
_assets/directory in your core folder. - Or, you can now use overrides for your Core and Assets paths and create them in a web root folder outside of the core directory. In this case your assets folder is web accessible so no sync is needed.
2.0.0-rc2 Full rebuild using ExtJS
Full rebuild of the codebase to utilize the standard ExtJS UI. Also rebuilt to support both MODX 3 and 2.
- Backward compatible code base. Build in MODX 3 for v3 or v2.
- Restructured directory paths to better organize version dependent code
- Consistent ExtJS interface regardless of version
Note: The .3x. archive has the MODX 3 install only. The other is compatible to install in either version.
1.1.2-pl Error handling enhancements
Patch release that correctly handles permissions during the Transport Build process. This will now correctly report back the error rather than appearing successful.
1.1.1pl - Initial release with one patch
Stable initial release with one patch for some bugfixes.