Plugin Directory

Changeset 2385099


Ignore:
Timestamp:
09/20/2020 04:44:25 AM (6 years ago)
Author:
esiteq
Message:

Version 0.6 update

Location:
wp-petfinder/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • wp-petfinder/trunk/inc/class-wp-petfinder.php

    r2385093 r2385099  
    238238        else
    239239        {
    240             $link = $this->ad_link . '?id='. $id;
     240            $and = '?';
     241            if (!get_option('permalink_structure', ''))
     242            {
     243                $and = '&';
     244            }
     245            $link = $this->ad_link . $and. 'id='. $id;
    241246        }
    242247        return $link;
  • wp-petfinder/trunk/js/wp-petfinder.js

    r2234097 r2385099  
    4646    });
    4747    // gallery carousel
    48     $(".carousel").carousel();
     48    //$(".carousel").carousel();
    4949});
  • wp-petfinder/trunk/readme.txt

    r2385096 r2385099  
    131131
    132132== Changelog ==
     133= 0.6 =
     134* Improved theme compatibility.
     135
    133136= 0.5 =
    134137* Bugfix: Search Results page creation on plugin activation.
  • wp-petfinder/trunk/wp-petfinder.php

    r2385096 r2385099  
    55 * Description: Integrates Petfinder database with your Wordpress site via API v2
    66 * Author: ESITEQ
    7  * Version: 0.5
     7 * Version: 0.6
    88 * Requires at least: 4.0
    99 * Tested up to: 5.4
Note: See TracChangeset for help on using the changeset viewer.