Changeset 1941619
- Timestamp:
- 09/14/2018 11:27:37 PM (7 years ago)
- Location:
- kjm-admin-notices
- Files:
-
- 1 added
- 4 edited
-
assets/screenshot-2.png (modified) (previous)
-
trunk/README.txt (modified) (3 diffs)
-
trunk/includes/class-kjm-admin-notices.php (modified) (1 diff)
-
trunk/includes/models/local-settings.example.php (added)
-
trunk/kjm-admin-notices.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kjm-admin-notices/trunk/README.txt
r1941604 r1941619 2 2 Contributors: webmarka 3 3 Donate link: https://www.kajoom.ca 4 Tags: admin notice, admin notices, notices, dashboard, messages, dismiss able, management tool, email notifications, maintenance, administration4 Tags: admin notice, admin notices, notices, dashboard, messages, dismissible, management tool, email notifications, maintenance, administration 5 5 Requires at least: 3.0.1 6 Tested up to: 4. 8.26 Tested up to: 4.9.8 7 7 Stable tag: 1.0.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Create, manage and display to admin users nice custom dismissable notices with it's own title, author, date, category, tags and more.11 Create, manage and display nice custom dismissible notices to admin users. 12 12 13 13 == Description == … … 17 17 = Features: = 18 18 19 * Create, manage and display to admin users nice custom dismiss able notices.19 * Create, manage and display to admin users nice custom dismissible notices. 20 20 * Designed in a will to improve communication between admins and others users and roles. 21 21 * Each notice can be styled based on the 4 built-in WordPress notices : info (blue), success (green), warning (yellow), error (red). 22 22 * Choose to which roles you want to display / send notice. 23 * Notices are dismiss able by the user, on a per user basis.23 * Notices are dismissible by the user, on a per user basis. 24 24 * Assign tags, category, author, publish date to your notice. 25 25 * Shortcodes : 3 handy shortocdes available as placeholders into the title or the body message : `[kjm_website_domain]`, `[kjm_display_name]` and `[kjm_admin_login]`. … … 74 74 == Changelog == 75 75 76 = Dev version 1.0.6-dev.=76 = 1.0.6 = 77 77 78 * Added ability to define users roles or capability allowed to send notices. 78 Improvements 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. 79 84 80 85 = 1.0.5 = -
kjm-admin-notices/trunk/includes/class-kjm-admin-notices.php
r1941604 r1941619 104 104 105 105 $this->plugin_name = 'kjm-admin-notices'; 106 $this->version = '1.0.6 -dev';106 $this->version = '1.0.6'; 107 107 $this->options = get_option('kjm_admin_notices_settings') ? get_option('kjm_admin_notices_settings') : array(); 108 108 -
kjm-admin-notices/trunk/kjm-admin-notices.php
r1941604 r1941619 16 16 * Plugin Name: KJM Admin Notices 17 17 * Plugin URI: https://www.kajoom.ca/ 18 * Description: Create and manage custom admin notices dismissable by the user.19 * Version: 1.0.6 -dev18 * Description: Create, manage and display nice custom dismissible notices to admin users. 19 * Version: 1.0.6 20 20 * Author: Marc-Antoine Minville 21 21 * Author URI: https://www.kajoom.ca/
Note: See TracChangeset
for help on using the changeset viewer.