Plugin Directory

Changeset 1449748


Ignore:
Timestamp:
07/06/2016 07:08:06 AM (10 years ago)
Author:
shadyvb
Message:

Update to commit c6b3d80 from git@…:shadyvb/wp-embed-hackpad-documents.git

Location:
embed-hackpad-documents
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • embed-hackpad-documents/trunk/README.txt

    r1449485 r1449748  
    1 === Plugin Name ===
     1=== Embed Hackpad Documents ===
    22Contributors: shadyvb
    33Tags: hackpad, embed
     
    1616== Installation ==
    1717
    18 1. Upload the plugin files to the `/wp-content/plugins/hackpad-embed` directory, or install the plugin through the WordPress plugins screen directly.
     181. Upload the plugin files to the `/wp-content/plugins/embed-hackpad-documents` directory, or install the plugin through the WordPress plugins screen directly.
    19191. Activate the plugin through the 'Plugins' screen in WordPress
    20201. Paste Hackpad URL in Post content, the embedded document is automatically inserted in place of the URL
     
    2424= 1.0.0 =
    2525* Add the initial plugin file
     26
     27= 1.0.1 =
     28* Change plugin name references
  • embed-hackpad-documents/trunk/embed-hackpad-documents.php

    r1449485 r1449748  
    33 * Hackpads Embedded in WordPress
    44 *
    5  * @package Hackpad-embed
    6  * @version 1.0.0
     5 * @package embed-hackpad-documents
     6 * @version 1.0.1
    77 */
    88
    99/*
    10 Plugin Name: Hackpad Embeds
    11 Plugin URI: https://github.com/shadyvb/hackpad-embed
     10Plugin Name: Embed Hackpad Documents
     11Plugin URI: https://github.com/shadyvb/wp-embed-hackpad-documents
    1212Description: Embed Hackpad documents in WordPress
    1313Author: Shady Sharaf
    14 Version: 1.0.0
     14Version: 1.0.1
    1515Author URI: http://sharaf.me/
    1616License: GPL2
    1717
    18 Hackpad Embeds is free software: you can redistribute it and/or modify
     18Embed Hackpad Documents is free software: you can redistribute it and/or modify
    1919it under the terms of the GNU General Public License as published by
    2020the Free Software Foundation, either version 2 of the License, or
    2121any later version.
    2222
    23 Hackpad Embeds is distributed in the hope that it will be useful,
     23Embed Hackpad Documents is distributed in the hope that it will be useful,
    2424but WITHOUT ANY WARRANTY; without even the implied warranty of
    2525MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
Note: See TracChangeset for help on using the changeset viewer.