Plugin Directory

Changeset 2663075


Ignore:
Timestamp:
01/24/2022 10:02:28 AM (4 years ago)
Author:
wpformation
Message:

Tested up to 5.9

Location:
wpdash-notes/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wpdash-notes/trunk/readme.txt

    r2475049 r2663075  
    33Tags: note, notes, dashboard notes, wordpress notes, admin note, private note, notification, collaboration, workflow, to do list, note list, note widget, admin, dashboard
    44Requires at least: 4.2
    5 Tested up to: 5.6
    6 Stable tag: 1.2.1
     5Tested up to: 5.9
     6Stable tag: 1.3.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7272== Changelog ==
    7373
     74= 1.3.1 =
     75* Tested up to 5.9
     76
     77= 1.3 =
     78* Tested up to 5.8
     79
    7480= 1.2.1 =
    7581* Fix fatal error with vendor wp-dismissible-notices-handler and wp-review-me
  • wpdash-notes/trunk/wpdash-notes.php

    r2475049 r2663075  
    33Plugin Name: WPDash Notes
    44Description: 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.1
     5Version: 1.3.1
    66Author: WPFormation, NicolasKulka, WPServeur
    77Author URI: https://wpformation.com/
     
    1818
    1919// Plugin constants
    20 define( 'WPDASH_NOTES_VERSION', '1.2.1' );
     20define( 'WPDASH_NOTES_VERSION', '1.3.1' );
    2121define( 'WPDASH_NOTES_FOLDER', 'wpdash-notes' );
    2222define( 'WPDASH_NOTES_BASENAME', plugin_basename( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.