Changeset 652125
- Timestamp:
- 01/13/2013 08:35:47 PM (13 years ago)
- Location:
- guest-posts
- Files:
-
- 2 edited
- 4 copied
-
tags/1.0.2 (copied) (copied from guest-posts/trunk)
-
tags/1.0.2/guest-posts-submit.php (copied) (copied from guest-posts/trunk/guest-posts-submit.php)
-
tags/1.0.2/guest-posts.php (copied) (copied from guest-posts/trunk/guest-posts.php) (2 diffs)
-
tags/1.0.2/readme.txt (copied) (copied from guest-posts/trunk/readme.txt) (2 diffs)
-
trunk/guest-posts.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
guest-posts/tags/1.0.2/guest-posts.php
r650989 r652125 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. 16 Version: 1.0.2 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. 111 Stable Tag: 1.0.2 12 12 License: GPL v2 13 13 */ … … 22 22 ), $atts ) ); 23 23 24 return '<form class="guests-post" action=" wp-content/plugins/guest-posts/guest-posts-submit.php" method="post">24 return '<form class="guests-post" action="'. plugin_dir_url("guest-posts.php") .'guest-posts/guest-posts-submit.php" method="post"> 25 25 <strong>Post Title:</strong><br> 26 26 <input type="text" name="title" size="60" required="required" placeholder="Post title here"><br> -
guest-posts/tags/1.0.2/readme.txt
r651115 r652125 5 5 Requires at least: 3.0 6 6 Tested Up to: 3.5 7 Stable Tag: 1.0. 17 Stable Tag: 1.0.2 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 85 85 86 86 == Changelog == 87 Date: 14-01-2013 88 Released: 1.0.2 89 Release Note: Fixed the form submission path which was causing problem with sites in subdirectory and child pages. 90 91 92 87 93 Date: 11-01-2013 88 94 Released: 1.0.1 -
guest-posts/trunk/guest-posts.php
r650989 r652125 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. 16 Version: 1.0.2 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. 111 Stable Tag: 1.0.2 12 12 License: GPL v2 13 13 */ … … 22 22 ), $atts ) ); 23 23 24 return '<form class="guests-post" action=" wp-content/plugins/guest-posts/guest-posts-submit.php" method="post">24 return '<form class="guests-post" action="'. plugin_dir_url("guest-posts.php") .'guest-posts/guest-posts-submit.php" method="post"> 25 25 <strong>Post Title:</strong><br> 26 26 <input type="text" name="title" size="60" required="required" placeholder="Post title here"><br> -
guest-posts/trunk/readme.txt
r651115 r652125 5 5 Requires at least: 3.0 6 6 Tested Up to: 3.5 7 Stable Tag: 1.0. 17 Stable Tag: 1.0.2 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 85 85 86 86 == Changelog == 87 Date: 14-01-2013 88 Released: 1.0.2 89 Release Note: Fixed the form submission path which was causing problem with sites in subdirectory and child pages. 90 91 92 87 93 Date: 11-01-2013 88 94 Released: 1.0.1
Note: See TracChangeset
for help on using the changeset viewer.