Skip to content

Tags: ddev/ddev-browsersync

Tags

2.9

Toggle 2.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improving WordPress support (#57)

* Adding WordPress config additions (based on a similar approach by ddev-redis addon)

* Replace the actual config file with the temp file

* Replace the actual config file with the temp file

* Include addon files in the project

* Add ${DDEV_APPROOT} to shell script. Added some additional notes to README.

* Added some wp-config notes to the README

* Revert formatting changes to README

* Changed approach so the script modified wp-config.php instead of wp-config-ddev.php

* Missing " mark

* Improving the removal process to do a better job of cleaning up wp-config.php

2.8

Toggle 2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Migrate to `web_extra_exposed_ports` (#56)

* migrate to web_extra_exposed_ports

* Remove '.ddev/docker-compose.browsersync.yaml'

* Use force flag for disruptive operations

Co-authored-by: Stanislav Zhuk <[email protected]>

---------

Co-authored-by: tyler36 <[email protected]>
Co-authored-by: Stanislav Zhuk <[email protected]>

2.7

Toggle 2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Convert to use official github action (#48)

* Convert to use office github action

* extract health-check

* improve readability

* add `expect`

---------

Co-authored-by: tyler36 <[email protected]>

2.6

Toggle 2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update to Mailpit ports (#47)

Co-authored-by: tyler36 <[email protected]>

2.5.0

Toggle 2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
command runs "per-project" (#42)

* command runs "per-project"

* add note if global command is detected

* Add env for running tests against HEAD

* Update README.md

Co-authored-by: Matt Stein <[email protected]>

* Update README.md

Co-authored-by: Matt Stein <[email protected]>

* Update README.md

Co-authored-by: Matt Stein <[email protected]>

* Update README.md

Co-authored-by: Matt Stein <[email protected]>

* Update README.md

Co-authored-by: Matt Stein <[email protected]>

---------

Co-authored-by: tyler36 <[email protected]>
Co-authored-by: Matt Stein <[email protected]>

2.4.0

Toggle 2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
move to `ddev` domain (#41)

Co-authored-by: tyler36 <[email protected]>

2.3.2

Toggle 2.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Minor maintenance, add #ddev-description (#32)

2.3.1

Toggle 2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
browsersync should default to HTTPS, fixes #19 (#21)

* browsersync should default to HTTPS

* update test to verify HTTPS

* additional notes about HTTPS in readme

* replace test comment

* https-support PR: Make it report the right URL, improve tests (#31)

* Improve output of ddev browsersync to show https URL

* Update tests and github setup to make work with https

* Do mkcert -install so we can trust certs

Co-authored-by: tyler36 <[email protected]>
Co-authored-by: Randy Fay <[email protected]>

2.3.0

Toggle 2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert "add support for additional hostnames" (#29)

Revert "add support for additional hostnames (#28)"

This reverts commit f9331e4.

2.2.0

Toggle 2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update documention post-promotion (#17)

Fixes #16

Co-authored-by: tyler36 <[email protected]>