Changeset 3426262
- Timestamp:
- 12/23/2025 02:16:20 PM (3 months ago)
- Location:
- ansera-search
- Files:
-
- 2 deleted
- 2 edited
- 5 copied
-
tags/1.1.16 (copied) (copied from ansera-search/trunk)
-
tags/1.1.16/ansera_search.php (copied) (copied from ansera-search/trunk/ansera_search.php) (5 diffs)
-
tags/1.1.16/css/ansera_search_admin_settings.css (copied) (copied from ansera-search/trunk/css/ansera_search_admin_settings.css)
-
tags/1.1.16/embed.js (deleted)
-
tags/1.1.16/includes/action-scheduler (deleted)
-
tags/1.1.16/js/ansera_search_admin.js (copied) (copied from ansera-search/trunk/js/ansera_search_admin.js)
-
tags/1.1.16/readme.txt (copied) (copied from ansera-search/trunk/readme.txt) (2 diffs)
-
trunk/ansera_search.php (modified) (5 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ansera-search/tags/1.1.16/ansera_search.php
r3426252 r3426262 3 3 * Plugin Name: Ansera Search 4 4 * Description: Ansera AI-powered search plugin provides answers based on your existing Wordpress content. 5 * Version: 1.1.1 55 * Version: 1.1.16 6 6 * Author: Ansera.AI 7 7 * Author URI: https://www.ansera.ai/ … … 2287 2287 { 2288 2288 $type = ansera_get_builder_type($post->ID); 2289 echo "CV1:".$type; 2289 2290 $web_data = ''; 2290 2291 switch($type) … … 2292 2293 case "bricks": 2293 2294 $web_data = Bricks\Helpers::get_bricks_data( $post->ID, 'content' ); 2295 echo "CV2:" . $web_data; 2294 2296 break; 2295 2297 case "oxygen": … … 2304 2306 break; 2305 2307 } 2308 echo "CV2:" . $web_data; 2306 2309 return $web_data; 2307 2310 } … … 2332 2335 if(empty($web_data)) 2333 2336 { 2337 echo "CV4: no content"; 2334 2338 $web_data = ansera_fetch_page_content($post); 2339 echo "CV5: " . $web_data; 2335 2340 } 2336 2341 -
ansera-search/tags/1.1.16/readme.txt
r3426252 r3426262 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.2 7 Stable tag: 1.1.1 57 Stable tag: 1.1.16 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 96 96 97 97 == Changelog == 98 = 1.1.1 5=98 = 1.1.16 = 99 99 * Given support to Divi, Bricks, Oxygen, Beaver theme builders. 100 100 -
ansera-search/trunk/ansera_search.php
r3426252 r3426262 3 3 * Plugin Name: Ansera Search 4 4 * Description: Ansera AI-powered search plugin provides answers based on your existing Wordpress content. 5 * Version: 1.1.1 55 * Version: 1.1.16 6 6 * Author: Ansera.AI 7 7 * Author URI: https://www.ansera.ai/ … … 2287 2287 { 2288 2288 $type = ansera_get_builder_type($post->ID); 2289 echo "CV1:".$type; 2289 2290 $web_data = ''; 2290 2291 switch($type) … … 2292 2293 case "bricks": 2293 2294 $web_data = Bricks\Helpers::get_bricks_data( $post->ID, 'content' ); 2295 echo "CV2:" . $web_data; 2294 2296 break; 2295 2297 case "oxygen": … … 2304 2306 break; 2305 2307 } 2308 echo "CV2:" . $web_data; 2306 2309 return $web_data; 2307 2310 } … … 2332 2335 if(empty($web_data)) 2333 2336 { 2337 echo "CV4: no content"; 2334 2338 $web_data = ansera_fetch_page_content($post); 2339 echo "CV5: " . $web_data; 2335 2340 } 2336 2341 -
ansera-search/trunk/readme.txt
r3426252 r3426262 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.2 7 Stable tag: 1.1.1 57 Stable tag: 1.1.16 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 96 96 97 97 == Changelog == 98 = 1.1.1 5=98 = 1.1.16 = 99 99 * Given support to Divi, Bricks, Oxygen, Beaver theme builders. 100 100
Note: See TracChangeset
for help on using the changeset viewer.