diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0285d79..2169786 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: - name: Clean up files run: | rm ./.gitignore ./.gitlab-ci.yml - rm ./composer.* ./Makefile ./phpcs.* ./phpunit.xml ./run.sh + rm ./composer.* ./Makefile ./phpcs.* ./phpunit.xml ./run.sh ./phpstan.neon rm -Rf tests .vscode find . -type d | grep '.git' | xargs rm -rf diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7e41073..7a11534 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,7 +30,7 @@ jobs: - name: Clean up files run: | rm ./.gitignore ./.gitlab-ci.yml - rm ./composer.* ./Makefile ./phpcs.* ./phpunit.xml ./run.sh + rm ./composer.* ./Makefile ./phpcs.* ./phpunit.xml ./run.sh ./phpstan.neon rm -Rf tests .vscode find . -type d | grep '.git' | xargs rm -rf working-directory: ./wpml-elasticpress diff --git a/README.md b/README.md index 51c998c..06b4c00 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,22 @@ This step isn't needed if you download a release instead. ## Changelog +### 2.0.4 +- Improve the management of sites indices in Health stats. +- Cache cluster indices for better performance. +- Unsync documents when moved to a non indexable stati. +- Fix some undefined variables. + +### 2.0.3 +- Fix the compatibility with ElasticPress 5.0.0. + +### 2.0.2 +- Fix the compatibility with the stopwords analyzers on ElasticPress 4.7.0 or newer. +- Fix an error when deleting and trashing posts on PHP 8.0 or newer. + +### 2.0.1 +- Fix the name of the plugin main directory. + ### 2.0.0 - **Breaking change**: introduce a different index per language. - Fix `wpml_elasticpress` so it analiyzes posts in their own language when indexing them.