Release history
Releases
The following table lists a history of published releases for Acton Layouts. 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-1.x-dev | 4 Jun 2018 |
Development snapshot. |
7.x-2.x-dev | 4 Jun 2018 |
Development snapshot for layout refresh. |
7.x-2.1 | 12 Apr 2018 |
Fixed incorrect breadcrumb Panels pane rendering in band layout. |
7.x-2.0 | 11 Apr 2018 |
Added band layout. |
7.x-2.0-beta2 | 31 Oct 2013 |
|
7.x-2.0-beta1 | 28 May 2013 |
|
7.x-1.4 | 20 Feb 2013 |
Fixed warning "Parameter 2 to acton_layouts_render_column() expected to be a reference" triggered in PHP 5.3. |
7.x-1.3 | 16 Jan 2013 |
|
7.x-1.2 | 16 Nov 2012 |
|
7.x-1.1 | 7 May 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_layouts-[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_layouts --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_layouts.git acton_layouts
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.