-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update dev-workspace using the generic image * Refactor the block editor component, #449 * Fix minor code style issue * Fix the name of the docker image in the build-push command * Update composer commands * Fix auto-enabled on block editor * Fix the taxonomy field for custom post types * Fix warning message when post type has no taxonomy assigned * Fix issue #484 * Fix selected categories in the classic editor, #481 * Update French translation, #473 * Update JS files with production versions * Update action-scheduler from 3.6.0 to 3.6.1 * Update the changelog * Fix JS error when expiration is not yet enabled * Fix future action set using default settings * Restore the dev-wokspace on previous version Until we are able to move to lib/vendor architectture. * Fix plugin initialization, fixing translation * Bump version to 3.0.4-rc.2 * Fix list of files to be removed after composer install runs while building * Fix default auto activation on new posts * Bump version to 3.0.4-rc.3 * Fix oh-my-zshell on dev-workspace * Update the changelog * Install WP-CLI on dev-workspace * Fix the gen:pot command on composer file * Update the POT file * Update the changelog * Update version ot 3.0.4 * Update version on POT file * Update issue templates * Update JS files
- Loading branch information
1 parent
5a308fe
commit f9f146c
Showing
28 changed files
with
1,492 additions
and
1,014 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,25 @@ | ||
- .distignore | ||
- .git | ||
- .gitattributes | ||
- .github | ||
- .gitignore | ||
- .rsync-filters-post-build | ||
- .rsync-filters-pre-build | ||
- /vendor/composer/pimple/pimple/.github | ||
- /vendor/composer/pimple/pimple/.gitignore | ||
- /vendor/pimple/pimple/.README.rst | ||
- /vendor/pimple/pimple/.php_cs.dist | ||
- /vendor/pimple/pimple/.travis.yml | ||
- /vendor/pimple/pimple/CHANGELOG | ||
- /vendor/pimple/pimple/composer.json | ||
- /vendor/pimple/pimple/phpunit.xml.dist | ||
- /vendor/pimple/pimple/src/Pimple/Tests | ||
- /vendor/psr/container/.gitignore | ||
- /vendor/psr/container/README.md | ||
- /vendor/psr/container/composer.json | ||
- /vendor/publishpress/vendor-locator/composer.json | ||
- /vendor/publishpress/wordpress-banners/.gitattributes | ||
- /vendor/woocommerce/action-scheduler/README.md | ||
- /vendor/woocommerce/action-scheduler/changelog.txt | ||
- composer.json | ||
- composer.lock | ||
- vendor/composer/pimple/pimple/.github | ||
- vendor/composer/pimple/pimple/.gitignore | ||
- vendor/pimple/pimple/.github | ||
- vendor/pimple/pimple/.gitignore | ||
- vendor/pimple/pimple/.php_cs.dist | ||
- vendor/pimple/pimple/CHANGELOG | ||
- vendor/pimple/pimple/composer.json | ||
- vendor/pimple/pimple/phpunit.xml.dist | ||
- vendor/psr/container/.gitignore | ||
- vendor/psr/container/README.md | ||
- vendor/psr/container/composer.json | ||
- vendor/publishpress/vendor-locator/composer.json | ||
- vendor/publishpress/wordpress-banners/.gitattributes | ||
- vendor/woocommerce/action-scheduler/README.md | ||
- vendor/woocommerce/action-scheduler/changelog.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.