Plugin Directory

Changeset 3155776


Ignore:
Timestamp:
09/21/2024 06:21:27 PM (18 months ago)
Author:
darkmysite
Message:

Version 1.2.8

Location:
darkmysite
Files:
96 added
2 edited

Legend:

Unmodified
Added
Removed
  • darkmysite/trunk/darkmysite.php

    r3041588 r3155776  
    44 * Plugin URI:        https://darkmysite.com
    55 * Description:       Simplest way to enable dark mode on your website - DarkMySite.
    6  * Version:           1.2.7
     6 * Version:           1.2.8
    77 * Author:            DarkMySite - WP Dark Mode
    88 * Author URI:        https://darkmysite.com
     
    1919}
    2020
    21 defined( 'DARKMYSITE_VERSION' ) or define( 'DARKMYSITE_VERSION', '1.2.7' );
     21defined( 'DARKMYSITE_VERSION' ) or define( 'DARKMYSITE_VERSION', '1.2.8' );
    2222defined( 'DARKMYSITE_PATH' ) or define( 'DARKMYSITE_PATH', plugin_dir_path( __FILE__ ) );
    2323defined( 'DARKMYSITE_URL' ) or define( 'DARKMYSITE_URL', plugin_dir_url( __FILE__ ) );
  • darkmysite/trunk/readme.txt

    r3041588 r3155776  
    11===DarkMySite - Advanced Dark Mode Plugin for WordPress===
    2 Contributors: darkmysite
     2Contributors: darkmysite, shafayatbayezd
    33Donate link: https://darkmysite.com
    44Tags: dark, dark mode, dark theme, night mode, wordpress dark mode
    5 Tested up to: 6.4
    6 Stable tag: 1.2.7
     5Tested up to: 6.6
     6Stable tag: 1.2.8
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    124124== Changelog ==
    125125
     126= 1.2.8 =
     127Code of the plugin has been revised.
     1281. Plugin has been modified to make it compatible to latest WordPress version (Free & Premium)
     1292. Some dark making techniques have been updated (Free & Premium)
     1303. Vulnerability issue has been solved.
     131
    126132= 1.2.7 =
    127133Code of the plugin has been revised.
    128 1. Plugin has been modified to make cit compatible to latest WordPress version (Free & Premium)
     1341. Plugin has been modified to make it compatible to latest WordPress version (Free & Premium)
    1291352. Some dark making techniques have been updated (Free & Premium)
    130136
Note: See TracChangeset for help on using the changeset viewer.