Skip to content

Releases: jaredfhealy/extrabuilder

2.0.0-rc6 Final release before Pl

07 Feb 16:47
9652895

Choose a tag to compare

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 cacheManager functions.
  • 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

29 Jan 20:43
b5640a6

Choose a tag to compare

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

03 May 14:11

Choose a tag to compare

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

20 Apr 13:53

Choose a tag to compare

Stable initial release with one patch for some bugfixes.