Plugin Directory

Changeset 1831521


Ignore:
Timestamp:
03/01/2018 01:29:15 PM (8 years ago)
Author:
playbuzz
Message:

Fixed issue search popup doesn't works well

Location:
playbuzz
Files:
78 added
3 edited

Legend:

Unmodified
Added
Removed
  • playbuzz/trunk/js/pb-search-popup.js

    r1829135 r1831521  
    11var playbuzz_search = function playbuzz_search() {
    22
     3    var apiBaseUrl = document.location.protocol + "//rest-api-v2.playbuzz.com/v2/items";
    34    this.display = display_search_popup;
    45    this.playbuzz_popup = playbuzz_popup;
  • playbuzz/trunk/playbuzz.php

    r1829135 r1831521  
    44Plugin URI:  https://www.playbuzz.com/
    55Description: Embed customized playful content from Playbuzz.com into your WordPress site
    6 Version:     1.0.5
     6Version:     1.0.6
    77Author:      Playbuzz
    88Author URI:  https://www.playbuzz.com/
  • playbuzz/trunk/readme.txt

    r1829135 r1831521  
    44Requires at least: 3.9
    55Tested up to: 4.7.1
    6 Stable tag: 1.0.5
     6Stable tag: 1.0.6
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    113113== Changelog ==
    114114
     115= 1.0.6 (2018-03-01) =
     116* Bug fix - Search doesn't work well
     117
    115118= 1.0.5 (2018-02-26) =
    116 * Playbuzz embed button added in the Text editor (Quick Tag)
     119* Add Playbuzz quick tag
    117120* Bug fix - Duplication of the item on editing item settings
    118121* Bug fix - Disappearing of items when switching to the text editor
Note: See TracChangeset for help on using the changeset viewer.