Changeset 706159
- Timestamp:
- 04/30/2013 09:15:30 PM (13 years ago)
- Location:
- meta-ographr
- Files:
-
- 16 added
- 2 edited
-
tags/0.8.7.1 (added)
-
tags/0.8.7.1/inc (added)
-
tags/0.8.7.1/inc/jqplot.dateAxisRenderer.min.js (added)
-
tags/0.8.7.1/inc/jqplot.highlighter.min.js (added)
-
tags/0.8.7.1/inc/jquery.jqplot.min.css (added)
-
tags/0.8.7.1/inc/jquery.jqplot.min.js (added)
-
tags/0.8.7.1/inc/scripts.min.js (added)
-
tags/0.8.7.1/inc/style.min.css (added)
-
tags/0.8.7.1/meta-ographr_admin.php (added)
-
tags/0.8.7.1/meta-ographr_index.php (added)
-
tags/0.8.7.1/readme.txt (added)
-
tags/0.8.7.1/screenshot-1.png (added)
-
tags/0.8.7.1/screenshot-2.png (added)
-
tags/0.8.7.1/screenshot-3.png (added)
-
tags/0.8.7.1/screenshot-4.png (added)
-
tags/0.8.7.1/screenshot-5.png (added)
-
trunk/meta-ographr_index.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
meta-ographr/trunk/meta-ographr_index.php
r705822 r706159 4 4 Plugin URI: http://ographr.whyeye.org 5 5 Description: 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 6 Version: 0.8.7.1 7 7 Author: Jan T. Sott 8 8 Author URI: http://whyeye.org … … 29 29 30 30 // OGRAPHR OPTIONS 31 define("OGRAPHR_VERSION", "0.8.7 ");31 define("OGRAPHR_VERSION", "0.8.7.1"); 32 32 // enables developer settings on Wordpress interface, can be overwritten from plug-in settings once activated 33 33 define("OGRAPHR_DEVMODE", FALSE); -
meta-ographr/trunk/readme.txt
r705822 r706159 5 5 Requires at least: 3.0 6 6 Tested up to: 3.5.1 7 Stable tag: 0.8.7 7 Stable tag: 0.8.7.1 8 8 License: GPLv2 9 9 … … 85 85 = How can I use new features marked as beta? = 86 86 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.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_DEVMODE` to `TRUE`. From now on, you will see developer settings on the plugin options page, where you can enable beta features. 88 88 89 89 = Why am I getting a class error when activating the plug-in? = … … 103 103 104 104 == Changelog == 105 106 = 0.8.7.1 = 107 * fixed minor display bug in beta warning 105 108 106 109 = 0.8.7 =
Note: See TracChangeset
for help on using the changeset viewer.