Plugin Directory

Changeset 2900058


Ignore:
Timestamp:
04/17/2023 08:21:28 AM (3 years ago)
Author:
divspot
Message:

Version 1.14.4 release.

Location:
ds-site-message
Files:
53 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • ds-site-message/trunk/ds-site-message.php

    r2694797 r2900058  
    44Plugin URI:   https://www.divspot.co.za/plugin-ds-site-message/
    55Description:  Add a maintenance or coming soon page to your wordpress site.
    6 Version:      1.14.3
     6Version:      1.14.4
    77Author:       divSpot
    88Author URI:   https://www.divspot.co.za
     
    3131define('DSSM_TITLE'   , 'DS Site Message' );
    3232define('DSSM_SLUG'    , 'ds-site-message' ); // Plugin slug.
    33 define('DSSM_VERSION' , '1.14.3' );
     33define('DSSM_VERSION' , '1.14.4' );
    3434
    3535
  • ds-site-message/trunk/readme.txt

    r2694797 r2900058  
    66Author URI: https://www.divspot.co.za
    77Author: divSpot
    8 Requires PHP: 5.6
     8Requires PHP: 7.2
    99Requires at least: 4.9.4
    10 Tested up to: 5.9.2
    11 Stable tag: 1.14.3
    12 Version: 1.14.3
     10Tested up to: 6.2
     11Stable tag: 1.14.4
     12Version: 1.14.4
    1313License: GPLv3 or later
    1414License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    3636
    3737== Upgrade Notice ==
     38= 1.14.4 =
     39* Update: Compatibility with WordPress 6.2.
     40
    3841= 1.14.3 =
    3942* Update: Compatibility with WordPress 5.9.2.
     
    9194
    9295== Changelog ==
     96= 1.14.4 =
     97* Update: Compatibility with WordPress 6.2.
     98
    9399= 1.14.3 =
    94100* Update: Compatibility with WordPress 5.9.2.
  • ds-site-message/trunk/uninstall.php

    r2145788 r2900058  
    99delete_option( 'dssm_settings' );
    1010delete_option( 'dssm_version' );
    11 
    12 /**
    13  * Legacy options.
    14  * Used by v1.1215 and earlier.
    15  */
    16 delete_option( 'dssm-settings' );
    17 delete_option( 'dssm-version' );
    18 delete_option( 'dssm-content' );
    19 delete_option( 'dssm-design' );
    20 delete_option( 'dssm-sections' );
Note: See TracChangeset for help on using the changeset viewer.