Plugin Directory

Changeset 2728276


Ignore:
Timestamp:
05/23/2022 06:28:53 AM (4 years ago)
Author:
Access Keys
Message:

Fixed broken link on documentation sub menu page and readme file

Location:
accesspress-anonymous-post
Files:
61 added
2 edited

Legend:

Unmodified
Added
Removed
  • accesspress-anonymous-post/trunk/accesspress-anonymous-post.php

    r2725063 r2728276  
    66 * Plugin URI: http://accesspressthemes.com/wordpress-plugins/accesspress-anonymous-post/
    77 * Description: A plugin that provides the ability to publish post from frontend with or without login anonymously using a simple html5 form from anywhere of the site with the help of shortcode and various backend settings.
    8  * Version: 2.8.3
     8 * Version: 2.8.4
    99 * Author:AccessPress Themes
    1010 * Author URI:http://accesspressthemes.com/
     
    424424        function redirect_to_site(){
    425425            if ( isset( $_GET[ 'page' ] ) && $_GET[ 'page' ] == 'ap-doc' ) {
    426                 wp_redirect( 'http://accesspressthemes.com/wordpress-plugin-instruction-anonymous-post/' );
     426                wp_redirect( 'http://accesspressthemes.com/documentation/wordpress-plugin-instruction-anonymous-post/' );
    427427                exit();
    428428            }
  • accesspress-anonymous-post/trunk/readme.txt

    r2725063 r2728276  
    55Requires at least: 4.5
    66Tested up to: 5.9
    7 Stable tag: 2.8.3
     7Stable tag: 2.8.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1212
    1313== Description ==
    14 [Documentation](https://accesspressthemes.com/wordpress-plugin-instruction-anonymous-post/) | [Support](https://accesspressthemes.com/support/) | [Upgrade to PRO](https://accesspressthemes.com/wordpress-plugins/accesspress-anonymous-post-premium/)
     14[Documentation](https://accesspressthemes.com/documentation/wordpress-plugin-instruction-anonymous-post/) | [Support](https://accesspressthemes.com/support/) | [Upgrade to PRO](https://accesspressthemes.com/wordpress-plugins/accesspress-anonymous-post-premium/)
    1515
    1616<strong>Anonymous posting</strong>(guest posting / front end posting / posting without login) - is made easy with <strong>AccessPress Anonymous Post</strong>.
     
    101101[Plugin information](http://accesspressthemes.com/wordpress-plugins/accesspress-anonymous-post/)
    102102
    103 [Docs](http://accesspressthemes.com/wordpress-plugin-instruction-anonymous-post/ )
     103[Docs](http://accesspressthemes.com/documentation/wordpress-plugin-instruction-anonymous-post/ )
    104104
    105105
     
    137137
    138138== Changelog ==
     139= 2.8.4 =
     140* Fixed broken link on documentation sub menu page and readme file
    139141
    140142= 2.8.3 =
Note: See TracChangeset for help on using the changeset viewer.