Plugin Directory

Changeset 652125


Ignore:
Timestamp:
01/13/2013 08:35:47 PM (13 years ago)
Author:
ibabar
Message:

Release of 1.0.2

Location:
guest-posts
Files:
2 edited
4 copied

Legend:

Unmodified
Added
Removed
  • guest-posts/tags/1.0.2/guest-posts.php

    r650989 r652125  
    44Plugin URI: http://en.ibabar.com
    55Description: Give an opportunity to your unregistered readers to post on your Blog.
    6 Version: 1.0.1
     6Version: 1.0.2
    77Author: Babar
    88Author URI: http://www.iBabar.com
    99Requires at least: 3.0
    1010Tested Up to: 3.5
    11 Stable Tag: 1.0.1
     11Stable Tag: 1.0.2
    1212License: GPL v2
    1313*/
     
    2222    ), $atts ) );
    2323
    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">
    2525        <strong>Post Title:</strong><br>
    2626            <input type="text" name="title" size="60" required="required" placeholder="Post title here"><br>
  • guest-posts/tags/1.0.2/readme.txt

    r651115 r652125  
    55Requires at least: 3.0
    66Tested Up to: 3.5
    7 Stable Tag: 1.0.1
     7Stable Tag: 1.0.2
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8585
    8686== Changelog ==
     87Date: 14-01-2013
     88Released: 1.0.2
     89Release Note: Fixed the form submission path which was causing problem with sites in subdirectory and child pages.
     90
     91
     92
    8793Date: 11-01-2013
    8894Released: 1.0.1
  • guest-posts/trunk/guest-posts.php

    r650989 r652125  
    44Plugin URI: http://en.ibabar.com
    55Description: Give an opportunity to your unregistered readers to post on your Blog.
    6 Version: 1.0.1
     6Version: 1.0.2
    77Author: Babar
    88Author URI: http://www.iBabar.com
    99Requires at least: 3.0
    1010Tested Up to: 3.5
    11 Stable Tag: 1.0.1
     11Stable Tag: 1.0.2
    1212License: GPL v2
    1313*/
     
    2222    ), $atts ) );
    2323
    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">
    2525        <strong>Post Title:</strong><br>
    2626            <input type="text" name="title" size="60" required="required" placeholder="Post title here"><br>
  • guest-posts/trunk/readme.txt

    r651115 r652125  
    55Requires at least: 3.0
    66Tested Up to: 3.5
    7 Stable Tag: 1.0.1
     7Stable Tag: 1.0.2
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8585
    8686== Changelog ==
     87Date: 14-01-2013
     88Released: 1.0.2
     89Release Note: Fixed the form submission path which was causing problem with sites in subdirectory and child pages.
     90
     91
     92
    8793Date: 11-01-2013
    8894Released: 1.0.1
Note: See TracChangeset for help on using the changeset viewer.