Plugin Directory

Changeset 2867724


Ignore:
Timestamp:
02/19/2023 04:30:26 PM (3 years ago)
Author:
wppool
Message:

Tagging version 4.0.7

Location:
wp-dark-mode
Files:
2 deleted
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wp-dark-mode/tags/4.0.7/plugin.php

    r2867695 r2867724  
    44 * Plugin URI:  https://wppool.dev/wp-dark-mode
    55 * Description: WP Dark Mode automatically enables a stunning dark mode of your website based on user's operating system. Supports macOS, Windows, Android & iOS.
    6  * Version:     4.0.6
     6 * Version:     4.0.7
    77 * Author:      WPPOOL
    88 * Author URI:  http://wppool.dev
     
    1919
    2020if ( ! defined( 'WP_DARK_MODE_VERSION' ) ) {
    21     define( 'WP_DARK_MODE_VERSION', '4.0.6' );
     21    define( 'WP_DARK_MODE_VERSION', '4.0.7' );
    2222    define( 'WP_DARK_MODE_FILE', __FILE__ );
    2323    define( 'WP_DARK_MODE_PATH', dirname( WP_DARK_MODE_FILE ) );
  • wp-dark-mode/tags/4.0.7/readme.txt

    r2867695 r2867724  
    55Tested up to: 6.1
    66Requires PHP: 5.6
    7 Stable tag: 4.0.6
     7Stable tag: 4.0.7
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    172172== Changelog ==
    173173
    174 = 4.0.6 - Feb 19 JAN 2023 =
     174= 4.0.7 - Feb 19 JAN 2023 =
    175175* Removed Sweetalert and added custom alert functionality
    176176* Reverted RTL support
  • wp-dark-mode/trunk/plugin.php

    r2867695 r2867724  
    44 * Plugin URI:  https://wppool.dev/wp-dark-mode
    55 * Description: WP Dark Mode automatically enables a stunning dark mode of your website based on user's operating system. Supports macOS, Windows, Android & iOS.
    6  * Version:     4.0.6
     6 * Version:     4.0.7
    77 * Author:      WPPOOL
    88 * Author URI:  http://wppool.dev
     
    1919
    2020if ( ! defined( 'WP_DARK_MODE_VERSION' ) ) {
    21     define( 'WP_DARK_MODE_VERSION', '4.0.6' );
     21    define( 'WP_DARK_MODE_VERSION', '4.0.7' );
    2222    define( 'WP_DARK_MODE_FILE', __FILE__ );
    2323    define( 'WP_DARK_MODE_PATH', dirname( WP_DARK_MODE_FILE ) );
  • wp-dark-mode/trunk/readme.txt

    r2867695 r2867724  
    55Tested up to: 6.1
    66Requires PHP: 5.6
    7 Stable tag: 4.0.6
     7Stable tag: 4.0.7
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    172172== Changelog ==
    173173
    174 = 4.0.6 - Feb 19 JAN 2023 =
     174= 4.0.7 - Feb 19 JAN 2023 =
    175175* Removed Sweetalert and added custom alert functionality
    176176* Reverted RTL support
Note: See TracChangeset for help on using the changeset viewer.