Update 1.3.2-1.3.5 and move
September 5, Mon 7:02 pm
Updates for versions 1.3.2 through 1.3.5 have all featured bug fixes. There may only be one or two more 1.3.x releases before a final version marked for 1.4. Being that 1.4 is a stable release, 1.4.x releases will only feature bug fixes. All new features will be added in the development version 1.5.x.
Things scheduled for the 1.5.x release branch include:
- Moving the updating mechanisms from the fabriqinstall action to a module
- Creating a module for manging developer defined event handlers
- Cleaning up and refining the module core classes and possibly reducing them down into just one file include
With the release of 1.3.5, we moved from SourceForge to GitHub. This move was made because we feel that Git is much faster and easier to develop with than Subversion (in our opinion) and Git also offers the ability to define a remote to the Fabriq GitHub project so that users may issue a git pull command to update their copy of Fabriq.
If you are using Git to manage your Fabriq based website/web app, run the command git add remote fabriq git://github.com/willsteinmetz/fabriqframework.git to add a Git remote to the Fabriq project on GitHub. Whenever a new version of Fabriq is released, you can run the command git pull fabriq master to fetch and merge the latest update of Fabriq into your project.
We are also storing modules that are not part of the core such as the blog and Google Analytics modules on GitHub. To pull down a local copy of those modules to work with, navigate to your modules directory and clone the appropriate project. This will also enable you to run git pull to update to the latest release of each module when they become available. A full list of non-core modules is available on the Fabriq project page's README section.