Plugin Directory

Changeset 3090432

Timestamp:
05/21/2024 09:21:24 PM (8 weeks ago)
Author:
matteoenna
Message:

brand and fix

Location:
search-with-wine-searcher
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • search-with-wine-searcher/tags/1.3/readme.txt

    r3089027 r3090432  
    1 === Search with Wine Searcher ===
     1=== Search with WineSearcher ===
    22
    33Contributors: matteoenna
     
    77Requires PHP: 7.2.5
    88Tested up to: 6.5.3
    9 Stable tag: 1.2
     9Stable tag: 1.
    1010License: GPLv2 or later
    1111
    12 # Search with Wine Searcher
     12# Search with WineSearcher
    1313
    1414## Description
    15 The Wine Searcher Box plugin allows you to easily integrate wine search into your WordPress site using Wine Searcher.
     15The Wine.
    1616
    1717## Installation
     
    2323
    2424## Usage
    25 You can use the "Wine Searcher" widget or the `[wine_searcher]` shortcode to embed the wine search bar on your site.
     25You can use the "WineSearcher" widget or the `[wine_searcher]` shortcode to embed the wine search bar on your site.
    2626
    2727### Widget
    28281. Go to your site's edit page.
    29 2. Add the "Wine Searcher" widget to your widget area.
     292. Add the "WineSearcher" widget to your widget area.
    30303. Configure the widget options according to your preferences. The widget supports the following options:
    3131   - `Blank Option`: If checked, adds an option for a blank value in the search dropdown.
  • search-with-wine-searcher/tags/1.3/search-with-wine-searcher.php

    r3089027 r3090432  
    11<?php
    22   /*
    3    Plugin Name: Search with Wine Searcher
    4    Description: A plugin to integrate wine search into your WordPress site using Wine Searcher.
    5    Version: 1.2
     3   Plugin Name: Search with WineSearcher
     4   Description: A plugin to integrate wine search into your WordPress site using WineSearcher.
     5   Version: 1.
    66   Author: Matteo Enna
    77   Author URI: https://matteoenna.it/it/wordpress-work/
     
    1515
    1616    require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
    17     if ( ! is_plugin_active( 'elementor/elementor.php' ) ) {
    18         return;
     17    if ( is_plugin_active( 'elementor/elementor.php' ) ) {
     18        ;
    1919    }
    2020
    21     add_action( 'elementor/widgets/widgets_registered', 'wine_searcher_widgets' );
    2221    add_shortcode( 'wine_searcher', 'wine_searcher_shortcode' );
    2322
  • search-with-wine-searcher/tags/1.3/widgets/elementor-wine-searcher-widget.php

    r3087428 r3090432  
    88
    99    public function get_title() {
    10         return __( 'Wine Searcher', 'wine-searcher-block' );
     10        return __( 'WineSearcher', 'wine-searcher-block' );
    1111    }
    1212
  • search-with-wine-searcher/trunk/readme.txt

    r3089027 r3090432  
    1 === Search with Wine Searcher ===
     1=== Search with WineSearcher ===
    22
    33Contributors: matteoenna
     
    77Requires PHP: 7.2.5
    88Tested up to: 6.5.3
    9 Stable tag: 1.2
     9Stable tag: 1.
    1010License: GPLv2 or later
    1111
    12 # Search with Wine Searcher
     12# Search with WineSearcher
    1313
    1414## Description
    15 The Wine Searcher Box plugin allows you to easily integrate wine search into your WordPress site using Wine Searcher.
     15The Wine.
    1616
    1717## Installation
     
    2323
    2424## Usage
    25 You can use the "Wine Searcher" widget or the `[wine_searcher]` shortcode to embed the wine search bar on your site.
     25You can use the "WineSearcher" widget or the `[wine_searcher]` shortcode to embed the wine search bar on your site.
    2626
    2727### Widget
    28281. Go to your site's edit page.
    29 2. Add the "Wine Searcher" widget to your widget area.
     292. Add the "WineSearcher" widget to your widget area.
    30303. Configure the widget options according to your preferences. The widget supports the following options:
    3131   - `Blank Option`: If checked, adds an option for a blank value in the search dropdown.
  • search-with-wine-searcher/trunk/search-with-wine-searcher.php

    r3089027 r3090432  
    11<?php
    22   /*
    3    Plugin Name: Search with Wine Searcher
    4    Description: A plugin to integrate wine search into your WordPress site using Wine Searcher.
    5    Version: 1.2
     3   Plugin Name: Search with WineSearcher
     4   Description: A plugin to integrate wine search into your WordPress site using WineSearcher.
     5   Version: 1.
    66   Author: Matteo Enna
    77   Author URI: https://matteoenna.it/it/wordpress-work/
     
    1515
    1616    require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
    17     if ( ! is_plugin_active( 'elementor/elementor.php' ) ) {
    18         return;
     17    if ( is_plugin_active( 'elementor/elementor.php' ) ) {
     18        ;
    1919    }
    2020
    21     add_action( 'elementor/widgets/widgets_registered', 'wine_searcher_widgets' );
    2221    add_shortcode( 'wine_searcher', 'wine_searcher_shortcode' );
    2322
  • search-with-wine-searcher/trunk/widgets/elementor-wine-searcher-widget.php

    r3087428 r3090432  
    88
    99    public function get_title() {
    10         return __( 'Wine Searcher', 'wine-searcher-block' );
     10        return __( 'WineSearcher', 'wine-searcher-block' );
    1111    }
    1212
Note: See TracChangeset for help on using the changeset viewer.