Plugin Directory

Changeset 3427011


Ignore:
Timestamp:
12/24/2025 07:24:46 PM (3 months ago)
Author:
surflabtech
Message:

v2.2.2

Location:
surflink
Files:
297 added
2 edited

Legend:

Unmodified
Added
Removed
  • surflink/trunk/readme.txt

    r3426914 r3427011  
    66**Requires PHP:** 7.4   
    77**Tested up to:** 6.9 
    8 **Stable tag:** 2.2.1 
     8**Stable tag:** 2.2.2 
    99**License:** GPLv3 or later 
    1010**License URI:** https://opensource.org/licenses/GPL-3.0 
     
    129129== Changelog ==
    130130
     131### 2.2.2
     132* **Update:** minor update.
     133
    131134### 2.2.1
    132135* **fix:** upload and restore limit exceed bug fixed.
     
    137140### 2.2.0
    138141* **fix:** minor css fixed.
    139 * **fix:** a subtle bug in backup settings fixed. (pro)
    140142* **Update:** Frremium version of SurfLink is released.
    141143
  • surflink/trunk/surf-link.php

    r3426914 r3427011  
    77 * Author: SurfLab
    88 * Author URI: https://surflabtech.com
    9  * Version: 2.2.1
     9 * Version: 2.2.2
    1010 * Text Domain: surflink
    1111 * License: GPL-3.0-or-later
     
    4545                    'has_affiliation' => 'all',
    4646                    'menu'            => array(
    47                         'slug'        => 'slt-surflink',
    48                         'support'     => false,
    49                         'affiliation' => false,
     47                        'slug'    => 'slt-surflink',
     48                        'support' => false,
    5049                    ),
    5150                    'is_live'         => true,
     
    6968    }
    7069    if ( !defined( 'SURFL_VERSION' ) ) {
    71         define( 'SURFL_VERSION', '2.2.1' );
     70        define( 'SURFL_VERSION', '2.2.2' );
    7271    }
    7372    if ( !defined( 'SURFL_PLUGIN' ) ) {
     
    105104        }
    106105        if ( !defined( 'SURFL_VERSION' ) ) {
    107             define( 'SURFL_VERSION', '2.2.1' );
     106            define( 'SURFL_VERSION', '2.2.2' );
    108107        }
    109108        if ( is_multisite() ) {
Note: See TracChangeset for help on using the changeset viewer.