Releases: backdrop-contrib/backdrop-drush-extension
Drush
Drush 0.1.0
This release adds drush boilerplate
which will add the *.info
and *.module
files that are required to write a Backdrop custom module. Adds partial support for drush help
namely it works for native backdrop commands like drush help bcim
. Adds drush bmake
support. Fixes several bugs.
#32: Addd drush bp module command to generate boilerplate *.info and *.module files. (2608f1a)
#145: Perform update hooks after looping through the file system updates. (d874256)
#154: Respect uli options: --mail and --name. (de0788d)
#19: Allow drush help to passthrough to helpsingle in Backdrop CMS installations. (04d8384)
#150: Support profile argument for drush si. (9314ecb)
#124: Adding BACKDROP_DRUSH_VERSION to drush status output. (b7141a0)
Issue #105: Allow modules to specify Backdrop drush commands. (418dffc)
Backdrop Drush 0.0.6
Backdrop Drush 0.0.6
This release fixes bugs in site-install
, update
. Adds partial support for site aliases.
Enhances download-backdrop
to allow user to select version.
Changes since 0.0.5
- #121: Fix options param to langcode as backdrop expects.
- #112: Add cache clear to drush up command.
- Allow users to --select the version of backdrop they want for dlb.
- #65, Add support for
drush sa
. - #117: Report version strings to users in update processes consistently. (#118)
- Backdrop Drush Extension logo.
- Fix --select option for the dl command.
Backdrop Drush Extension 0.0.5
Backdrop Drush 0.0.5
Several usability and bug fixes. Of note adding limitted drush pml
support, destination for config export, and better error reporting.
Changes since 0.0.4
- #103: Check root parameter passed to drush when bootstrapping Backdrop.
- #101: Follow up fix formating of some messages.
- #101: Check for http response before executing wget give user actionable feedback. (#102)
- #99: Add support for drush pml.
- #91: Sanitize site_name to be used as directory name for backup of core directory for drush up backdrop. (#92)
- #74: Add a --destination option to drush bcex. (#95)
- #89: Fix bcex cp to work on mac and linux. (#94)
- #89: The cp command produces diff results on mac and linux; need to account for those. (#90)
Backdrop Drush Extension 0.0.4
The 0.0.4 release provides the drush bcex
and drush bcim
configuration export and import commands.
These commands allow you to export configuration changes you make on a site from the command line using drush which then in turn can be added to version control and deployed via the import command.
Changes since 0.0.3
- #74 and #75 add commands for config-export and config-import (#88)
- #72: Fix typo in official release error message.
- #72: Typo in error message should be installed.
~Enjoy!
Backdrop Drush Extension 0.0.3
The 0.0.3 release provides several feature enhancements and bug fixes. Notable are:
- drush dlb ~ download current Backdrop CMS release
- drush site-install ~ install backdrop site via command line
- drush upwd ~ update a users password
Changes since 0.0.2
- #34: Fixing merge conflict in backdrop.drush.inc for site-istall merge.
- #81: Adding ability to download backdrop core: drush dlb. (#82)
- #83: Adding fix-permissions drush command. (#84)
- #66: Store drush up backups in ~/drush-backups; consistent with the drupal behaviour.
- #72: Sem version of contrib modules and 1.x preface.
- #34: Create the database for the user if it does not already exist.
- #34: Fixing merge conflicts in backdrop_site_install.drush.inc.
- Fix the formmating of the proposed version message in drush up. (#86)
- #79: Reverting the site-scope command tracking for now :(.
- #77: Allow modules to implement drush commands. (#78)
- #68: Allow trailing slashes in module machine names so users can tab complete. (#71)
- #7: Removing pm-enable due to breaking the command for drupal users.
- #67: Allow drush up to update more than one module at a time. (#70)
- #61: Add support for the release-notes command. (#62)
- Merge pull request #58 from serundeputy/48/user-password
- Updating README.md to reflect release structure of stable and HEAD.
- #48: Adding support for drush upwd user(s).
- #34: Adding support for drush site-install.
0.0.2
0.0.2
This is a bug fix release with the following changes.
- Issue #55: Fixing
drush up
command after change in github zip releases file
structure.- GitHub
backdrop/backdrop
andbackdrop-contrib
repos have changed the structure of the release packages to contain a commit hash. This new structure breaks thedrush up {project}
command. Upgrade your drush extension to0.0.2
to correct this problem.
- GitHub
- Issue #49: Fix string typo in
commands/backdrop_pm.drush.inc
Backdrop Drush Extension 0.0.1
This is the initial dev release of the Backdrop Drush Extension.