Release history
Releases
The following table lists a history of published releases for Acton. The Release column lists the release versions. The Date column lists the their creation dates. The Notes column details important changes introduced in each release. You may filter releases by selecting options for Drupal version and Release status.
Release | Date | Notes |
---|---|---|
7.x-2.x-dev | 23 Mar 2021 |
Development snapshot. |
7.x-2.1 | 15 Mar 2017 |
Changed 'Home' link to icon in breadcrumb. |
7.x-2.0 | 23 Nov 2015 |
|
7.x-2.0-beta10 | 7 Aug 2013 |
|
7.x-2.0-beta9 | 23 Jul 2013 |
This release is part of the Site profile API update. Changes include:
|
7.x-2.0-beta8 | 28 May 2013 |
|
7.x-2.0-beta7 | 2 May 2013 |
|
7.x-2.0-beta6 | 21 Jan 2013 |
|
7.x-2.0-beta5 | 14 Aug 2012 |
Fixed notices raised when ANU Content Styles is enabled. |
7.x-2.0-beta3 | 20 Jul 2012 |
|
Pages
Developer information
Only the latest recommended release can be accessed from the download home page. The link to the package for an individual release can be accessed using the following pattern:
http://drupal.anu.edu.au/files/releases/acton-[version].[extension]
Replace [version]
with the version string (e.g. 7.x-1.0
) of the release you wish to download and [version]
with tar.gz
or zip
depending on what type of archive file you prefer.
Alternatively, if you want to use Drush to download a release, use the following command:
drush dl acton --source="http://drupal.anu.edu.au/updates/history" [version]
Git instructions
The source code for this download originates from a Git repository. The repository contains complete change logs for all major versions of the download. The code and history can be obtained by cloning the source repository. Information about Git and its downloads can be accessed from the Git homepage.
The Git repository can be cloned by executing the following command:
git clone https://bitbucket.org/anu_web/acton.git acton
You can learn more about how to use Git to navigate and manipulate a local repository clone in the Pro Git book. There are also platform-specific graphical Git tools available, such as TortoiseGit for Windows and SourceTree for Mac.