Changeset 3172710
- Timestamp:
- 10/21/2024 07:52:19 AM (15 months ago)
- Location:
- notifier
- Files:
-
- 2 edited
-
tags/2.6.3/includes/class-notifier.php (modified) (1 diff)
-
trunk/includes/class-notifier.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
notifier/tags/2.6.3/includes/class-notifier.php
r3159761 r3172710 24 24 */ 25 25 private function define_constants() { 26 $this->define( 'NOTIFIER_VERSION', '2.6. 1' );26 $this->define( 'NOTIFIER_VERSION', '2.6.3' ); 27 27 $this->define( 'NOTIFIER_NAME', 'notifier' ); 28 28 $this->define( 'NOTIFIER_PREFIX', 'notifier_' ); -
notifier/trunk/includes/class-notifier.php
r3112114 r3172710 24 24 */ 25 25 private function define_constants() { 26 $this->define( 'NOTIFIER_VERSION', '2.6. 1' );26 $this->define( 'NOTIFIER_VERSION', '2.6.3' ); 27 27 $this->define( 'NOTIFIER_NAME', 'notifier' ); 28 28 $this->define( 'NOTIFIER_PREFIX', 'notifier_' );
Note: See TracChangeset
for help on using the changeset viewer.