Plugin Directory

Changeset 1244626


Ignore:
Timestamp:
09/13/2015 06:12:08 PM (10 years ago)
Author:
urre
Message:

tagging version 0.2.1

Location:
open-graph-rescrape
Files:
5 edited
11 copied

Legend:

Unmodified
Added
Removed
  • open-graph-rescrape/tags/0.2.1/README.md

    r1244625 r1244626  
    3838
    3939## Changelog
     40+ 0.2.1: Minor patch
    4041+ 0.2.0: Bug fix for the scrape request
    4142+ 0.1.0: First version in repo
  • open-graph-rescrape/tags/0.2.1/composer.json

    r1243336 r1244626  
    22  "name": "urre/og-rescrape",
    33  "type": "wordpress-plugin",
    4   "licence": "MIT",
     4  "licence": "GPL",
    55  "description": "A simple WordPress plugin that lets you programatically force a Open Graph rescrape by clicking a button.",
    66  "homepage": "https://github.com/urre/og-rescrape",
  • open-graph-rescrape/tags/0.2.1/js/og-rescrape.admin.js

    r1244624 r1244626  
    2323
    2424            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',
    2626                function(response) {
    2727                   
  • open-graph-rescrape/tags/0.2.1/og-rescrape.php

    r1244625 r1244626  
    44* Plugin URI: http://github.com/urre/ogrescrape
    55* Description: This plugin programatically forces a Open Graph rescrape. Just click the button in wp-admin.
    6 * Version: 0.2.0
     6* Version: 0.2.1
    77* Author: Urban Sanden
    88* Author URI: http://urre.me
  • open-graph-rescrape/tags/0.2.1/readme.txt

    r1244625 r1244626  
    55Requires at least: 3.0
    66Tested up to: 4.3.0
    7 Stable tag: 0.2.0
     7Stable tag: 0.2.1
    88
    99Click a button in wp-admin to force an Open Graph rescrape.
     
    3636== Changelog ==
    3737
     38= 0.2.1 =
     39* Minor fix
     40
    3841= 0.2.0 =
    3942* Bug fixes for scrape request.
  • open-graph-rescrape/trunk/README.md

    r1244625 r1244626  
    3838
    3939## Changelog
     40+ 0.2.1: Minor patch
    4041+ 0.2.0: Bug fix for the scrape request
    4142+ 0.1.0: First version in repo
  • open-graph-rescrape/trunk/composer.json

    r1243336 r1244626  
    22  "name": "urre/og-rescrape",
    33  "type": "wordpress-plugin",
    4   "licence": "MIT",
     4  "licence": "GPL",
    55  "description": "A simple WordPress plugin that lets you programatically force a Open Graph rescrape by clicking a button.",
    66  "homepage": "https://github.com/urre/og-rescrape",
  • open-graph-rescrape/trunk/js/og-rescrape.admin.js

    r1244624 r1244626  
    2323
    2424            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',
    2626                function(response) {
    2727                   
  • open-graph-rescrape/trunk/og-rescrape.php

    r1244625 r1244626  
    44* Plugin URI: http://github.com/urre/ogrescrape
    55* Description: This plugin programatically forces a Open Graph rescrape. Just click the button in wp-admin.
    6 * Version: 0.2.0
     6* Version: 0.2.1
    77* Author: Urban Sanden
    88* Author URI: http://urre.me
  • open-graph-rescrape/trunk/readme.txt

    r1244625 r1244626  
    55Requires at least: 3.0
    66Tested up to: 4.3.0
    7 Stable tag: 0.2.0
     7Stable tag: 0.2.1
    88
    99Click a button in wp-admin to force an Open Graph rescrape.
     
    3636== Changelog ==
    3737
     38= 0.2.1 =
     39* Minor fix
     40
    3841= 0.2.0 =
    3942* Bug fixes for scrape request.
Note: See TracChangeset for help on using the changeset viewer.