Plugin Directory

Changeset 715155


Ignore:
Timestamp:
05/19/2013 08:46:53 AM (13 years ago)
Author:
yathosho
Message:

bug fix release

Location:
meta-ographr
Files:
16 added
2 edited

Legend:

Unmodified
Added
Removed
  • meta-ographr/trunk/meta-ographr_index.php

    r712601 r715155  
    44Plugin URI: http://ographr.whyeye.org
    55Description: This plugin scans posts for embedded video and music players and adds their thumbnails URL as an OpenGraph meta-tag. While at it, the plugin also adds OpenGraph tags for the title, description (excerpt) and permalink. Facebook and other social networks can use these to style shared or "liked" articles.
    6 Version: 0.8.11
     6Version: 0.8.12
    77Author: Jan T. Sott
    88Author URI: http://whyeye.org
     
    2929
    3030// OGRAPHR OPTIONS
    31     define("OGRAPHR_VERSION", "0.8.11");
     31    define("OGRAPHR_VERSION", "0.8.12");
    3232    // enables developer settings on Wordpress interface, can be overwritten from plug-in settings once activated
    3333    define("OGRAPHR_DEVMODE", FALSE);
     
    207207                            "add_modtime" => NULL,
    208208                            "add_embeds" => NULL,
    209                             "app_universal" => "1",
     209                            "app_universal" => NULL,
    210210                            "app_iphone_name" => NULL,
    211211                            "app_iphone_id" => NULL,
     
    16011601                    foreach ($tmp_thumbnails as $tmp_thumbnail) {
    16021602                        if ($tmp_thumbnail)
    1603                             $thumbnails[] = $tmp_thumbnail;
     1603                            $thumbnails[]['img'] = $tmp_thumbnail;
    16041604                    }
    16051605                }
  • meta-ographr/trunk/readme.txt

    r712602 r715155  
    55Requires at least: 3.0
    66Tested up to: 3.5.1
    7 Stable tag: 0.8.11
     7Stable tag: 0.8.12
    88License: GPLv2
    99
     
    104104== Changelog ==
    105105
     106= 0.8.12 =
     107* fixed bug overwriting retrieved images from HTML5 players
     108
    106109= 0.8.11 =
    107110* fixed activation warning, added PHP version check on plugin activation
Note: See TracChangeset for help on using the changeset viewer.