Plugin Directory

Changeset 3161568


Ignore:
Timestamp:
10/02/2024 02:22:59 PM (18 months ago)
Author:
wp-buy
Message:

Add the ability to create redirects directly from the website by using a link in the toolbar menu.

Location:
seo-redirection
Files:
99 added
4 edited

Legend:

Unmodified
Added
Removed
  • seo-redirection/tags/9.6/readme.txt

    r3161508 r3161568  
    44Requires at least: 4.1
    55Tested up to: 6.6.2
    6 Stable tag: 9.6
     6Stable tag: 9.7
    77License: GPL
    88
     
    8888== Changelog ==
    8989
     90= 9.7 =
     91* Add the ability to create redirects directly from the website by using a link in the toolbar menu.
     92
     93
     94
    9095= 9.6 =
    9196* Add the ability to create redirects directly from the website by using a link in the toolbar menu.
  • seo-redirection/tags/9.6/seo-redirection.php

    r3161508 r3161568  
    55Description: By this plugin you can manage all your website redirection types easily.
    66Author: wp-buy
    7 Version: 9.6
     7Version: 9.7
    88Author URI: https://www.wp-buy.com
    99Text Domain: seo-redirection
     
    211211
    212212/////////////////////////////////////////////////////////////////////////
    213 if(!function_exists(function: "wpsr_dashboard_notice")) {
     213if(!function_exists('wpsr_dashboard_notice')) {
    214214
    215215    function wpsr_dashboard_notice() {
  • seo-redirection/trunk/readme.txt

    r3161508 r3161568  
    44Requires at least: 4.1
    55Tested up to: 6.6.2
    6 Stable tag: 9.6
     6Stable tag: 9.7
    77License: GPL
    88
  • seo-redirection/trunk/seo-redirection.php

    r3161508 r3161568  
    55Description: By this plugin you can manage all your website redirection types easily.
    66Author: wp-buy
    7 Version: 9.6
     7Version: 9.7
    88Author URI: https://www.wp-buy.com
    99Text Domain: seo-redirection
     
    211211
    212212/////////////////////////////////////////////////////////////////////////
    213 if(!function_exists(function: "wpsr_dashboard_notice")) {
     213if(!function_exists('wpsr_dashboard_notice')) {
    214214
    215215    function wpsr_dashboard_notice() {
Note: See TracChangeset for help on using the changeset viewer.