Skip to content

0.4.0 — New Installer!

Choose a tag to compare

@kraftbj kraftbj released this 14 Sep 14:22
4811e45

The package that WorDBless pulls WordPress updated their process to no longer ship the wp-content directory, which means no longer will all the default themes from Twenty Ten onward will be downloaded!

The downside is this breaks the historical way WorDBless is installed.

When updating to 0.4.0, you will need to update your package's composer.json to use the new command:

"scripts": {
        "post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy",
	"post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy"
    },

Thanks to @oskosk, @lhkowalski, and @dkmyta for the original report.

What's Changed

New Contributors

Full Changelog: 0.3.1...0.4.0