Plugin Directory

Changeset 2430760


Ignore:
Timestamp:
12/03/2020 09:14:35 AM (5 years ago)
Author:
wpformation
Message:
  • Tested up to 5.6
  • Add compatibility with PHP8
Location:
wpdash-notes
Files:
49 added
3 edited

Legend:

Unmodified
Added
Removed
  • wpdash-notes/trunk/classes/singleton.php

    r2422139 r2430760  
    5151     * @return void
    5252     */
    53     final private function __clone() {
     53    final public function __clone() {
    5454    }
    5555
     
    5959     * @return void
    6060     */
    61     final private function __wakeup() {
     61    final public function __wakeup() {
    6262    }
    6363}
  • wpdash-notes/trunk/readme.txt

    r2423458 r2430760  
    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.5
    6 Stable tag: 1.1
     5Tested up to: 5.6
     6Stable tag: 1.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7272== Changelog ==
    7373
     74= 1.2 =
     75* Tested up to 5.6
     76* Add compatibility with PHP8
     77
    7478= 1.1 =
    7579* Addition of a "Notes" link on the list of plugins
  • wpdash-notes/trunk/wpdash-notes.php

    r2423458 r2430760  
    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.1
     5Version: 1.2
    66Author: WPFormation, NicolasKulka, WPServeur
    77Author URI: https://wpformation.com/
     
    1818
    1919// Plugin constants
    20 define( 'WPDASH_NOTES_VERSION', '1.1' );
     20define( 'WPDASH_NOTES_VERSION', '1.2' );
    2121define( 'WPDASH_NOTES_FOLDER', 'wpdash-notes' );
    2222define( 'WPDASH_NOTES_BASENAME', plugin_basename( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.