Changeset 3008082
- Timestamp:
- 12/11/2023 11:29:43 AM (2 years ago)
- Location:
- notix-web-push-notifications
- Files:
-
- 40 added
- 3 edited
-
tags/1.2.4 (added)
-
tags/1.2.4/README.txt (added)
-
tags/1.2.4/admin (added)
-
tags/1.2.4/admin/class-notix-admin.php (added)
-
tags/1.2.4/admin/css (added)
-
tags/1.2.4/admin/css/notix-admin.css (added)
-
tags/1.2.4/admin/img (added)
-
tags/1.2.4/admin/img/menu-icon.png (added)
-
tags/1.2.4/admin/index.php (added)
-
tags/1.2.4/admin/js (added)
-
tags/1.2.4/admin/js/notix-admin.js (added)
-
tags/1.2.4/admin/partials (added)
-
tags/1.2.4/admin/partials/notix-admin-settings-display.php (added)
-
tags/1.2.4/admin/partials/notix-admin-settings-log-display.php (added)
-
tags/1.2.4/includes (added)
-
tags/1.2.4/includes/class-notix-activator.php (added)
-
tags/1.2.4/includes/class-notix-deactivator.php (added)
-
tags/1.2.4/includes/class-notix-i18n.php (added)
-
tags/1.2.4/includes/class-notix-loader.php (added)
-
tags/1.2.4/includes/class-notix-utils.php (added)
-
tags/1.2.4/includes/class-notix.php (added)
-
tags/1.2.4/includes/index.php (added)
-
tags/1.2.4/index.php (added)
-
tags/1.2.4/languages (added)
-
tags/1.2.4/languages/notix.pot (added)
-
tags/1.2.4/notix.php (added)
-
tags/1.2.4/public (added)
-
tags/1.2.4/public/class-notix-public.php (added)
-
tags/1.2.4/public/css (added)
-
tags/1.2.4/public/css/notix-public.css (added)
-
tags/1.2.4/public/index.php (added)
-
tags/1.2.4/public/js (added)
-
tags/1.2.4/public/js/notix-public.js (added)
-
tags/1.2.4/public/partials (added)
-
tags/1.2.4/public/partials/notix-public-display-notify-tag-subscribers-popup.php (added)
-
tags/1.2.4/public/partials/notix-public-display-notify-tag-subscribers.php (added)
-
tags/1.2.4/public/partials/notix-public-display-tag.php (added)
-
tags/1.2.4/public/partials/notix-public-display.php (added)
-
tags/1.2.4/public/sw.enot.js (added)
-
tags/1.2.4/uninstall.php (added)
-
trunk/README.txt (modified) (2 diffs)
-
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
r3008062 r3008082 5 5 Requires at least: 4.9.4 6 6 Tested up to: 6.2.0 7 Stable tag: 1.2. 17 Stable tag: 1.2.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 107 107 == Changelog == 108 108 109 = 1.2.4 = 110 - Non-functional injuries 111 109 112 = 1.2.3 = 110 113 - Non-functional injuries -
notix-web-push-notifications/trunk/includes/class-notix.php
r3008062 r3008082 20 20 $this->version = NOTIX_VERSION; 21 21 } else { 22 $this->version = '1.2. 3';22 $this->version = '1.2.4'; 23 23 } 24 24 $this->notix = 'notix'; -
notix-web-push-notifications/trunk/notix.php
r3008062 r3008082 4 4 * 5 5 * @link https://notix.co/ 6 * @since 1.2. 36 * @since 1.2.4 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. 312 * Version: 1.2.4 13 13 * Author: Notix 14 14 * Author URI: https://notix.co/ … … 23 23 } 24 24 25 define( 'NOTIX_VERSION', '1.2. 3' );25 define( 'NOTIX_VERSION', '1.2.4' ); 26 26 27 27 function activate_notix() {
Note: See TracChangeset
for help on using the changeset viewer.