Plugin Directory

Changeset 1591890

Timestamp:
02/08/2017 05:37:26 PM (7 years ago)
Author:
mianshahzeb
Message:

New version for new wordpress

Location:
seo-301-meta/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • seo-301-meta/trunk/readme.txt

    r1556837 r1591890  
    44Donate link: https://mianshahzeb.com/donate
    55Requires at least: 3.0
    6 Tested up to: 4.7.0
    7 Stable tag: 1.1
     6Tested up to: 4.7.
     7Stable tag: 1.
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1414
    1515Seo 301 Meta is an easy and seo effective way to redirect your internal and external links to new posts, pages, categories and websites.
    16 This plugin helps you to redirect all kind of links to another pages or websites and add 301 redirection which is very important for seo.
     16This plugin helps you to redirect all kind of links to other pages or websites and add 301 redirection which is very important for seo.
    1717
    1818Features include:
    19 * Simple Control Panel easy to use for beinggers and newbies.
     19* Simple Control Panel easy to use for beers and newbies.
    2020* Wildcard support
    2121* Redirect posts and pages that published, draft or deleted from it\'s edit page directly with 301 redirection status.
     
    6464301 refers to the HTTP status code for this type of redirect. In most instances, the 301 redirect is the best method for implementing redirects on a website.
    6565== Upgrade Notice ==
     66
     67
    6668= 1.1 =
    6769* New GUI Updated with simple and easy layout
    6870
    6971== Changelog ==
     72
     73
    7074= 1.1 =
    7175* Updated redirect method to send headers directly instead using wp_redirect() because it was sending 302 codes on some servers
  • seo-301-meta/trunk/seo301meta.php

    r1556827 r1591890  
    44Plugin URI: https://www.mianshahzeb.com/plugins/seo-301-meta/
    55Description: Seo 301 Meta is an easy and seo effective way to redirect your internal and external links to new posts, pages, categories and websites. This plugin helps you to redirect all kind of links to another pages or websites and add 301 redirection which is very important for seo.
    6 Version: 1.1
     6Version: 1.
    77Author: Mian Shahzeb
    88Author URI: https://www.mianshahzeb.com/
     
    5353                jQuery(document).ready(function(){
    5454                    jQuery('span.s3m301-delete').html('Delete').css({'color':'red','cursor':'pointer'}).click(function(){
    55                         var confirm_delete = confirm('Delete This Redirect?');
     55                        var confirm_delete = confirm('Delete This Redirect?');
    5656                        if (confirm_delete) {
    5757                           
Note: See TracChangeset for help on using the changeset viewer.