diff --git a/.github/hookdoc-tmpl/README.md b/.github/hookdoc-tmpl/README.md index 875a72274c..ccddc5866d 100644 --- a/.github/hookdoc-tmpl/README.md +++ b/.github/hookdoc-tmpl/README.md @@ -4,7 +4,7 @@ ElasticPress, a fast and flexible search and query engine for WordPress, enables **ElasticPress 4.0:** Minimum versions required for ElasticPress 4.0 are: * [Elasticsearch](https://www.elastic.co) 5.2+ **ElasticSearch max version supported: 7.10** -* [WordPress](http://wordpress.org) 5.6+ +* [WordPress](https://wordpress.org) 5.6+ * [PHP](https://php.net/) 7.0+ **ElasticPress 3.0:** ElasticPress 3.0 contains major changes from 2.x including a rewrite of the feature registration API and PHP 5.4+ features. If you have problems upgrading, please create an issue. The minimum PHP version for ElasticPress 3.6.2 is 5.6. diff --git a/CHANGELOG.md b/CHANGELOG.md index 28923ed1c6..43905f6207 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -All notable changes to this project will be documented in this file, per [the Keep a Changelog standard](http://keepachangelog.com/). +All notable changes to this project will be documented in this file, per [the Keep a Changelog standard](https://keepachangelog.com/). ## [Unreleased] diff --git a/README.md b/README.md index 34b2c40885..e83e6e544d 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](http://10up.github.io/ElasticPress/) +* Check out the [ElasticPress Docs](https://10up.github.io/ElasticPress/) **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,7 +14,7 @@ ElasticPress, a fast and flexible search and query engine for WordPress, enables ## Documentation -ElasticPress has an in depth documentation site. [Visit the docs ☞](http://10up.github.io/ElasticPress/) +ElasticPress has an in depth documentation site. [Visit the docs ☞](https://10up.github.io/ElasticPress/) ElasticPress FAQs and tutorials can be found on our support site. [Visit the support site ☞](https://elasticpress.zendesk.com/hc/en-us) @@ -25,7 +25,7 @@ ElasticPress FAQs and tutorials can be found on our support site. [Visit the sup ElasticPress requires these software with the following versions: * [Elasticsearch](https://www.elastic.co) 5.2+ **ElasticSearch max version supported: 7.10** -* [WordPress](http://wordpress.org) 5.6+ +* [WordPress](https://wordpress.org) 5.6+ * [PHP](https://php.net/) 7.0+ ### Compatibility @@ -73,5 +73,5 @@ Please read [CODE_OF_CONDUCT.md](https://github.com/10up/elasticpress/blob/devel ## Like what you see?

- +

diff --git a/assets/js/sync/components/icons/pause.js b/assets/js/sync/components/icons/pause.js index 64c45c5334..efdc1a336e 100644 --- a/assets/js/sync/components/icons/pause.js +++ b/assets/js/sync/components/icons/pause.js @@ -4,7 +4,7 @@ export default () => { return ( { return ( { return ( { return ( { return ( { return ( + ElasticPress.io Logo diff --git a/images/logo-icon.svg b/images/logo-icon.svg index d3b4c7616f..4c102db77c 100644 --- a/images/logo-icon.svg +++ b/images/logo-icon.svg @@ -1 +1 @@ -logo \ No newline at end of file +logo \ No newline at end of file diff --git a/images/logo.svg b/images/logo.svg index 9be5250e95..2dad352f59 100644 --- a/images/logo.svg +++ b/images/logo.svg @@ -1 +1 @@ -logo \ No newline at end of file +logo \ No newline at end of file diff --git a/images/warning.svg b/images/warning.svg index fe60e7d28e..6765fab1ca 100644 --- a/images/warning.svg +++ b/images/warning.svg @@ -1,3 +1,3 @@ - + diff --git a/includes/classes/Feature/SearchOrdering/SearchOrdering.php b/includes/classes/Feature/SearchOrdering/SearchOrdering.php index 79400a7e54..f32d59a83c 100644 --- a/includes/classes/Feature/SearchOrdering/SearchOrdering.php +++ b/includes/classes/Feature/SearchOrdering/SearchOrdering.php @@ -155,7 +155,7 @@ public function filter_updated_messages( $messages ) { 9 => sprintf( // translators: Scheduled date. esc_html__( 'Custom result scheduled for: %1$s.', 'elasticpress' ), - // translators: Publish box date format, see http://php.net/date + // translators: Publish box date format, see https://php.net/date date_i18n( esc_html__( 'M j, Y @ G:i', 'elasticpress' ), strtotime( $post->post_date ) ) ), 10 => esc_html__( 'Custom result draft updated.', 'elasticpress' ), diff --git a/includes/classes/IndexHelper.php b/includes/classes/IndexHelper.php index 8f85d92c91..d3b84aa742 100644 --- a/includes/classes/IndexHelper.php +++ b/includes/classes/IndexHelper.php @@ -4,7 +4,7 @@ * * @since 4.0.0 * @see docs/indexing-process.md - * @see http://10up.github.io/ElasticPress/tutorial-indexing-process.html + * @see https://10up.github.io/ElasticPress/tutorial-indexing-process.html * @package elasticpress */ diff --git a/includes/partials/settings-page.php b/includes/partials/settings-page.php index a48e391a35..dc8f0e40fb 100644 --- a/includes/partials/settings-page.php +++ b/includes/partials/settings-page.php @@ -57,7 +57,7 @@

- ElasticPress.io is a hosted Elasticsearch service built for ElasticPress, powered by 10up. + ElasticPress.io is a hosted Elasticsearch service built for ElasticPress, powered by 10up.

@@ -85,7 +85,7 @@ $disabled = $wpconfig || ! $show_host; $value = $show_host ? esc_url( $host ) : __( '••••••••••••••••', 'elasticpress' ); ?> - placeholder="http://" type="text" value="" name="ep_host" id="ep_host"> + placeholder="https://" type="text" value="" name="ep_host" id="ep_host">

diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 4790f935f7..a5ae4d0a98 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,6 +1,6 @@