Changeset 650989
- Timestamp:
- 01/10/2013 07:07:48 PM (13 years ago)
- Location:
- guest-posts
- Files:
-
- 3 edited
- 4 copied
-
tags/1.0.1 (copied) (copied from guest-posts/trunk)
-
tags/1.0.1/guest-posts-submit.php (copied) (copied from guest-posts/trunk/guest-posts-submit.php) (1 diff)
-
tags/1.0.1/guest-posts.php (copied) (copied from guest-posts/trunk/guest-posts.php) (1 diff)
-
tags/1.0.1/readme.txt (copied) (copied from guest-posts/trunk/readme.txt) (2 diffs)
-
trunk/guest-posts-submit.php (modified) (1 diff)
-
trunk/guest-posts.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
guest-posts/tags/1.0.1/guest-posts-submit.php
r650765 r650989 5 5 6 6 //Get the submitted form 7 ob_start(); 7 8 $title = $_POST["title"]; 8 9 $story = $_POST["story"]; -
guest-posts/tags/1.0.1/guest-posts.php
r650977 r650989 4 4 Plugin URI: http://en.ibabar.com 5 5 Description: Give an opportunity to your unregistered readers to post on your Blog. 6 Version: 1.0 6 Version: 1.0.1 7 7 Author: Babar 8 8 Author URI: http://www.iBabar.com 9 9 Requires at least: 3.0 10 10 Tested Up to: 3.5 11 Stable Tag: 1.0 11 Stable Tag: 1.0.1 12 12 License: GPL v2 13 13 */ -
guest-posts/tags/1.0.1/readme.txt
r650948 r650989 5 5 Requires at least: 3.0 6 6 Tested Up to: 3.5 7 Stable Tag: 1.0 7 Stable Tag: 1.0.1 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 85 85 86 86 == Changelog == 87 Date: 11-01-2013 88 Released: 1.0.1 89 Release Note: Fixed a PHP error when submitting the form. 90 91 87 92 Date: 10-01-2013 88 93 Released Version: 1.0 -
guest-posts/trunk/guest-posts-submit.php
r650765 r650989 5 5 6 6 //Get the submitted form 7 ob_start(); 7 8 $title = $_POST["title"]; 8 9 $story = $_POST["story"]; -
guest-posts/trunk/guest-posts.php
r650977 r650989 4 4 Plugin URI: http://en.ibabar.com 5 5 Description: Give an opportunity to your unregistered readers to post on your Blog. 6 Version: 1.0 6 Version: 1.0.1 7 7 Author: Babar 8 8 Author URI: http://www.iBabar.com 9 9 Requires at least: 3.0 10 10 Tested Up to: 3.5 11 Stable Tag: 1.0 11 Stable Tag: 1.0.1 12 12 License: GPL v2 13 13 */ -
guest-posts/trunk/readme.txt
r650948 r650989 5 5 Requires at least: 3.0 6 6 Tested Up to: 3.5 7 Stable Tag: 1.0 7 Stable Tag: 1.0.1 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 85 85 86 86 == Changelog == 87 Date: 11-01-2013 88 Released: 1.0.1 89 Release Note: Fixed a PHP error when submitting the form. 90 91 87 92 Date: 10-01-2013 88 93 Released Version: 1.0
Note: See TracChangeset
for help on using the changeset viewer.