Changeset 1244626
- Timestamp:
- 09/13/2015 06:12:08 PM (10 years ago)
- Location:
- open-graph-rescrape
- Files:
-
- 5 edited
- 11 copied
-
tags/0.2.1 (copied) (copied from open-graph-rescrape/trunk)
-
tags/0.2.1/README.md (copied) (copied from open-graph-rescrape/trunk/README.md) (1 diff)
-
tags/0.2.1/composer.json (copied) (copied from open-graph-rescrape/trunk/composer.json) (1 diff)
-
tags/0.2.1/css (copied) (copied from open-graph-rescrape/trunk/css)
-
tags/0.2.1/gulpfile.js (copied) (copied from open-graph-rescrape/trunk/gulpfile.js)
-
tags/0.2.1/js (copied) (copied from open-graph-rescrape/trunk/js)
-
tags/0.2.1/js/og-rescrape.admin.js (copied) (copied from open-graph-rescrape/trunk/js/og-rescrape.admin.js) (1 diff)
-
tags/0.2.1/lang (copied) (copied from open-graph-rescrape/trunk/lang)
-
tags/0.2.1/og-rescrape.php (copied) (copied from open-graph-rescrape/trunk/og-rescrape.php) (1 diff)
-
tags/0.2.1/package.json (copied) (copied from open-graph-rescrape/trunk/package.json)
-
tags/0.2.1/readme.txt (copied) (copied from open-graph-rescrape/trunk/readme.txt) (2 diffs)
-
trunk/README.md (modified) (1 diff)
-
trunk/composer.json (modified) (1 diff)
-
trunk/js/og-rescrape.admin.js (modified) (1 diff)
-
trunk/og-rescrape.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
open-graph-rescrape/tags/0.2.1/README.md
r1244625 r1244626 38 38 39 39 ## Changelog 40 + 0.2.1: Minor patch 40 41 + 0.2.0: Bug fix for the scrape request 41 42 + 0.1.0: First version in repo -
open-graph-rescrape/tags/0.2.1/composer.json
r1243336 r1244626 2 2 "name": "urre/og-rescrape", 3 3 "type": "wordpress-plugin", 4 "licence": " MIT",4 "licence": "GPL", 5 5 "description": "A simple WordPress plugin that lets you programatically force a Open Graph rescrape by clicking a button.", 6 6 "homepage": "https://github.com/urre/og-rescrape", -
open-graph-rescrape/tags/0.2.1/js/og-rescrape.admin.js
r1244624 r1244626 23 23 24 24 var jqxhr = $.post( 25 'https://graph.facebook.com/?id= http://jazztips.se/skiva/coincidence&scrape=true',25 'https://graph.facebook.com/?id='+settings.url+'&scrape=true', 26 26 function(response) { 27 27 -
open-graph-rescrape/tags/0.2.1/og-rescrape.php
r1244625 r1244626 4 4 * Plugin URI: http://github.com/urre/ogrescrape 5 5 * Description: This plugin programatically forces a Open Graph rescrape. Just click the button in wp-admin. 6 * Version: 0.2. 06 * Version: 0.2.1 7 7 * Author: Urban Sanden 8 8 * Author URI: http://urre.me -
open-graph-rescrape/tags/0.2.1/readme.txt
r1244625 r1244626 5 5 Requires at least: 3.0 6 6 Tested up to: 4.3.0 7 Stable tag: 0.2. 07 Stable tag: 0.2.1 8 8 9 9 Click a button in wp-admin to force an Open Graph rescrape. … … 36 36 == Changelog == 37 37 38 = 0.2.1 = 39 * Minor fix 40 38 41 = 0.2.0 = 39 42 * Bug fixes for scrape request. -
open-graph-rescrape/trunk/README.md
r1244625 r1244626 38 38 39 39 ## Changelog 40 + 0.2.1: Minor patch 40 41 + 0.2.0: Bug fix for the scrape request 41 42 + 0.1.0: First version in repo -
open-graph-rescrape/trunk/composer.json
r1243336 r1244626 2 2 "name": "urre/og-rescrape", 3 3 "type": "wordpress-plugin", 4 "licence": " MIT",4 "licence": "GPL", 5 5 "description": "A simple WordPress plugin that lets you programatically force a Open Graph rescrape by clicking a button.", 6 6 "homepage": "https://github.com/urre/og-rescrape", -
open-graph-rescrape/trunk/js/og-rescrape.admin.js
r1244624 r1244626 23 23 24 24 var jqxhr = $.post( 25 'https://graph.facebook.com/?id= http://jazztips.se/skiva/coincidence&scrape=true',25 'https://graph.facebook.com/?id='+settings.url+'&scrape=true', 26 26 function(response) { 27 27 -
open-graph-rescrape/trunk/og-rescrape.php
r1244625 r1244626 4 4 * Plugin URI: http://github.com/urre/ogrescrape 5 5 * Description: This plugin programatically forces a Open Graph rescrape. Just click the button in wp-admin. 6 * Version: 0.2. 06 * Version: 0.2.1 7 7 * Author: Urban Sanden 8 8 * Author URI: http://urre.me -
open-graph-rescrape/trunk/readme.txt
r1244625 r1244626 5 5 Requires at least: 3.0 6 6 Tested up to: 4.3.0 7 Stable tag: 0.2. 07 Stable tag: 0.2.1 8 8 9 9 Click a button in wp-admin to force an Open Graph rescrape. … … 36 36 == Changelog == 37 37 38 = 0.2.1 = 39 * Minor fix 40 38 41 = 0.2.0 = 39 42 * Bug fixes for scrape request.
Note: See TracChangeset
for help on using the changeset viewer.