Plugin Directory

Changeset 1551828


Ignore:
Timestamp:
12/11/2016 10:35:55 AM (9 years ago)
Author:
playbuzz
Message:

new version 0.9.5 - IA plugin support

Location:
playbuzz
Files:
70 added
3 edited

Legend:

Unmodified
Added
Removed
  • playbuzz/trunk/index.php

    r1522447 r1551828  
    44Plugin URI:  https://www.playbuzz.com/
    55Description: Embed customized playful content from Playbuzz.com into your WordPress site
    6 Version:     0.9.4
     6Version:     0.9.5
    77Author:      Playbuzz
    88Author URI:  https://www.playbuzz.com/
  • playbuzz/trunk/readme.txt

    r1522446 r1551828  
    44Requires at least: 3.9
    55Tested up to: 4.5.2
    6 Stable tag: 0.9.4
     6Stable tag: 0.9.5
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    9090
    9191== Changelog ==
     92
     93= 0.9.5 (2016-12-05) =
     94* Support for Instant Article plugin
    9295
    9396= 0.9.4 (2016-10-26) =
  • playbuzz/trunk/shortcodes.php

    r1522446 r1551828  
    9595    if ( 'content' == $embeddedon ) {
    9696        // Show only in singular pages
    97         if ( is_singular() ) {
     97        if ( is_singular() || is_admin()) {
    9898            return $code;
    9999        }
     
    162162    if ( 'content' == $embeddedon ) {
    163163        // Show only in singular pages
    164         if ( is_singular() ) {
     164        if ( is_singular() || is_admin() ) {
    165165            return $code;
    166166        }
Note: See TracChangeset for help on using the changeset viewer.