Plugin Directory

Changeset 3067205


Ignore:
Timestamp:
04/08/2024 11:00:37 PM (20 months ago)
Author:
webdevstudios
Message:

release version 2.8.1

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

Legend:

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

    r3050678 r3067205  
    55Tested up to: 6.5
    66Requires PHP: 7.4
    7 Stable tag: 2.8.0
     7Stable tag: 2.8.1
    88License: GNU General Public License v2.0, MIT License
    99
     
    128128
    129129Follow along with the changelog on [Github](https://github.com/WebDevStudios/wp-search-with-algolia/releases).
     130
     131= 2.8.1 =
     132* Updated: WP Search with Algolia Pro features list for version 1.4.0
    130133
    131134= 2.8.0 =
  • wp-search-with-algolia/trunk/algolia.php

    r3050678 r3067205  
    44 * Plugin URI:        https://github.com/WebDevStudios/wp-search-with-algolia
    55 * Description:       Integrate the powerful Algolia search service with WordPress
    6  * Version:           2.8.0
     6 * Version:           2.8.1
    77 * Requires at least: 5.0
    88 * Requires PHP:      7.4
     
    2727
    2828// The Algolia Search plugin version.
    29 define( 'ALGOLIA_VERSION', '2.8.0' );
     29define( 'ALGOLIA_VERSION', '2.8.1' );
    3030
    3131// The minmum required PHP version.
  • wp-search-with-algolia/trunk/includes/class-algolia-utils.php

    r3050678 r3067205  
    300300            <div class="algolia-pro-features">
    301301                <div>
     302                    <?php $svg = '<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>'; ?>
    302303                    <h4><?php esc_html_e( 'WooCommerce Support', 'wp-search-with-algolia' ); ?></h4>
    303304                    <span class="algolia-pro-feature">
    304                         <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>
    305                         <span><?php esc_html_e( 'Index product SKUs, prices and short descriptions for display.', 'wp-search-with-algolia' ); ?></span>
    306                     </span>
    307                     <span class="algolia-pro-feature">
    308                         <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>
     305                        <?php echo $svg; ?>
     306                        <span><?php esc_html_e( 'Index product SKUs, prices, short descriptions and product dimensions/weight for display.', 'wp-search-with-algolia' ); ?></span>
     307                    </span>
     308                    <span class="algolia-pro-feature">
     309                        <?php echo $svg; ?>
    309310                        <span><?php esc_html_e( 'Index product total sales ratings for relevance.', 'wp-search-with-algolia' ); ?></span>
    310311                    </span>
    311312                    <span class="algolia-pro-feature">
    312                         <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>
     313                        <?php echo $svg; ?>
    313314                        <span><?php esc_html_e( 'Index product total and average ratings for relevance.', 'wp-search-with-algolia' ); ?></span>
    314315                    </span>
    315316                    <span class="algolia-pro-feature">
    316                         <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>
     317                        <?php echo $svg; ?>
     318                        <span><?php esc_html_e( 'Control whether or not sold out products are indexed', 'wp-search-with-algolia' ); ?></span>
     319                    </span>
     320                    <span class="algolia-pro-feature">
     321                        <?php echo $svg; ?>
     322                        <span><?php esc_html_e( 'Control whether or not "shop only" or "hidden" products are indexed.', 'wp-search-with-algolia' ); ?></span>
     323                    </span>
     324                    <span class="algolia-pro-feature">
     325                        <?php echo $svg; ?>
    317326                        <span><?php esc_html_e( 'Amend indexing to only include WooCommerce products.', 'wp-search-with-algolia' ); ?></span>
    318327                    </span>
     
    321330                    <h4><?php esc_html_e( 'Additional Features', 'wp-search-with-algolia' ); ?></h4>
    322331                    <span class="algolia-pro-feature">
    323                     <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>
    324                     <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>
    325                 </span>
    326                     <span class="algolia-pro-feature">
    327                     <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>
    328                     <span><?php esc_html_e( 'Fine tune indexing on selected pieces of content', 'wp-search-with-algolia' ); ?></span>
    329                 </span>
    330                     <span class="algolia-pro-feature">
    331                     <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>
    332                     <span><?php esc_html_e( 'Yoast SEO, All in One SEO, Rank Math SEO, and SEOPress Support', 'wp-search-with-algolia' ); ?></span>
    333                 </span>
     332                        <?php echo $svg; ?>
     333                        <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>
     334                    </span>
     335                    <span class="algolia-pro-feature">
     336                        <?php echo $svg; ?>
     337                        <span><?php esc_html_e( 'Fine tune indexing on selected pieces of content', 'wp-search-with-algolia' ); ?></span>
     338                    </span>
     339                    <span class="algolia-pro-feature">
     340                        <?php echo $svg; ?>
     341                        <span><?php esc_html_e( 'Yoast SEO, All in One SEO, Rank Math SEO, SEOPress, and The SEO Framework Support', 'wp-search-with-algolia' ); ?></span>
     342                    </span>
    334343                </div>
    335344            </div>
Note: See TracChangeset for help on using the changeset viewer.