Plugin Directory

Changeset 3407071


Ignore:
Timestamp:
12/01/2025 05:11:09 PM (3 months ago)
Author:
webbuilder143
Message:

1.2.4

  • Tested with WP 6.9
Location:
wb-sticky-notes
Files:
71 added
3 edited

Legend:

Unmodified
Added
Removed
  • wb-sticky-notes/trunk/includes/class-wb-sticky-notes.php

    r3399917 r3407071  
    9494            $this->version = WB_STICKY_NOTES_VERSION;
    9595        } else {
    96             $this->version = '1.2.3';
     96            $this->version = '1.2.4';
    9797        }
    9898        $this->plugin_name =WB_STICKY_PLUGIN_NAME;
  • wb-sticky-notes/trunk/readme.txt

    r3399917 r3407071  
    33Donate link: https://webbuilder143.com/?utm_source=wordpressorg&utm_medium=readme&utm_campaign=donate-link&utm_id=notes-plugin&utm_content=donate
    44Tags: sticky notes, dashboard notes, admin notes, reminders, notes
    5 Requires at least: 3.0.1
    6 Tested up to: 6.8
     5Requires at least: 3.5.0
     6Tested up to: 6.9
    77Requires PHP: 5.6
    8 Stable tag: 1.2.3
     8Stable tag: 1.2.4
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    7474
    7575== Changelog ==
     76
     77= 1.2.4 =
     78* Tested with WP 6.9
    7679
    7780= 1.2.3 = 
     
    149152== Upgrade Notice ==
    150153
    151 = 1.2.3 = 
    152 * Tested with WordPress 6.8.3
     154= 1.2.4 =
     155* Tested with WP 6.9
    153156
    154157== Our Other Free Plugins == 
  • wb-sticky-notes/trunk/wb-sticky-notes.php

    r3399917 r3407071  
    1111 * Plugin Name:       Sticky Notes for WP Dashboard
    1212 * Description:       Easily add, manage, and organize sticky notes directly on your WordPress dashboard. Perfect for reminders, to-dos, and team collaboration.
    13  * Version:           1.2.3
     13 * Version:           1.2.4
    1414 * Author:            Web Builder 143
    1515 * Author URI:        https://profiles.wordpress.org/webbuilder143/
     
    2828 * Currently plugin version.
    2929 */
    30 define('WB_STICKY_NOTES_VERSION','1.2.3');
     30define('WB_STICKY_NOTES_VERSION','1.2.4');
    3131
    3232define('WB_STN_SETTINGS','WB_STN_SETTINGS');
Note: See TracChangeset for help on using the changeset viewer.