Changeset 3008062
- Timestamp:
- 12/11/2023 11:05:32 AM (2 years ago)
- Location:
- notix-web-push-notifications
- Files:
-
- 40 added
- 3 edited
-
tags/1.2.3 (added)
-
tags/1.2.3/README.txt (added)
-
tags/1.2.3/admin (added)
-
tags/1.2.3/admin/class-notix-admin.php (added)
-
tags/1.2.3/admin/css (added)
-
tags/1.2.3/admin/css/notix-admin.css (added)
-
tags/1.2.3/admin/img (added)
-
tags/1.2.3/admin/img/menu-icon.png (added)
-
tags/1.2.3/admin/index.php (added)
-
tags/1.2.3/admin/js (added)
-
tags/1.2.3/admin/js/notix-admin.js (added)
-
tags/1.2.3/admin/partials (added)
-
tags/1.2.3/admin/partials/notix-admin-settings-display.php (added)
-
tags/1.2.3/admin/partials/notix-admin-settings-log-display.php (added)
-
tags/1.2.3/includes (added)
-
tags/1.2.3/includes/class-notix-activator.php (added)
-
tags/1.2.3/includes/class-notix-deactivator.php (added)
-
tags/1.2.3/includes/class-notix-i18n.php (added)
-
tags/1.2.3/includes/class-notix-loader.php (added)
-
tags/1.2.3/includes/class-notix-utils.php (added)
-
tags/1.2.3/includes/class-notix.php (added)
-
tags/1.2.3/includes/index.php (added)
-
tags/1.2.3/index.php (added)
-
tags/1.2.3/languages (added)
-
tags/1.2.3/languages/notix.pot (added)
-
tags/1.2.3/notix.php (added)
-
tags/1.2.3/public (added)
-
tags/1.2.3/public/class-notix-public.php (added)
-
tags/1.2.3/public/css (added)
-
tags/1.2.3/public/css/notix-public.css (added)
-
tags/1.2.3/public/index.php (added)
-
tags/1.2.3/public/js (added)
-
tags/1.2.3/public/js/notix-public.js (added)
-
tags/1.2.3/public/partials (added)
-
tags/1.2.3/public/partials/notix-public-display-notify-tag-subscribers-popup.php (added)
-
tags/1.2.3/public/partials/notix-public-display-notify-tag-subscribers.php (added)
-
tags/1.2.3/public/partials/notix-public-display-tag.php (added)
-
tags/1.2.3/public/partials/notix-public-display.php (added)
-
tags/1.2.3/public/sw.enot.js (added)
-
tags/1.2.3/uninstall.php (added)
-
trunk/README.txt (modified) (1 diff)
-
trunk/includes/class-notix.php (modified) (1 diff)
-
trunk/notix.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
notix-web-push-notifications/trunk/README.txt
r2983787 r3008062 107 107 == Changelog == 108 108 109 = 1.2.3 = 110 - Non-functional injuries 111 109 112 = 1.2.1 = 110 113 - Changed README.txt descriptions and pictures -
notix-web-push-notifications/trunk/includes/class-notix.php
r2983767 r3008062 20 20 $this->version = NOTIX_VERSION; 21 21 } else { 22 $this->version = '1.2. 1';22 $this->version = '1.2.3'; 23 23 } 24 24 $this->notix = 'notix'; -
notix-web-push-notifications/trunk/notix.php
r2983767 r3008062 4 4 * 5 5 * @link https://notix.co/ 6 * @since 1.2. 16 * @since 1.2.3 7 7 * @package Notix 8 8 * … … 10 10 * Plugin Name: Notix Push Notifications 11 11 * Description: Bring more repeat traffic to your WordPress site with Notix. Best engine for web push subscribers collection and notifications delivery. 12 * Version: 1.2. 112 * Version: 1.2.3 13 13 * Author: Notix 14 14 * Author URI: https://notix.co/ … … 23 23 } 24 24 25 define( 'NOTIX_VERSION', '1.2. 1' );25 define( 'NOTIX_VERSION', '1.2.3' ); 26 26 27 27 function activate_notix() {
Note: See TracChangeset
for help on using the changeset viewer.