Plugin Directory

Changeset 3172710


Ignore:
Timestamp:
10/21/2024 07:52:19 AM (15 months ago)
Author:
ramshengale
Message:

v2.6.3

Location:
notifier
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • notifier/tags/2.6.3/includes/class-notifier.php

    r3159761 r3172710  
    2424     */
    2525    private function define_constants() {
    26         $this->define( 'NOTIFIER_VERSION', '2.6.1' );
     26        $this->define( 'NOTIFIER_VERSION', '2.6.3' );
    2727        $this->define( 'NOTIFIER_NAME', 'notifier' );
    2828        $this->define( 'NOTIFIER_PREFIX', 'notifier_' );
  • notifier/trunk/includes/class-notifier.php

    r3112114 r3172710  
    2424     */
    2525    private function define_constants() {
    26         $this->define( 'NOTIFIER_VERSION', '2.6.1' );
     26        $this->define( 'NOTIFIER_VERSION', '2.6.3' );
    2727        $this->define( 'NOTIFIER_NAME', 'notifier' );
    2828        $this->define( 'NOTIFIER_PREFIX', 'notifier_' );
Note: See TracChangeset for help on using the changeset viewer.