Skip to content

Tags: wp-cli/wp-config-transformer

Tags

v1.4.5

Toggle v1.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #62 from wp-cli/copilot/fix-set-delete-commands

Support `defined( 'CONST' ) or define( 'CONST', value )` pattern

v1.4.4

Toggle v1.4.4's commit message

Verified

This commit was signed with the committer’s verified signature.
swissspidy Pascal Birchler
spellcheck fix

v1.4.3

Toggle v1.4.3's commit message
Update file(s) from wp-cli/.github

v1.4.2

Toggle v1.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #53 from shreya0204/shreya0204-50-deleting-constan…

…ts-deletes-more-lines

Deletion of constants deletes more lines than expected

v1.4.1

Toggle v1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add a `branch-alias` for `dev-main` (#55)

Resolves this error:

```
  Problem 1
    - Root composer.json requires wp-cli/config-command dev-main -> satisfiable by wp-cli/config-command[dev-main].
    - wp-cli/config-command dev-main requires wp-cli/wp-config-transformer ^1.4.0 -> satisfiable by wp-cli/wp-config-transformer[v1.4.0] from composer repo (https://repo.packagist.org) but wp-cli/wp-config-transformer[dev-main] from path repo (wp-config-transformer) has higher repository priority. The packages from the higher priority repository do not match your constraint and are therefore not installable. That repository is canonical so the lower priority repo's packages are not installable. See https://getcomposer.org/repoprio for details and assistance.
```

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #54 from pwtyler/config-has-readonly

Add read-only option for WPConfigTransformer

v1.3.6

Toggle v1.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #52 from wp-cli/fix/unit-tests

Fix failing PHPUnit tests

v1.3.5

Toggle v1.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #49 from xknown/fix/wpconfig-mixed-lines

v1.3.4

Toggle v1.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #46 from wp-cli/fix/wpcs-3.0-issues

v1.3.3

Toggle v1.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix incorrect return type in docblock for get_value() (#43)