Changeset 3091532
- Timestamp:
- 05/23/2024 01:25:14 PM (21 months ago)
- Location:
- apimo/trunk
- Files:
-
- 3 edited
-
apimo.php (modified) (1 diff)
-
includes/shortcode.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
apimo/trunk/apimo.php
r3091018 r3091532 7 7 * Description: Manage Real Estat Bussiness 8 8 9 * Version: 2.5. 79 * Version: 2.5.8 10 10 11 11 * Author: ApiWork -
apimo/trunk/includes/shortcode.php
r3069734 r3091532 31 31 32 32 33 33 34 34 35 35 … … 58 58 59 59 60 60 61 61 62 62 … … 2399 2399 2400 2400 <div class="filter-item-dropdown"> 2401 2402 2401 <div class="apimo-archive-filter orderby-radio"> 2403 2404 2402 <div class="order-by-radio-item"> 2405 2406 <input type="radio" id="relevance" name="order-by-properties" value="relevance" checked> 2407 2403 <input type="radio" id="relevance" name="order-by-properties" value="relevance" <?php if($attrs['order_by'] == 'relevance') { echo 'checked'; } ?>> 2408 2404 <label for="relevance"><?php _e('Relevance', 'apimo'); ?></label> 2409 2410 2405 </div> 2411 2406 2412 2407 <div class="order-by-radio-item"> 2413 2414 <input type="radio" id="price_low_to_hig" name="order-by-properties" 2415 value="price_low_to_high"> 2416 2417 <label for="price_low_to_hig"><?php _e('Rising price', 'apimo'); ?></label> 2418 2408 <input type="radio" id="price_low_to_high" name="order-by-properties" value="price_low_to_high" <?php if($attrs['order_by'] == 'price_low_to_high') { echo 'checked'; } ?>> 2409 <label for="price_low_to_high"><?php _e('Rising price', 'apimo'); ?></label> 2419 2410 </div> 2420 2411 2421 2412 <div class="order-by-radio-item"> 2422 2423 <input type="radio" id="price_high_to_low" name="order-by-properties" 2424 value="price_high_to_low"> 2425 2413 <input type="radio" id="price_high_to_low" name="order-by-properties" value="price_high_to_low" <?php if($attrs['order_by'] == 'price_high_to_low') { echo 'checked'; } ?>> 2426 2414 <label for="price_high_to_low"><?php _e('Descending price', 'apimo'); ?></label> 2427 2428 2415 </div> 2429 2416 2430 2417 <div class="order-by-radio-item"> 2431 2432 <input type="radio" id="area_low_to_high" name="order-by-properties" 2433 value="area_low_to_high"> 2434 2418 <input type="radio" id="area_low_to_high" name="order-by-properties" value="area_low_to_high" <?php if($attrs['order_by'] == 'area_low_to_high') { echo 'checked'; } ?>> 2435 2419 <label for="area_low_to_high"><?php _e('Rising area', 'apimo'); ?></label> 2436 2437 2420 </div> 2438 2421 2439 2422 <div class="order-by-radio-item"> 2440 2441 <input type="radio" id="price_low_to_hig" name="order-by-properties" 2442 value="area_high_to_low"> 2443 2423 <input type="radio" id="area_high_to_low" name="order-by-properties" value="area_high_to_low" <?php if($attrs['order_by'] == 'area_high_to_low') { echo 'checked'; } ?>> 2444 2424 <label for="area_high_to_low"><?php _e('Descending area', 'apimo'); ?></label> 2445 2446 2425 </div> 2447 2426 2448 2427 <div class="order-by-radio-item"> 2449 2450 <input type="radio" id="bedrooms_low_to_high" name="order-by-properties" 2451 value="bedrooms_low_to_high"> 2452 2428 <input type="radio" id="bedrooms_low_to_high" name="order-by-properties" value="bedrooms_low_to_high" <?php if($attrs['order_by'] == 'bedrooms_low_to_high') { echo 'checked'; } ?>> 2453 2429 <label for="bedrooms_low_to_high"><?php _e('Bedrooms increasing', 'apimo'); ?></label> 2454 2455 2430 </div> 2456 2431 2457 2432 <div class="order-by-radio-item"> 2458 2459 <input type="radio" id="bedrooms_high_to_low" name="order-by-properties" 2460 value="bedrooms_high_to_low"> 2461 2433 <input type="radio" id="bedrooms_high_to_low" name="order-by-properties" value="bedrooms_high_to_low" <?php if($attrs['order_by'] == 'bedrooms_high_to_low') { echo 'checked'; } ?>> 2462 2434 <label for="bedrooms_high_to_low"><?php _e('Bedrooms descending', 'apimo'); ?></label> 2463 2464 2435 </div> 2465 2436 2466 2437 <div class="order-by-radio-item"> 2467 2468 <input type="radio" id="rooms_low_to_high" name="order-by-properties" 2469 value="rooms_low_to_high"> 2470 2438 <input type="radio" id="rooms_low_to_high" name="order-by-properties" value="rooms_low_to_high" <?php if($attrs['order_by'] == 'rooms_low_to_high') { echo 'checked'; } ?>> 2471 2439 <label for="rooms_low_to_high"><?php _e('Comparment increasing', 'apimo'); ?></label> 2472 2473 2440 </div> 2474 2441 2475 2442 <div class="order-by-radio-item"> 2476 2477 <input type="radio" id="rooms_high_to_low" name="order-by-properties" 2478 value="rooms_high_to_low"> 2479 2443 <input type="radio" id="rooms_high_to_low" name="order-by-properties" value="rooms_high_to_low" <?php if($attrs['order_by'] == 'rooms_high_to_low') { echo 'checked'; } ?>> 2480 2444 <label for="rooms_high_to_low"><?php _e('Comparment descending', 'apimo'); ?></label> 2481 2482 2445 </div> 2483 2446 2484 2447 <div class="order-by-radio-item"> 2485 2486 <input type="radio" id="created_at_low_to_high" name="order-by-properties" 2487 value="created_at_low_to_high"> 2488 2489 <label 2490 for="created_at_low_to_high"><?php _e('Creation date: from oldest to newest', 'apimo'); ?></label> 2491 2448 <input type="radio" id="created_at_low_to_high" name="order-by-properties" value="created_at_low_to_high" <?php if($attrs['order_by'] == 'created_at_low_to_high') { echo 'checked'; } ?>> 2449 <label for="created_at_low_to_high"><?php _e('Creation date: from oldest to newest', 'apimo'); ?></label> 2492 2450 </div> 2493 2451 2494 2452 <div class="order-by-radio-item"> 2495 2496 <input type="radio" id="created_at_high_to_low" name="order-by-properties" 2497 value="created_at_high_to_low"> 2498 2499 <label 2500 for="created_at_high_to_low"><?php _e('Creation date: from newest to oldest', 'apimo'); ?></label> 2501 2453 <input type="radio" id="created_at_high_to_low" name="order-by-properties" value="created_at_high_to_low" <?php if($attrs['order_by'] == 'created_at_high_to_low') { echo 'checked'; } ?>> 2454 <label for="created_at_high_to_low"><?php _e('Creation date: from newest to oldest', 'apimo'); ?></label> 2502 2455 </div> 2503 2456 2504 2457 <div class="order-by-radio-item"> 2505 2506 <input type="radio" id="updated_at_low_to_high" name="order-by-properties" 2507 value="updated_at_low_to_high"> 2508 2509 <label 2510 for="updated_at_low_to_high"><?php _e('Update date: from oldest to newest', 'apimo'); ?></label> 2511 2458 <input type="radio" id="updated_at_low_to_high" name="order-by-properties" value="updated_at_low_to_high" <?php if($attrs['order_by'] == 'updated_at_low_to_high') { echo 'checked'; } ?>> 2459 <label for="updated_at_low_to_high"><?php _e('Update date: from oldest to newest', 'apimo'); ?></label> 2512 2460 </div> 2513 2461 2514 2462 <div class="order-by-radio-item"> 2515 2516 <input type="radio" id="updated_at_high_to_low" name="order-by-properties" 2517 value="updated_at_high_to_low"> 2518 2519 <label 2520 for="updated_at_high_to_low"><?php _e('Update date: from newest to oldest', 'apimo'); ?></label> 2521 2463 <input type="radio" id="updated_at_high_to_low" name="order-by-properties" value="updated_at_high_to_low" <?php if($attrs['order_by'] == 'updated_at_high_to_low') { echo 'checked'; } ?>> 2464 <label for="updated_at_high_to_low"><?php _e('Update date: from newest to oldest', 'apimo'); ?></label> 2522 2465 </div> 2523 2466 2524 2467 <div class="order-by-radio-item"> 2525 2526 <input type="radio" id="published_at_low_to_high" name="order-by-properties" 2527 value="published_at_low_to_high"> 2528 2529 <label 2530 for="published_at_low_to_high"><?php _e('Publish date: from oldest to newest', 'apimo'); ?></label> 2531 2468 <input type="radio" id="published_at_low_to_high" name="order-by-properties" value="published_at_low_to_high" <?php if($attrs['order_by'] == 'published_at_low_to_high') { echo 'checked'; } ?>> 2469 <label for="published_at_low_to_high"><?php _e('Publish date: from oldest to newest', 'apimo'); ?></label> 2532 2470 </div> 2533 2471 2534 2472 <div class="order-by-radio-item"> 2535 2536 <input type="radio" id="published_at_high_to_low" name="order-by-properties" 2537 value="published_at_high_to_low"> 2538 2539 <label 2540 for="published_at_high_to_low"><?php _e('Publish date: from newest to oldest', 'apimo'); ?></label> 2541 2542 </div> 2543 2473 <input type="radio" id="published_at_high_to_low" name="order-by-properties" value="published_at_high_to_low" <?php if($attrs['order_by'] == 'published_at_high_to_low') { echo 'checked'; } ?>> 2474 <label for="published_at_high_to_low"><?php _e('Publish date: from newest to oldest', 'apimo'); ?></label> 2475 </div> 2544 2476 </div> 2545 2477 2546 2478 <div class="apply-filter"> 2547 2548 <button type="button" data-unique-id="<?php echo esc_attr($apimo_data_id); ?>" 2549 class="btn-apply apimo-apply-filter"><?php _e('Apply order', 'apimo') ?></button> 2550 2479 <button type="button" data-unique-id="<?php echo esc_attr($apimo_data_id); ?>" class="btn-apply apimo-apply-filter"> 2480 <?php _e('Apply order', 'apimo') ?> 2481 </button> 2551 2482 </div> 2552 2553 2483 </div> 2484 2554 2485 2555 2486 </div> -
apimo/trunk/readme.txt
r3091018 r3091532 3 3 Tags: real estate, property management, listings, clients, leads, showings, open houses, reports 4 4 Tested up to: 6.4.2 5 Stable tag: 2.5. 75 Stable tag: 2.5.8 6 6 License: GPLv2 7 7 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 94 94 == Changelog == 95 95 96 = 2.5.7 = 97 * Added support for optional Sector ID in API integration. 98 * Updated settings interface to include Sector ID field. 99 * Enhanced validation process to handle the presence or absence of Sector ID. 96 = 2.5.8 = 97 * Fix order By filter in the shortcode 100 98 101 99
Note: See TracChangeset
for help on using the changeset viewer.