Plugin Directory

Changeset 2840382


Ignore:
Timestamp:
12/28/2022 11:32:44 AM (3 years ago)
Author:
wppool
Message:

Tagging version 3.0.6

Location:
wp-dark-mode
Files:
14 added
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wp-dark-mode/tags/3.0.6/includes/base.php

    r2840275 r2840382  
    7070                 */
    7171                $wpdm_plugin = new \WPPOOL\Plugin('wp_dark_mode');
    72                 $wpdm_plugin->appsero();
     72                // $wpdm_plugin->appsero();
    7373           
    7474
  • wp-dark-mode/tags/3.0.6/plugin.php

    r2840275 r2840382  
    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:     3.0.5
     6 * Version:     3.0.6
    77 * Author:      WPPOOL
    88 * Author URI:  http://wppool.dev
     
    1919
    2020if ( ! defined( 'WP_DARK_MODE_VERSION' ) ) {
    21     define( 'WP_DARK_MODE_VERSION', '3.0.5' );
     21    define( 'WP_DARK_MODE_VERSION', '3.0.6' );
    2222    define( 'WP_DARK_MODE_FILE', __FILE__ );
    2323    define( 'WP_DARK_MODE_PATH', dirname( WP_DARK_MODE_FILE ) );
  • wp-dark-mode/tags/3.0.6/readme.txt

    r2840275 r2840382  
    55Tested up to: 6.1
    66Requires PHP: 5.6
    7 Stable tag: 3.0.5
     7Stable tag: 3.0.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    172172== Changelog ==
    173173
     174= 3.0.6 – 28 DEC 2022 =
     175* Fixed wppool sdk missing fatal error.
     176
    174177= 3.0.5 – 27 DEC 2022 =
    175178* Fixed minor issues and improved performance
  • wp-dark-mode/trunk/includes/base.php

    r2840275 r2840382  
    7070                 */
    7171                $wpdm_plugin = new \WPPOOL\Plugin('wp_dark_mode');
    72                 $wpdm_plugin->appsero();
     72                // $wpdm_plugin->appsero();
    7373           
    7474
  • wp-dark-mode/trunk/plugin.php

    r2840275 r2840382  
    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:     3.0.5
     6 * Version:     3.0.6
    77 * Author:      WPPOOL
    88 * Author URI:  http://wppool.dev
     
    1919
    2020if ( ! defined( 'WP_DARK_MODE_VERSION' ) ) {
    21     define( 'WP_DARK_MODE_VERSION', '3.0.5' );
     21    define( 'WP_DARK_MODE_VERSION', '3.0.6' );
    2222    define( 'WP_DARK_MODE_FILE', __FILE__ );
    2323    define( 'WP_DARK_MODE_PATH', dirname( WP_DARK_MODE_FILE ) );
  • wp-dark-mode/trunk/readme.txt

    r2840275 r2840382  
    55Tested up to: 6.1
    66Requires PHP: 5.6
    7 Stable tag: 3.0.5
     7Stable tag: 3.0.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    172172== Changelog ==
    173173
     174= 3.0.6 – 28 DEC 2022 =
     175* Fixed wppool sdk missing fatal error.
     176
    174177= 3.0.5 – 27 DEC 2022 =
    175178* Fixed minor issues and improved performance
Note: See TracChangeset for help on using the changeset viewer.