Skip to content

Releases: backdrop-contrib/backdrop-drush-extension

1.4.1

15 Apr 18:03
Compare
Choose a tag to compare

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.

New Contributors

Full Changelog: 1.4.0...1.4.1

Release 1.4.0

26 May 03:47
0686452
Compare
Choose a tag to compare
  • #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

11 Apr 03:52
Compare
Choose a tag to compare
  • #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

13 Feb 20:08
Compare
Choose a tag to compare
  • 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

18 Jan 22:14
Compare
Choose a tag to compare

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

21 Nov 00:10
Compare
Choose a tag to compare

Add some civicrm friendliness and introduce drush ctl to get info on Backdrop content types.

  • #205: Adding drush ctl command; list content type info
  • Adding civicrm-install to safe commands
  • Issue #134: Support non-Backdrop projects.
  • Issue #133: Allow not specifying core in bmake.

1.0.0

05 Jul 19:14
Compare
Choose a tag to compare

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.

0.2.1

16 Jun 16:56
Compare
Choose a tag to compare

Backdrop Drush Extension 0.2.1

  • Adding composer type as backdrop-drush.
  • Issue #171: Fix drush updb.
  • Added multisite support for drush dl and drush up

0.2.0

13 Jun 21:54
d252eca
Compare
Choose a tag to compare

Backdrop Drush 0.2.0

This release finally conquers the mighty #7 and we can all

drush en <module>
drush dis <module>

now!

Drush 0.1.1

09 Jun 13:47
Compare
Choose a tag to compare

0.1.1

Issue #167: Add missing parameters to _create_database(). (1e628a0)
Adds testing infrastructure.
Adds composer.json making backdrop/drush available via composer and packagist.