diff --git a/.wordpress-org/screenshot-4.png b/.wordpress-org/screenshot-4.png index 4b7f6e46c0..81bdb09570 100644 Binary files a/.wordpress-org/screenshot-4.png and b/.wordpress-org/screenshot-4.png differ diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fc1c1bac2..11b3155941 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,14 @@ All notable changes to this project will be documented in this file, per [the Ke ### Security --> +## [5.1.1] - 2024-05-27 + +### Changed +* Update Support Article URLs. Props [@felipeelia](https://github.com/felipeelia) via [#3919](https://github.com/10up/ElasticPress/pull/3919). + +### Fixed +* Status report page when indexable post types is an empty array. Props [@furai](https://github.com/furai) via [#3910](https://github.com/10up/ElasticPress/pull/3910). + ## [5.1.0] - 2024-04-29 ### Added @@ -2107,6 +2115,7 @@ This is a bug fix release with some filter additions. - Initial plugin release [Unreleased]: https://github.com/10up/ElasticPress/compare/trunk...develop +[5.1.1]: https://github.com/10up/ElasticPress/compare/5.1.0...5.1.1 [5.1.0]: https://github.com/10up/ElasticPress/compare/5.0.2...5.1.0 [5.0.2]: https://github.com/10up/ElasticPress/compare/5.0.1...5.0.2 [5.0.1]: https://github.com/10up/ElasticPress/compare/5.0.0...5.0.1 diff --git a/CREDITS.md b/CREDITS.md index a638635722..763ca4ee8d 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -237,6 +237,7 @@ Thank you to all the people who have already contributed to this repository via [Michael Gurtzweiler (@mgurtzweiler)](https://github.com/mgurtzweiler), [Maarten Bruna (@ictbeheer)](https://github.com/ictbeheer), [Dharmesh Patel (@iamdharmesh)](https://github.com/iamdharmesh), +[Lucas Grzegorczyk (@furai)](https://github.com/furai), and [@qazaqstan2025](https://github.com/qazaqstan2025). diff --git a/README.md b/README.md index 6f9169202e..ea485b3268 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Support Level](https://img.shields.io/badge/support-active-green.svg)](#support-level) [![Tests Status](https://github.com/10up/ElasticPress/actions/workflows/test.yml/badge.svg?branch=develop)](https://github.com/10up/ElasticPress) [![Release Version](https://img.shields.io/github/release/10up/ElasticPress.svg)](https://github.com/10up/ElasticPress/releases/latest) ![WordPress tested up to version](https://img.shields.io/wordpress/plugin/tested/elasticpress?label=WordPress) [![MIT License](https://img.shields.io/github/license/10up/ElasticPress.svg)](https://github.com/10up/ElasticPress/blob/develop/LICENSE.md) -* Check out the [ElasticPress Docs](https://elasticpress.zendesk.com/hc/en-us/sections/16550523637901-Developer-Documentation) +* Check out the [ElasticPress Docs](https://www.elasticpress.io/documentation/) **Please note:** as of ElasticPress 4.0.0 `trunk` is the stable branch, built assets were removed from the `develop` branch, a ZIP with the plugin and its built assets are available on the [GitHub Releases page](https://github.com/10up/ElasticPress/releases), and will include a build script should you want to build assets from a branch. As such, please ensure you have updated any references you have from `master` to `trunk` or to GitHub releases depending on whether you require built assets or not. @@ -14,8 +14,7 @@ ElasticPress, a fast and flexible search and query engine for WordPress, enables ## Documentation -* [Docs website ☞](https://elasticpress.zendesk.com/hc/en-us/sections/16550523637901-Developer-Documentation) -* [Support site with FAQs and tutorials ☞](https://elasticpress.zendesk.com/hc/en-us) +* [Support site with FAQs, tutorials, and docs ☞](https://www.elasticpress.io/documentation/) * [Security Policy ☞](https://github.com/10up/ElasticPress/blob/develop/SECURITY.md) ## Requirements and Compatibility diff --git a/assets/js/features/index.js b/assets/js/features/index.js index 1c084f21a3..235da02e88 100644 --- a/assets/js/features/index.js +++ b/assets/js/features/index.js @@ -52,7 +52,7 @@ const App = () => ( // eslint-disable-next-line jsx-a11y/anchor-has-content, jsx-a11y/control-has-associated-label ), diff --git a/assets/js/sync-ui/components/controls.js b/assets/js/sync-ui/components/controls.js index dba138e957..9e4a77e489 100644 --- a/assets/js/sync-ui/components/controls.js +++ b/assets/js/sync-ui/components/controls.js @@ -77,7 +77,7 @@ export default () => { )}