Changeset 2663075
- Timestamp:
- 01/24/2022 10:02:28 AM (4 years ago)
- Location:
- wpdash-notes/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wpdash-notes.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpdash-notes/trunk/readme.txt
r2475049 r2663075 3 3 Tags: note, notes, dashboard notes, wordpress notes, admin note, private note, notification, collaboration, workflow, to do list, note list, note widget, admin, dashboard 4 4 Requires at least: 4.2 5 Tested up to: 5. 66 Stable tag: 1. 2.15 Tested up to: 5.9 6 Stable tag: 1.3.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 72 72 == Changelog == 73 73 74 = 1.3.1 = 75 * Tested up to 5.9 76 77 = 1.3 = 78 * Tested up to 5.8 79 74 80 = 1.2.1 = 75 81 * Fix fatal error with vendor wp-dismissible-notices-handler and wp-review-me -
wpdash-notes/trunk/wpdash-notes.php
r2475049 r2663075 3 3 Plugin Name: WPDash Notes 4 4 Description: WPDash Notes est un plugin qui vous permet de créer des notes sur votre tableau de bord WordPress et sur ceux des autres utilisateurs. 5 Version: 1. 2.15 Version: 1.3.1 6 6 Author: WPFormation, NicolasKulka, WPServeur 7 7 Author URI: https://wpformation.com/ … … 18 18 19 19 // Plugin constants 20 define( 'WPDASH_NOTES_VERSION', '1. 2.1' );20 define( 'WPDASH_NOTES_VERSION', '1.3.1' ); 21 21 define( 'WPDASH_NOTES_FOLDER', 'wpdash-notes' ); 22 22 define( 'WPDASH_NOTES_BASENAME', plugin_basename( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.