Plugin Directory

Changeset 1941619


Ignore:
Timestamp:
09/14/2018 11:27:37 PM (7 years ago)
Author:
webmarka
Message:

New plugin version 1.0.6.

Location:
kjm-admin-notices
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • kjm-admin-notices/trunk/README.txt

    r1941604 r1941619  
    22Contributors: webmarka
    33Donate link: https://www.kajoom.ca
    4 Tags: admin notice, admin notices, notices, dashboard, messages, dismissable, management tool, email notifications, maintenance, administration
     4Tags: admin notice, admin notices, notices, dashboard, messages, dismissible, management tool, email notifications, maintenance, administration
    55Requires at least: 3.0.1
    6 Tested up to: 4.8.2
     6Tested up to: 4.9.8
    77Stable tag: 1.0.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Create, manage and display to admin users nice custom dismissable notices with it's own title, author, date, category, tags and more.
     11Create, manage and display nice custom dismissible notices to admin users.
    1212
    1313== Description ==
     
    1717= Features: =
    1818
    19 * Create, manage and display to admin users nice custom dismissable notices.
     19* Create, manage and display to admin users nice custom dismissible notices.
    2020* Designed in a will to improve communication between admins and others users and roles.
    2121* Each notice can be styled based on the 4 built-in WordPress notices : info (blue), success (green), warning (yellow), error (red).
    2222* Choose to which roles you want to display / send notice.
    23 * Notices are dismissable by the user, on a per user basis.
     23* Notices are dismissible by the user, on a per user basis.
    2424* Assign tags, category, author, publish date to your notice.
    2525* Shortcodes : 3 handy shortocdes available as placeholders into the title or the body message : `[kjm_website_domain]`, `[kjm_display_name]` and `[kjm_admin_login]`.
     
    7474== Changelog ==
    7575
    76 = Dev version 1.0.6-dev. =
     76= 1.0.6 =
    7777
    78 * Added ability to define users roles or capability allowed to send notices.
     78Improvements and bug fixes. Verified compatibility with WP 4.9
     79
     80* Added ability to define users roles or capability who are allowed to send notices.
     81* Added a "Debug" metabox for debugging purposes.
     82* Implement local-settings file loading.
     83* Fixed Global Param "Child Theme" value.
    7984
    8085= 1.0.5 =
  • kjm-admin-notices/trunk/includes/class-kjm-admin-notices.php

    r1941604 r1941619  
    104104
    105105        $this->plugin_name = 'kjm-admin-notices';
    106         $this->version = '1.0.6-dev';
     106        $this->version = '1.0.6';
    107107        $this->options = get_option('kjm_admin_notices_settings') ? get_option('kjm_admin_notices_settings') : array();
    108108       
  • kjm-admin-notices/trunk/kjm-admin-notices.php

    r1941604 r1941619  
    1616 * Plugin Name:       KJM Admin Notices
    1717 * Plugin URI:        https://www.kajoom.ca/
    18  * Description:       Create and manage custom admin notices dismissable by the user.
    19  * Version:           1.0.6-dev
     18 * Description:       Create, manage and display nice custom dismissible notices to admin users.
     19 * Version:           1.0.6
    2020 * Author:            Marc-Antoine Minville
    2121 * Author URI:        https://www.kajoom.ca/
Note: See TracChangeset for help on using the changeset viewer.