Plugin Directory

Changeset 2484992


Ignore:
Timestamp:
03/03/2021 07:26:24 AM (5 years ago)
Author:
zuda
Message:

Updated menu name

Location:
redirect-editor/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • redirect-editor/trunk/readme.txt

    r2427078 r2484992  
    55Tags:  redirect, improve security, hacking, wordpress security,  wp security, SEO, security plugin, redirection, htaccess,
    66Requires at least: 3.0
    7 Tested up to: 5.5.4
     7Tested up to: 5.7
    88Stable tag: trunk
    99License: GPLv2 or later
     
    5252
    53531. Redirect editor is easy to use, you just type in the page you want redirected as shown in the example and then put the link to where we are redirecting to. It is the simplest redirect tool for seo and gives an accurate 301 response for WP. The other features help secure your site and currently happen in the background without any interaction, besides activating the plugin.
     54== 2.4.0 ==
     55Updated the name to SEO redirect editor when you go to choose it.
     56
    5457
    5558
  • redirect-editor/trunk/redirect-editor.php

    r2427078 r2484992  
    33/*
    44Plugin Name: Search Engine Optimization Redirect Editor
    5 Version: 2.3.9
     5Version: 2.4
    66Plugin URI: https://planetzuda.com
    77Description: If you need to redirect whether for search engine optimization purposes or otherwise you can use our app to  redirect to any page. We provide a direct link to your xml sitemap which you can submit to search engines manually.  We  protect you against popular SEO plugins that damage your rankings by making your sitemap invisible to Google's bots by telling them to not index it, which is a free and automatically applied feature. More search features are coming. Our redirect editor is extremely useful and highly secure, which has been tested in bug bounties by white hat hackers, including our security and seo company.
     
    176176    public function add_admin_menu()
    177177    {
    178         add_options_page('Redirect Editor', 'Redirect Editor', 'manage_options', 'redirect-editor', array(
     178        add_options_page('SEO Redirect Editor', 'SEO Redirect Editor', 'manage_options', 'redirect-editor', array(
    179179            $this,
    180180            'admin_page'
Note: See TracChangeset for help on using the changeset viewer.