Changeset 3220785
- Timestamp:
- 01/11/2025 04:51:48 PM (15 months ago)
- Location:
- ricerca-smart-search
- Files:
-
- 62 added
- 3 edited
-
tags/1.1.12 (added)
-
tags/1.1.12/assets (added)
-
tags/1.1.12/assets/css (added)
-
tags/1.1.12/assets/css/admin.css (added)
-
tags/1.1.12/assets/css/front.css (added)
-
tags/1.1.12/assets/css/index.php (added)
-
tags/1.1.12/assets/css/light-table.css (added)
-
tags/1.1.12/assets/images (added)
-
tags/1.1.12/assets/images/c1.png (added)
-
tags/1.1.12/assets/images/c2.jpg (added)
-
tags/1.1.12/assets/images/c3.png (added)
-
tags/1.1.12/assets/images/index.php (added)
-
tags/1.1.12/assets/images/loader.gif (added)
-
tags/1.1.12/assets/images/logo.png (added)
-
tags/1.1.12/assets/images/qr.jpg (added)
-
tags/1.1.12/assets/images/r1.png (added)
-
tags/1.1.12/assets/images/r2.png (added)
-
tags/1.1.12/assets/images/r3.png (added)
-
tags/1.1.12/assets/images/times-solid.svg (added)
-
tags/1.1.12/assets/index.php (added)
-
tags/1.1.12/assets/js (added)
-
tags/1.1.12/assets/js/admin.js (added)
-
tags/1.1.12/assets/js/front.js (added)
-
tags/1.1.12/assets/js/index.php (added)
-
tags/1.1.12/assets/js/light-table.js (added)
-
tags/1.1.12/inc (added)
-
tags/1.1.12/inc/admin_ajax.php (added)
-
tags/1.1.12/inc/admin_fields.php (added)
-
tags/1.1.12/inc/admin_menu.php (added)
-
tags/1.1.12/inc/db.php (added)
-
tags/1.1.12/inc/functions.php (added)
-
tags/1.1.12/inc/hooks.php (added)
-
tags/1.1.12/inc/index.php (added)
-
tags/1.1.12/inc/modules (added)
-
tags/1.1.12/inc/modules/api.php (added)
-
tags/1.1.12/inc/modules/customize.php (added)
-
tags/1.1.12/inc/modules/datalayer.php (added)
-
tags/1.1.12/inc/modules/index.php (added)
-
tags/1.1.12/inc/modules/modules.php (added)
-
tags/1.1.12/inc/modules/popularterms.php (added)
-
tags/1.1.12/inc/modules/promotions.php (added)
-
tags/1.1.12/inc/modules/reports.php (added)
-
tags/1.1.12/inc/modules/shortcodes.php (added)
-
tags/1.1.12/inc/modules/termcorrector.php (added)
-
tags/1.1.12/inc/public.php (added)
-
tags/1.1.12/inc/public_ajax.php (added)
-
tags/1.1.12/inc/ric_class.php (added)
-
tags/1.1.12/inc/status.php (added)
-
tags/1.1.12/index.php (added)
-
tags/1.1.12/languages (added)
-
tags/1.1.12/languages/index.php (added)
-
tags/1.1.12/languages/ric-ar.mo (added)
-
tags/1.1.12/languages/ric-ar.po (added)
-
tags/1.1.12/languages/ric-he_IL.mo (added)
-
tags/1.1.12/languages/ric-he_IL.po (added)
-
tags/1.1.12/languages/ric.pot (added)
-
tags/1.1.12/main.php (added)
-
tags/1.1.12/plugins (added)
-
tags/1.1.12/plugins/plugins.php (added)
-
tags/1.1.12/plugins/wp-rocket.php (added)
-
tags/1.1.12/readme.txt (added)
-
tags/1.1.12/ricerca-smart-search.php (added)
-
trunk/inc/functions.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/ricerca-smart-search.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ricerca-smart-search/trunk/inc/functions.php
r3193819 r3220785 212 212 213 213 $ret['woocommerce']=$opt['woocommerce']['woocommerce']=='yes'; 214 $ret['woocommerce_search_product']= $opt['woocommerce']['redirect_to_search_product']=='yes';214 $ret['woocommerce_search_product']=!empty($opt['woocommerce']['redirect_to_search_product']) && $opt['woocommerce']['redirect_to_search_product'] =='yes'; 215 215 $ret['woocommerce']=$opt['woocommerce']['woocommerce']=='yes'; 216 216 $ret['woocommerce_addtocart']=$opt['woocommerce']['addtocart']=='yes'; -
ricerca-smart-search/trunk/readme.txt
r3193825 r3220785 7 7 Requires PHP: 7.4 8 8 Tested up to: 6.7 9 Stable tag: 1.1.1 19 Stable tag: 1.1.12 10 10 Better, faster and customized search engine plugin that leads for a better conversion! 11 11 … … 106 106 107 107 == Changelog == 108 = 1.1.12 = 109 - Clear some error logs 110 108 111 = 1.1.11 = 109 112 - Fix BUG duplicate post_type -
ricerca-smart-search/trunk/ricerca-smart-search.php
r3193825 r3220785 4 4 * Plugin URI: https://www.myricerca.com/ 5 5 * Description: Advanced & fastest search engine. let your visitor simple find every thing the need. 6 * Version: 1.1.1 16 * Version: 1.1.12 7 7 * Requires at least: 5.6 8 8 * Requires PHP: 7.4 … … 16 16 defined( 'ABSPATH' ) || exit; 17 17 18 define('RIC_VER','1.1.1 1');18 define('RIC_VER','1.1.12'); 19 19 define('RIC_DB_VER','1.0.20'); 20 20 define('RIC_MIN_PHP','7.4');
Note: See TracChangeset
for help on using the changeset viewer.