Skip to content

Commit

Permalink
Post release.
Browse files Browse the repository at this point in the history
- The changelog misses updates for the latest hotfix releases.
- Remove the PHP Stan confir file on builds.
  • Loading branch information
decodekult committed Nov 28, 2024
1 parent 947e946 commit 49e6073
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 49e6073

Please sign in to comment.