Changeset 3191088
- Timestamp:
- 11/18/2024 10:29:42 AM (17 months ago)
- Location:
- ricerca-smart-search
- Files:
-
- 62 added
- 2 edited
-
tags/1.1.9 (added)
-
tags/1.1.9/assets (added)
-
tags/1.1.9/assets/css (added)
-
tags/1.1.9/assets/css/admin.css (added)
-
tags/1.1.9/assets/css/front.css (added)
-
tags/1.1.9/assets/css/index.php (added)
-
tags/1.1.9/assets/css/light-table.css (added)
-
tags/1.1.9/assets/images (added)
-
tags/1.1.9/assets/images/c1.png (added)
-
tags/1.1.9/assets/images/c2.jpg (added)
-
tags/1.1.9/assets/images/c3.png (added)
-
tags/1.1.9/assets/images/index.php (added)
-
tags/1.1.9/assets/images/loader.gif (added)
-
tags/1.1.9/assets/images/logo.png (added)
-
tags/1.1.9/assets/images/qr.jpg (added)
-
tags/1.1.9/assets/images/r1.png (added)
-
tags/1.1.9/assets/images/r2.png (added)
-
tags/1.1.9/assets/images/r3.png (added)
-
tags/1.1.9/assets/images/times-solid.svg (added)
-
tags/1.1.9/assets/index.php (added)
-
tags/1.1.9/assets/js (added)
-
tags/1.1.9/assets/js/admin.js (added)
-
tags/1.1.9/assets/js/front.js (added)
-
tags/1.1.9/assets/js/index.php (added)
-
tags/1.1.9/assets/js/light-table.js (added)
-
tags/1.1.9/inc (added)
-
tags/1.1.9/inc/admin_ajax.php (added)
-
tags/1.1.9/inc/admin_fields.php (added)
-
tags/1.1.9/inc/admin_menu.php (added)
-
tags/1.1.9/inc/db.php (added)
-
tags/1.1.9/inc/functions.php (added)
-
tags/1.1.9/inc/hooks.php (added)
-
tags/1.1.9/inc/index.php (added)
-
tags/1.1.9/inc/modules (added)
-
tags/1.1.9/inc/modules/api.php (added)
-
tags/1.1.9/inc/modules/customize.php (added)
-
tags/1.1.9/inc/modules/datalayer.php (added)
-
tags/1.1.9/inc/modules/index.php (added)
-
tags/1.1.9/inc/modules/modules.php (added)
-
tags/1.1.9/inc/modules/popularterms.php (added)
-
tags/1.1.9/inc/modules/promotions.php (added)
-
tags/1.1.9/inc/modules/reports.php (added)
-
tags/1.1.9/inc/modules/shortcodes.php (added)
-
tags/1.1.9/inc/modules/termcorrector.php (added)
-
tags/1.1.9/inc/public.php (added)
-
tags/1.1.9/inc/public_ajax.php (added)
-
tags/1.1.9/inc/ric_class.php (added)
-
tags/1.1.9/inc/status.php (added)
-
tags/1.1.9/index.php (added)
-
tags/1.1.9/languages (added)
-
tags/1.1.9/languages/index.php (added)
-
tags/1.1.9/languages/ric-ar.mo (added)
-
tags/1.1.9/languages/ric-ar.po (added)
-
tags/1.1.9/languages/ric-he_IL.mo (added)
-
tags/1.1.9/languages/ric-he_IL.po (added)
-
tags/1.1.9/languages/ric.pot (added)
-
tags/1.1.9/main.php (added)
-
tags/1.1.9/plugins (added)
-
tags/1.1.9/plugins/plugins.php (added)
-
tags/1.1.9/plugins/wp-rocket.php (added)
-
tags/1.1.9/readme.txt (added)
-
tags/1.1.9/ricerca-smart-search.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/ricerca-smart-search.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ricerca-smart-search/trunk/readme.txt
r3095184 r3191088 6 6 Requires at least: 5.6 7 7 Requires PHP: 7.4 8 Tested up to: 6. 4.19 Stable tag: 1.1. 88 Tested up to: 6.7 9 Stable tag: 1.1.9 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.9 = 109 - Tested on WP 6.7 110 108 111 = 1.1.8 = 109 112 - Performance bug -
ricerca-smart-search/trunk/ricerca-smart-search.php
r3095184 r3191088 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. 86 * Version: 1.1.9 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. 8');18 define('RIC_VER','1.1.9'); 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.