Plugin Directory

Changeset 2781248


Ignore:
Timestamp:
09/07/2022 10:40:02 AM (4 years ago)
Author:
yehi
Message:

Version 1.1.2

Location:
advanced-notifications/trunk
Files:
14 added
3 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • advanced-notifications/trunk/advanced-notifications.php

    r2781091 r2781248  
    44 * Plugin URI: https://wordpress.org/plugins/advanced-notifications
    55 * Description: Advanced Notifications allows you to create beautiful custom notifications
    6  * Version: 1.1.1
     6 * Version: 1.1.2
    77 * Author: Yehi
    88 * Author URI: https://profiles.wordpress.org/yehi/
  • advanced-notifications/trunk/plugins/easy-interface-settings/easy-interface-settings.php

    r2781091 r2781248  
    4242        include( EIS_ROOT_PATH . 'includes/eis-admin-functions.php' );
    4343    }
    44     include( EIS_ROOT_PATH . 'includes/templates.php' );
     44    include( EIS_ROOT_PATH . 'includes/eis-templates.php' );
    4545    include( EIS_ROOT_PATH . 'includes/eis-css-generator.php' );
    4646
  • advanced-notifications/trunk/readme.txt

    r2781091 r2781248  
    44Requires at least: 5.6.2
    55Tested up to: 6.0.2
    6 Stable tag: 1.1.1
     6Stable tag: 1.1.2
    77License: GPLv2 or later
    88
     
    4848== Changelog ==
    4949
     50= 1.1.2 =
     51* Fix: File name error
     52* Update: eis plugin
     53
    5054= 1.1.1 =
    5155* Improve: Changing the way the notification is limited so that it also works in cache mode
     
    5862
    5963= 1.0.8 =
    60 * update: eis plugin
     64* Update: eis plugin
    6165* Fix: PHP errors
    6266
     
    6569
    6670= 1.0.6 =
    67 * update: eis plugin
     71* uUpdate: eis plugin
    6872
    6973= 1.0.5 =
Note: See TracChangeset for help on using the changeset viewer.