-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:kingandpartners/elastic-press int…
…o nuxt-press-updates-2
- Loading branch information
Showing
4 changed files
with
86 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: Trigger Satis Build | ||
|
||
on: | ||
- release | ||
- push | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: kingandpartners/dispatch-workflow@main | ||
with: | ||
token: ${{ secrets.KINGMACHINE_WORKFLOW_TOKEN }} | ||
repo: kingandpartners/kingandpartners-composer | ||
workflow_id: partial-build.yml | ||
inputs: '{"package_name": "kingandpartners/elastic-press"}' |
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# CHANGELOG | ||
|
||
[Releases](https://github.com/kingandpartners/elastic-press/releases/) | ||
|
||
## `v0.8.1` | ||
- #15 [bulletproofing] acf.php... fix parse_acf_field for falsy value handling | ||
- #16 [bulletproofing] acf.php... fix layout index search | ||
|
||
## `v0.8.0` | ||
- [ ] #13 fixes Elasticsearch "Limit of total fields in index" exception | ||
|
||
### Upgrade Notes | ||
- [ ] if needed, update the limit with `ep_settings` hook | ||
- see https://github.com/kingandpartners/nemacolin/pull/1450 for example | ||
|
||
## `branch-es-settings-filter` branch (AKA Pretend "v0.7.0") | ||
- based off `es-settings-filter` branch as of 1a10a02 | ||
- same changes as in `v0.8.0` but in separate branch | ||
|
||
## `v0.6.0` | ||
- based off `master`, no code changes with `branch-es-signed-request` | ||
- only introduces merge commits | ||
|
||
## `branch-es-signed-request` branch (aka pretend "v0.5.0") | ||
- based off `es-signed-request` branch as of 261da7b | ||
|
||
|
||
|
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