Plugin Directory

Changeset 3004006


Ignore:
Timestamp:
12/01/2023 12:59:31 AM (2 years ago)
Author:
webdevstudios
Message:

release 2.7.0

Location:
wp-search-with-algolia
Files:
1230 added
7 edited

Legend:

Unmodified
Added
Removed
  • wp-search-with-algolia/tags/2.6.2/README.txt

    r3003880 r3004006  
    33Tags: search, algolia, autocomplete, instantsearch, relevance search, faceted search, find-as-you-type search, ecommerce, seo, woocommerce, advanced search
    44Requires at least: 5.0
    5 Tested up to: 6.4.1
     5Tested up to: 6.3.2
    66Requires PHP: 7.4
    77Stable tag: 2.6.2
  • wp-search-with-algolia/trunk/README.txt

    r3003878 r3004006  
    55Tested up to: 6.4.1
    66Requires PHP: 7.4
    7 Stable tag: 2.6.2
     7Stable tag: 2.7.0
    88License: GNU General Public License v2.0, MIT License
    99
     
    127127
    128128Follow along with the changelog on [Github](https://github.com/WebDevStudios/wp-search-with-algolia/releases).
     129
     130= 2.7.0 =
     131* Updated: Moved post sync action from `save_post` to `wp_after_insert_post`. This allows for the sync to wait until after post meta and terms have been updated. Removes need to click save twice to sync everything.
     132* Updated: WP Search with Algolia feature list.
    129133
    130134= 2.6.2 =
  • wp-search-with-algolia/trunk/algolia.php

    r2983873 r3004006  
    44 * Plugin URI:        https://github.com/WebDevStudios/wp-search-with-algolia
    55 * Description:       Integrate the powerful Algolia search service with WordPress
    6  * Version:           2.6.2
     6 * Version:           2.7.0
    77 * Requires at least: 5.0
    88 * Requires PHP:      7.4
     
    2727
    2828// The Algolia Search plugin version.
    29 define( 'ALGOLIA_VERSION', '2.6.2' );
     29define( 'ALGOLIA_VERSION', '2.7.0' );
    3030
    3131// The minmum required PHP version.
  • wp-search-with-algolia/trunk/includes/admin/partials/form-options-seo.php

    r2905827 r3004006  
    1212<div class="wrap">
    1313    <h1>
    14         <?php esc_html_e( 'Search Engine Optimization', 'wp-search-with-algolia' ); ?>
     14        <?php esc_html_e( 'WP Search with Algolia and Search Engine Optimization', 'wp-search-with-algolia' ); ?>
    1515    </h1>
    16     <img style="max-width: 100%;" src="<?php echo esc_url( ALGOLIA_PLUGIN_URL . 'includes/admin/img/algolia-pro-seo.png' ); ?>" alt="<?php esc_attr_e( 'Blurry representiation of features available with WP Search with Algolia Pro.', 'wp-search-with-algolia' ); ?>" />
     16    <img style="max-width: 100%;" src="<?php echo esc_url( ALGOLIA_PLUGIN_URL . 'includes/admin/img/algolia-pro-seo.jpg' ); ?>" alt="<?php esc_attr_e( 'Blurry representiation of features available with WP Search with Algolia Pro.', 'wp-search-with-algolia' ); ?>" />
    1717    <?php echo Algolia_Utils::pro_cta_content(); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
    1818</div>
  • wp-search-with-algolia/trunk/includes/admin/partials/form-options-woocommerce.php

    r2905827 r3004006  
    1212<div class="wrap">
    1313    <h1>
    14         <?php esc_html_e( 'WooCommerce', 'wp-search-with-algolia' ); ?>
     14        <?php esc_html_e( 'WP Search with Algolia and WooCommerce', 'wp-search-with-algolia' ); ?>
    1515    </h1>
    16     <img style="max-width: 100%;" src="<?php echo esc_url( ALGOLIA_PLUGIN_URL . 'includes/admin/img/algolia-pro-woocommerce.png' ); ?>" alt="<?php esc_attr_e( 'Blurry representiation of features available with WP Search with Algolia Pro.', 'wp-search-with-algolia' ); ?>" />
     16    <img style="max-width: 100%;" src="<?php echo esc_url( ALGOLIA_PLUGIN_URL . 'includes/admin/img/algolia-pro-woocommerce.jpg' ); ?>" alt="<?php esc_attr_e( 'Blurry representiation of features available with WP Search with Algolia Pro.', 'wp-search-with-algolia' ); ?>" />
    1717    <?php echo Algolia_Utils::pro_cta_content(); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
    1818</div>
  • wp-search-with-algolia/trunk/includes/class-algolia-utils.php

    r2887859 r3004006  
    287287                    <span class="algolia-pro-feature">
    288288                        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#0077ff" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>
    289                         <span><?php esc_html_e( 'Index product SKUs, prices and short descriptions for display', 'wp-search-with-algolia' ); ?></span>
     289                        <span><?php esc_html_e( 'Index product SKUs, prices and short descriptions for display.', 'wp-search-with-algolia' ); ?></span>
    290290                    </span>
    291291                    <span class="algolia-pro-feature">
    292292                        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#0077ff" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>
    293                         <span><?php esc_html_e( 'Index product total sales ratings for relevance', 'wp-search-with-algolia' ); ?></span>
     293                        <span><?php esc_html_e( 'Index product total sales ratings for relevance.', 'wp-search-with-algolia' ); ?></span>
     294                    </span>
     295                    <span class="algolia-pro-feature">
     296                        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#0077ff" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>
     297                        <span><?php esc_html_e( 'Index product total and average ratings for relevance.', 'wp-search-with-algolia' ); ?></span>
     298                    </span>
     299                    <span class="algolia-pro-feature">
     300                        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#0077ff" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>
     301                        <span><?php esc_html_e( 'Amend indexing to only include WooCommerce products.', 'wp-search-with-algolia' ); ?></span>
    294302                    </span>
    295303                </div>
     
    298306                    <span class="algolia-pro-feature">
    299307                    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#0077ff" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>
     308                    <span><?php esc_html_e( 'Multisite indexing into a single network index to provide a global Algolia-powered search experience.', 'wp-search-with-algolia' ); ?></span>
     309                </span>
     310                    <span class="algolia-pro-feature">
     311                    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#0077ff" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>
    300312                    <span><?php esc_html_e( 'Fine tune indexing on selected pieces of content', 'wp-search-with-algolia' ); ?></span>
    301313                </span>
    302314                    <span class="algolia-pro-feature">
    303315                    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#0077ff" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>
    304                     <span><?php esc_html_e( 'Yoast SEO and All in One SEO Support', 'wp-search-with-algolia' ); ?></span>
     316                    <span><?php esc_html_e( 'Yoast SEO, All in One SEO, Rank Math SEO, and SEOPress Support', 'wp-search-with-algolia' ); ?></span>
    305317                </span>
    306318                </div>
  • wp-search-with-algolia/trunk/includes/watchers/class-algolia-post-changes-watcher.php

    r2983873 r3004006  
    108108    public function watch() {
    109109        // Fires once a post has been saved.
    110         add_action( 'save_post', array( $this, 'sync_item' ) );
     110        // Moved from save_post to wp_after_insert_post in version 2.7.0.
     111        add_action( 'wp_after_insert_post', array( $this, 'sync_item' ) );
    111112
    112113        // Fires before a post is deleted, at the start of wp_delete_post().
Note: See TracChangeset for help on using the changeset viewer.