Plugin Directory

Changeset 3314360


Ignore:
Timestamp:
06/19/2025 07:51:12 AM (9 months ago)
Author:
Nikschavan
Message:

Update to version 1.2.1 from GitHub

Location:
customizer-search
Files:
2 deleted
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • customizer-search/tags/1.2.1/customizer-search.php

    r3261942 r3314360  
    44 * Plugin URI:      https://github.com/Nikschavan/customizer-search
    55 * Description:     Search for settings in customizer.
    6  * Author:          Brainstorm Force
    7  * Author URI:      https://www.brainstormforce.com/
     6 * Author:          Nikhil Chavan
     7 * Author URI:      https://www.nikhilchavan.com/
    88 * Text Domain:     customizer-search
    99 * Domain Path:     /languages
    10  * Version:         1.2.0
     10 * Version:         1.2.1
    1111 *
    1212 * @package         Customizer_Search
    1313 */
    1414
    15 define( 'BSFCS_VER', '1.2.0' );
     15define( 'BSFCS_VER', '1.2.1' );
    1616define( 'BSFCS_DIR', plugin_dir_path( __FILE__ ) );
    1717define( 'BSFCS_URL', plugins_url( '/', __FILE__ ) );
     
    2828}
    2929
    30 // BSF Analytics library.
    31 if ( ! class_exists( 'BSF_Analytics_Loader' ) ) {
    32     require_once BSFCS_DIR . 'admin/bsf-analytics/class-bsf-analytics-loader.php';
    33 }
    3430
    35 $bsf_analytics = BSF_Analytics_Loader::get_instance();
    36 
    37 $bsf_analytics->set_entity(
    38     array(
    39         'bsf' => array(
    40             'product_name'    => 'Customizer Search',
    41             'path'            => BSFCS_DIR . 'admin/bsf-analytics',
    42             'author'          => 'Brainstorm Force',
    43             'time_to_display' => '+24 hours',
    44         ),
    45     )
    46 );
    47 
  • customizer-search/tags/1.2.1/languages/customizer-search.pot

    r2366512 r3314360  
    1 # Copyright (C) 2020 Brainstorm Force
     1# Copyright (C) 2020 Nikhil Chavan
    22# This file is distributed under the same license as the Customizer Search package.
    33msgid ""
     
    9696
    9797#. Author of the plugin/theme
    98 msgid "Brainstorm Force"
     98msgid "Nikhil Chavan"
    9999msgstr ""
    100100
    101101#. Author URI of the plugin/theme
    102 msgid "https://www.brainstormforce.com/"
     102msgid "https://www.nikhilchavan.com/"
    103103msgstr ""
  • customizer-search/tags/1.2.1/readme.txt

    r3272472 r3314360  
    11=== Customizer Search ===
    2 Contributors: brainstormforce, Nikschavan
    3 Donate link: https://www.paypal.me/BrainstormForce
     2Contributors: Nikschavan
    43Tags: customizer, search
    54Requires at least: 4.6
    65Tested up to: 6.8
    7 Stable tag: 1.2.0
     6Stable tag: 1.2.1
    87License: GPLv2 or later
    98License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2625
    2726== Changelog ==
     27
     28= 1.2.1 =
     29- Improvement: Updated Readme file.
    2830
    2931= 1.2.0 =
  • customizer-search/trunk/customizer-search.php

    r3261942 r3314360  
    44 * Plugin URI:      https://github.com/Nikschavan/customizer-search
    55 * Description:     Search for settings in customizer.
    6  * Author:          Brainstorm Force
    7  * Author URI:      https://www.brainstormforce.com/
     6 * Author:          Nikhil Chavan
     7 * Author URI:      https://www.nikhilchavan.com/
    88 * Text Domain:     customizer-search
    99 * Domain Path:     /languages
    10  * Version:         1.2.0
     10 * Version:         1.2.1
    1111 *
    1212 * @package         Customizer_Search
    1313 */
    1414
    15 define( 'BSFCS_VER', '1.2.0' );
     15define( 'BSFCS_VER', '1.2.1' );
    1616define( 'BSFCS_DIR', plugin_dir_path( __FILE__ ) );
    1717define( 'BSFCS_URL', plugins_url( '/', __FILE__ ) );
     
    2828}
    2929
    30 // BSF Analytics library.
    31 if ( ! class_exists( 'BSF_Analytics_Loader' ) ) {
    32     require_once BSFCS_DIR . 'admin/bsf-analytics/class-bsf-analytics-loader.php';
    33 }
    3430
    35 $bsf_analytics = BSF_Analytics_Loader::get_instance();
    36 
    37 $bsf_analytics->set_entity(
    38     array(
    39         'bsf' => array(
    40             'product_name'    => 'Customizer Search',
    41             'path'            => BSFCS_DIR . 'admin/bsf-analytics',
    42             'author'          => 'Brainstorm Force',
    43             'time_to_display' => '+24 hours',
    44         ),
    45     )
    46 );
    47 
  • customizer-search/trunk/languages/customizer-search.pot

    r2366512 r3314360  
    1 # Copyright (C) 2020 Brainstorm Force
     1# Copyright (C) 2020 Nikhil Chavan
    22# This file is distributed under the same license as the Customizer Search package.
    33msgid ""
     
    9696
    9797#. Author of the plugin/theme
    98 msgid "Brainstorm Force"
     98msgid "Nikhil Chavan"
    9999msgstr ""
    100100
    101101#. Author URI of the plugin/theme
    102 msgid "https://www.brainstormforce.com/"
     102msgid "https://www.nikhilchavan.com/"
    103103msgstr ""
  • customizer-search/trunk/readme.txt

    r3272472 r3314360  
    11=== Customizer Search ===
    2 Contributors: brainstormforce, Nikschavan
    3 Donate link: https://www.paypal.me/BrainstormForce
     2Contributors: Nikschavan
    43Tags: customizer, search
    54Requires at least: 4.6
    65Tested up to: 6.8
    7 Stable tag: 1.2.0
     6Stable tag: 1.2.1
    87License: GPLv2 or later
    98License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2625
    2726== Changelog ==
     27
     28= 1.2.1 =
     29- Improvement: Updated Readme file.
    2830
    2931= 1.2.0 =
Note: See TracChangeset for help on using the changeset viewer.