Plugin Directory

Changeset 706159


Ignore:
Timestamp:
04/30/2013 09:15:30 PM (13 years ago)
Author:
yathosho
Message:

new version

Location:
meta-ographr
Files:
16 added
2 edited

Legend:

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

    r705822 r706159  
    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.7
     6Version: 0.8.7.1
    77Author: Jan T. Sott
    88Author URI: http://whyeye.org
     
    2929
    3030// OGRAPHR OPTIONS
    31     define("OGRAPHR_VERSION", "0.8.7");
     31    define("OGRAPHR_VERSION", "0.8.7.1");
    3232    // enables developer settings on Wordpress interface, can be overwritten from plug-in settings once activated
    3333    define("OGRAPHR_DEVMODE", FALSE);
  • meta-ographr/trunk/readme.txt

    r705822 r706159  
    55Requires at least: 3.0
    66Tested up to: 3.5.1
    7 Stable tag: 0.8.7
     7Stable tag: 0.8.7.1
    88License: GPLv2
    99
     
    8585= How can I use new features marked as beta? =
    8686
    87 As beta features can be unstable, they can only be enabled through the plugin's source. Open the file `meta-ographr_index.php` and set `OGRAPHR_BETA` to `TRUE`. Note that with each new version, you have to re-enable this setting.
     87As beta features can be unstable, they can only be enabled through the plugin's source. Open the file `meta-ographr_index.php` and set `OGRAPHR_DEVMODE` to `TRUE`. From now on, you will see developer settings on the plugin options page, where you can enable beta features.
    8888
    8989= Why am I getting a class error when activating the plug-in? =
     
    103103
    104104== Changelog ==
     105
     106= 0.8.7.1 =
     107* fixed minor display bug in beta warning
    105108
    106109= 0.8.7 =
Note: See TracChangeset for help on using the changeset viewer.