Releases: backdrop-contrib/backdrop-drush-extension
Releases · backdrop-contrib/backdrop-drush-extension
1.4.1
What's Changed
This release of the Backdrop Drush Extension is a maintenance release. It fixes compatibility with PHP 8+ and fixes the drush dl
command for Backdrop projects. Note that this project is now deprecated. As Drush 8 nears its end-of-life, we recommend that users of Drush for Backdrop switch to using the https://github.com/backdrop-contrib/bee project.
- Issue #231: Fix 'version' command bug in #232
- #242: Spelling fix by @laryn in #243
- composer 1.x by @serundeputy in #245
- Add description key name to prevent e-notice by @eileenmcnaughton in #244
- Issue #262: Deprecate drush extension in README. by @quicksketch in #263
- Fix Issue with system query in php8 by @seamuslee001 in #251
- Issue #254: Resolve additional PHP8+ errors. by @quicksketch in #264
- fix README typo: isntall -> install by @tanyabouman in #259
- fix download backdrop script by @tanyabouman in #261
- Issue #255: Fix drush dl for contrib projects. by @quicksketch in #265
- Issue #238: Change DRUSH_BOOTSTRAP_DRUSH to DRUSH_BOOTSTRAP_NONE. by @quicksketch in #266
New Contributors
- @laryn made their first contribution in #243
- @eileenmcnaughton made their first contribution in #244
- @seamuslee001 made their first contribution in #251
- @tanyabouman made their first contribution in #259
Full Changelog: 1.4.0...1.4.1
Release 1.4.0
- #224: Adding tests for backdrop-subtheme-basis. (0686452)
- #224: Adding tests for backdrop-subtheme-basis. (e91ba6c)
- Merge pull request #225 from backdrop-contrib/subtheme-basis (fb5e626)
- Fix CS on backdrop.drush.inc. (0cdabce)
- Adding backdrop-subtheme-basis command. (aa7a478)
- Update README.md to reflect new project name: backdrop-drush-extension. (b8858c4)
- Merge pull request #222 from backdrop-contrib/output (9ffeb04)
- Move drush_chalk to includes/output.inc. (f23e9ec)
- Issue #220: Adding drush_chalk(). (7a632aa)
- Fix phpcs standards. (9c9e6fc)
- Update .travis.yml to tell it aboot the new project name: backdrop-drush-extension. (335338a)
- Issue #220: Refacotr pm_enalble to use drush_chalk. (78b9723)
- Issue #220: Adding drush_chalk function to format output strings. (c1bb083)
- Issue #218: Pretty terminal font colors for drush cset. (3a48077)
Release 1.3.1
- #218: Use 32m established color instead of 96m. (d65cd94)
- ...fix Travis error about unnecessary concatenation. (a592209)
- Issue #218: Pretty terminal font colors for drush cset (7c1cd76)
- #216 - Update Readme for drush dlb backdrop. (bda81f1)
- Merge pull request #1 from stpaultim/#216---stpaultim-patch-1 (7ac3834)
- #216 - Readme 'drush dlb backdrop' (f2a9b4d)
- Reverting version string. (0d881e7)
- Adding travis testing badge to README.md. (e1b9018)
- Remove ws test for now. (3152a43)
- Adding release-it docs to README.md (1e05426)
Release 1.3.0
- Backdrop Drush Extension version 1.3.0. (0777e33)
- Update gitignore to ignore lock file. (656db80)
- realease-it config. (b061e99)
- clean package.json (0062b88)
- Trying out release-it. (f4a4c11)
- Try mariadb 10.3. (5320be7)
- Remove dist key from .travis.yml. (b235a4c)
- Helping travis along. (3ca247e)
- Fix ws tests. (c04a23b)
- Fix code syntax in backdrop.drush.inc. (392ffbe)
- Adding tests for drush ws command. (34d37dd)
- Adding drush ws command. (b66f282)
- #213: Add drush version command. (451d2fe)
- #213: Adding tests for drush version command. (09b512b)
- #213: Add drush version command. (aed7c1e)
- Reverting version string. (e326478)
- Merge tag '1.2.0' into 1.x-1.x (179866b)
- Issue #109: Staging folder not being cleared before export. (8b678f4)
- #196: Adding config-set, config-get, sate-set, and state-get commands. (cce247d)
- Issue #109: Staging folder not being cleared before export. (7e650b1)
Backdrop Drush Extension 1.2.0
1.2.0
#196: Adding state-set command.
#196: Adding state-get command.
#196: Adding config-set command.
#196: Adding config-get drush command.
1.1.0
1.0.0
Backdrop Drush Extension 1.0.0
Introducing Backdrop Drush Stable 1.0.0
!
In this release:
- We have basic tests running ensuring functionality stays in place and does not break Drupal 7 sites.
- Introduces
drush backdrop-pm-uninstall <module(s)>
to uninstall a module or group of modules. - Introduces
drush backdrop-user-create --name=<some_user_name>
to create users. - Fixes a number of bugs and UX issues.