-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGES.txt
More file actions
21 lines (21 loc) · 1.29 KB
/
Copy pathCHANGES.txt
File metadata and controls
21 lines (21 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
v0.2.4, 2014-01-09 -- Update Drupal version to 7.25
v0.2.3, 2014-01-08 -- Add 'once' argument to command() so a command that only
needs to be run once can be specified to do so
v0.2.2, 2013-12-22 -- Add vset_many() method for a quick way to set many
variables at once (using a MySQLdb connection object).
v0.2.1, 2013-12-05 -- Fixes for multi-site installations.
v0.2.0, 2013-11-28 -- Remove dependency on deprecated SysExtension.
v0.1.9, 2013-11-27 -- Make WordPress installer use a temporary directory for
initial extraction of zip file; use sh to get an unzip
command
v0.1.8, 2013-11-22 -- Fix __init__ when installation is not yet initialised;
add add_uri() method to Drush class
v0.1.7, 2013-11-22 -- Fix setting variable when variable is new;
automatically handle multi-site installations
v0.1.6, 2013-11-21 -- Update Drupal version in utility
v0.1.5, 2013-11-21 -- Conflict caused old variant to be uploaded, merged 1.3
and 1.4
v0.1.4, 2013-11-21 -- Answer yes to vset when variable is new
v0.1.3, 2013-11-20 -- Update default Drupal version to 7.24, add dis()
(disable module) method to Drush class
v0.1.0, 2013-11-14 -- Initial release.