Plugin Directory

Changeset 3429598


Ignore:
Timestamp:
12/30/2025 12:32:58 PM (3 months ago)
Author:
surflabtech
Message:

v2.2.9

Location:
surflink
Files:
301 added
3 edited

Legend:

Unmodified
Added
Removed
  • surflink/trunk/includes/class-surfl-loader.php

    r3428732 r3429598  
    557557        );
    558558        $this->render_nav_item(
    559             $freemius_slug . '-account',
    560             'surfl-set-account-tab',
    561             'dashicons-admin-users',
    562             'Account',
    563             $active_tab,
    564             false,
    565             true
    566         );
    567         $this->render_nav_item(
    568559            $freemius_slug . '-contact',
    569560            'surfl-set-contact-tab',
  • surflink/trunk/readme.txt

    r3429296 r3429598  
    66**Requires PHP:** 7.4   
    77**Tested up to:** 6.9 
    8 **Stable tag:** 2.2.8
     8**Stable tag:** 2.2.9
    99**License:** GPLv3 or later 
    1010**License URI:** https://opensource.org/licenses/GPL-3.0 
     
    141141== Changelog ==
    142142
     143= 2.2.9 =
     144* Fixed: Important bug fixed.
     145
     146= 2.2.8 =
     147* Fixed: Critical bug fixed.
     148
    143149= 2.2.7 =
    144150* Fixed: Critical bug fixed.
  • surflink/trunk/surf-link.php

    r3429296 r3429598  
    77 * Author: SurfLab
    88 * Author URI: https://surflabtech.com
    9  * Version: 2.2.8
     9 * Version: 2.2.9
    1010 * Text Domain: surflink
    1111 * License: GPL-3.0-or-later
     
    6767    }
    6868    if ( !defined( 'SURFL_VERSION' ) ) {
    69         define( 'SURFL_VERSION', '2.2.8' );
     69        define( 'SURFL_VERSION', '2.2.9' );
    7070    }
    7171    if ( !defined( 'SURFL_PLUGIN' ) ) {
     
    9999        }
    100100        if ( !defined( 'SURFL_VERSION' ) ) {
    101             define( 'SURFL_VERSION', '2.2.8' );
     101            define( 'SURFL_VERSION', '2.2.9' );
    102102        }
    103103        if ( !defined( 'SURFL_SITE_URL' ) ) {
Note: See TracChangeset for help on using the changeset viewer.