Changeset 715155
- Timestamp:
- 05/19/2013 08:46:53 AM (13 years ago)
- Location:
- meta-ographr
- Files:
-
- 16 added
- 2 edited
-
tags/0.8.12 (added)
-
tags/0.8.12/inc (added)
-
tags/0.8.12/inc/jqplot.dateAxisRenderer.min.js (added)
-
tags/0.8.12/inc/jqplot.highlighter.min.js (added)
-
tags/0.8.12/inc/jquery.jqplot.min.css (added)
-
tags/0.8.12/inc/jquery.jqplot.min.js (added)
-
tags/0.8.12/inc/scripts.min.js (added)
-
tags/0.8.12/inc/style.min.css (added)
-
tags/0.8.12/meta-ographr_admin.php (added)
-
tags/0.8.12/meta-ographr_index.php (added)
-
tags/0.8.12/readme.txt (added)
-
tags/0.8.12/screenshot-1.png (added)
-
tags/0.8.12/screenshot-2.png (added)
-
tags/0.8.12/screenshot-3.png (added)
-
tags/0.8.12/screenshot-4.png (added)
-
tags/0.8.12/screenshot-5.png (added)
-
trunk/meta-ographr_index.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
meta-ographr/trunk/meta-ographr_index.php
r712601 r715155 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.1 16 Version: 0.8.12 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.1 1");31 define("OGRAPHR_VERSION", "0.8.12"); 32 32 // enables developer settings on Wordpress interface, can be overwritten from plug-in settings once activated 33 33 define("OGRAPHR_DEVMODE", FALSE); … … 207 207 "add_modtime" => NULL, 208 208 "add_embeds" => NULL, 209 "app_universal" => "1",209 "app_universal" => NULL, 210 210 "app_iphone_name" => NULL, 211 211 "app_iphone_id" => NULL, … … 1601 1601 foreach ($tmp_thumbnails as $tmp_thumbnail) { 1602 1602 if ($tmp_thumbnail) 1603 $thumbnails[] = $tmp_thumbnail;1603 $thumbnails[]['img'] = $tmp_thumbnail; 1604 1604 } 1605 1605 } -
meta-ographr/trunk/readme.txt
r712602 r715155 5 5 Requires at least: 3.0 6 6 Tested up to: 3.5.1 7 Stable tag: 0.8.1 17 Stable tag: 0.8.12 8 8 License: GPLv2 9 9 … … 104 104 == Changelog == 105 105 106 = 0.8.12 = 107 * fixed bug overwriting retrieved images from HTML5 players 108 106 109 = 0.8.11 = 107 110 * fixed activation warning, added PHP version check on plugin activation
Note: See TracChangeset
for help on using the changeset viewer.