Changeset 1449748
- Timestamp:
- 07/06/2016 07:08:06 AM (10 years ago)
- Location:
- embed-hackpad-documents
- Files:
-
- 3 added
- 2 edited
-
tags/1.0.1 (added)
-
tags/1.0.1/README.txt (added)
-
tags/1.0.1/embed-hackpad-documents.php (added)
-
trunk/README.txt (modified) (3 diffs)
-
trunk/embed-hackpad-documents.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
embed-hackpad-documents/trunk/README.txt
r1449485 r1449748 1 === Plugin Name===1 === Embed Hackpad Documents === 2 2 Contributors: shadyvb 3 3 Tags: hackpad, embed … … 16 16 == Installation == 17 17 18 1. Upload the plugin files to the `/wp-content/plugins/ hackpad-embed` directory, or install the plugin through the WordPress plugins screen directly.18 1. Upload the plugin files to the `/wp-content/plugins/embed-hackpad-documents` directory, or install the plugin through the WordPress plugins screen directly. 19 19 1. Activate the plugin through the 'Plugins' screen in WordPress 20 20 1. Paste Hackpad URL in Post content, the embedded document is automatically inserted in place of the URL … … 24 24 = 1.0.0 = 25 25 * 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 3 3 * Hackpads Embedded in WordPress 4 4 * 5 * @package Hackpad-embed6 * @version 1.0. 05 * @package embed-hackpad-documents 6 * @version 1.0.1 7 7 */ 8 8 9 9 /* 10 Plugin Name: Hackpad Embeds11 Plugin URI: https://github.com/shadyvb/ hackpad-embed10 Plugin Name: Embed Hackpad Documents 11 Plugin URI: https://github.com/shadyvb/wp-embed-hackpad-documents 12 12 Description: Embed Hackpad documents in WordPress 13 13 Author: Shady Sharaf 14 Version: 1.0. 014 Version: 1.0.1 15 15 Author URI: http://sharaf.me/ 16 16 License: GPL2 17 17 18 Hackpad Embeds is free software: you can redistribute it and/or modify18 Embed Hackpad Documents is free software: you can redistribute it and/or modify 19 19 it under the terms of the GNU General Public License as published by 20 20 the Free Software Foundation, either version 2 of the License, or 21 21 any later version. 22 22 23 Hackpad Embeds is distributed in the hope that it will be useful,23 Embed Hackpad Documents is distributed in the hope that it will be useful, 24 24 but WITHOUT ANY WARRANTY; without even the implied warranty of 25 25 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
Note: See TracChangeset
for help on using the changeset viewer.