Changeset 728511
- Timestamp:
- 06/19/2013 08:07:15 PM (13 years ago)
- Location:
- meta-ographr
- Files:
-
- 16 added
- 2 edited
-
tags/0.8.15 (added)
-
tags/0.8.15/inc (added)
-
tags/0.8.15/inc/jqplot.dateAxisRenderer.min.js (added)
-
tags/0.8.15/inc/jqplot.highlighter.min.js (added)
-
tags/0.8.15/inc/jquery.jqplot.min.css (added)
-
tags/0.8.15/inc/jquery.jqplot.min.js (added)
-
tags/0.8.15/inc/scripts.min.js (added)
-
tags/0.8.15/inc/style.min.css (added)
-
tags/0.8.15/meta-ographr_admin.php (added)
-
tags/0.8.15/meta-ographr_index.php (added)
-
tags/0.8.15/readme.txt (added)
-
tags/0.8.15/screenshot-1.png (added)
-
tags/0.8.15/screenshot-2.png (added)
-
tags/0.8.15/screenshot-3.png (added)
-
tags/0.8.15/screenshot-4.png (added)
-
tags/0.8.15/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
r718017 r728511 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 46 Version: 0.8.15 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 4");31 define("OGRAPHR_VERSION", "0.8.15"); 32 32 // enables developer settings on Wordpress interface, can be overwritten from plug-in settings once activated 33 33 define("OGRAPHR_DEVMODE", FALSE); … … 1359 1359 'name' => 'Bandcamp album', 1360 1360 'patterns' => array( 1361 '/bandcamp.com\/EmbeddedPlayer\/ v=2\/album=([0-9]+)\//i',1361 '/bandcamp.com\/EmbeddedPlayer\/(?:v=2\/)?album=([0-9]+)\//i', 1362 1362 ), 1363 1363 'url' => 'http://api.bandcamp.com/api/album/2/info?album_id=%MATCH%&key=' . $options['bandcamp_api'], … … 1371 1371 'name' => 'Bandcamp track', 1372 1372 'patterns' => array( 1373 '/bandcamp.com\/EmbeddedPlayer\/ v=2\/track=([0-9]+)\//i',1373 '/bandcamp.com\/EmbeddedPlayer\/(?:v=2\/)?track=([0-9]+)\//i', 1374 1374 ), 1375 1375 'url' => 'http://api.bandcamp.com/api/album/2/info?album_id=%MATCH%&key=' . $options['bandcamp_api'], -
meta-ographr/trunk/readme.txt
r718017 r728511 5 5 Requires at least: 3.0 6 6 Tested up to: 3.5.1 7 Stable tag: 0.8.1 47 Stable tag: 0.8.15 8 8 License: GPLv2 9 9 … … 104 104 == Changelog == 105 105 106 = 0.8.15 = 107 * added support for new Bandcamp players 108 106 109 = 0.8.14 = 107 110 * added support for relative URLs in HTML5 video players and image tags
Note: See TracChangeset
for help on using the changeset viewer.