Changeset 3314360
- Timestamp:
- 06/19/2025 07:51:12 AM (9 months ago)
- Location:
- customizer-search
- Files:
-
- 2 deleted
- 6 edited
- 1 copied
-
tags/1.2.1 (copied) (copied from customizer-search/trunk)
-
tags/1.2.1/admin (deleted)
-
tags/1.2.1/customizer-search.php (modified) (2 diffs)
-
tags/1.2.1/languages/customizer-search.pot (modified) (2 diffs)
-
tags/1.2.1/readme.txt (modified) (2 diffs)
-
trunk/admin (deleted)
-
trunk/customizer-search.php (modified) (2 diffs)
-
trunk/languages/customizer-search.pot (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
customizer-search/tags/1.2.1/customizer-search.php
r3261942 r3314360 4 4 * Plugin URI: https://github.com/Nikschavan/customizer-search 5 5 * Description: Search for settings in customizer. 6 * Author: Brainstorm Force7 * Author URI: https://www. brainstormforce.com/6 * Author: Nikhil Chavan 7 * Author URI: https://www.nikhilchavan.com/ 8 8 * Text Domain: customizer-search 9 9 * Domain Path: /languages 10 * Version: 1.2. 010 * Version: 1.2.1 11 11 * 12 12 * @package Customizer_Search 13 13 */ 14 14 15 define( 'BSFCS_VER', '1.2. 0' );15 define( 'BSFCS_VER', '1.2.1' ); 16 16 define( 'BSFCS_DIR', plugin_dir_path( __FILE__ ) ); 17 17 define( 'BSFCS_URL', plugins_url( '/', __FILE__ ) ); … … 28 28 } 29 29 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 }34 30 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 Force1 # Copyright (C) 2020 Nikhil Chavan 2 2 # This file is distributed under the same license as the Customizer Search package. 3 3 msgid "" … … 96 96 97 97 #. Author of the plugin/theme 98 msgid " Brainstorm Force"98 msgid "Nikhil Chavan" 99 99 msgstr "" 100 100 101 101 #. Author URI of the plugin/theme 102 msgid "https://www. brainstormforce.com/"102 msgid "https://www.nikhilchavan.com/" 103 103 msgstr "" -
customizer-search/tags/1.2.1/readme.txt
r3272472 r3314360 1 1 === Customizer Search === 2 Contributors: brainstormforce, Nikschavan 3 Donate link: https://www.paypal.me/BrainstormForce 2 Contributors: Nikschavan 4 3 Tags: customizer, search 5 4 Requires at least: 4.6 6 5 Tested up to: 6.8 7 Stable tag: 1.2. 06 Stable tag: 1.2.1 8 7 License: GPLv2 or later 9 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 26 25 27 26 == Changelog == 27 28 = 1.2.1 = 29 - Improvement: Updated Readme file. 28 30 29 31 = 1.2.0 = -
customizer-search/trunk/customizer-search.php
r3261942 r3314360 4 4 * Plugin URI: https://github.com/Nikschavan/customizer-search 5 5 * Description: Search for settings in customizer. 6 * Author: Brainstorm Force7 * Author URI: https://www. brainstormforce.com/6 * Author: Nikhil Chavan 7 * Author URI: https://www.nikhilchavan.com/ 8 8 * Text Domain: customizer-search 9 9 * Domain Path: /languages 10 * Version: 1.2. 010 * Version: 1.2.1 11 11 * 12 12 * @package Customizer_Search 13 13 */ 14 14 15 define( 'BSFCS_VER', '1.2. 0' );15 define( 'BSFCS_VER', '1.2.1' ); 16 16 define( 'BSFCS_DIR', plugin_dir_path( __FILE__ ) ); 17 17 define( 'BSFCS_URL', plugins_url( '/', __FILE__ ) ); … … 28 28 } 29 29 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 }34 30 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 Force1 # Copyright (C) 2020 Nikhil Chavan 2 2 # This file is distributed under the same license as the Customizer Search package. 3 3 msgid "" … … 96 96 97 97 #. Author of the plugin/theme 98 msgid " Brainstorm Force"98 msgid "Nikhil Chavan" 99 99 msgstr "" 100 100 101 101 #. Author URI of the plugin/theme 102 msgid "https://www. brainstormforce.com/"102 msgid "https://www.nikhilchavan.com/" 103 103 msgstr "" -
customizer-search/trunk/readme.txt
r3272472 r3314360 1 1 === Customizer Search === 2 Contributors: brainstormforce, Nikschavan 3 Donate link: https://www.paypal.me/BrainstormForce 2 Contributors: Nikschavan 4 3 Tags: customizer, search 5 4 Requires at least: 4.6 6 5 Tested up to: 6.8 7 Stable tag: 1.2. 06 Stable tag: 1.2.1 8 7 License: GPLv2 or later 9 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 26 25 27 26 == Changelog == 27 28 = 1.2.1 = 29 - Improvement: Updated Readme file. 28 30 29 31 = 1.2.0 =
Note: See TracChangeset
for help on using the changeset viewer.