Changeset 3398257
- Timestamp:
- 11/18/2025 05:28:52 PM (3 months ago)
- Location:
- nudgify
- Files:
-
- 2 edited
- 28 copied
-
tags/1.3.9 (copied) (copied from nudgify/trunk)
-
tags/1.3.9/includes/functions.php (copied) (copied from nudgify/trunk/includes/functions.php)
-
tags/1.3.9/includes/options.php (copied) (copied from nudgify/trunk/includes/options.php)
-
tags/1.3.9/includes/settings.php (copied) (copied from nudgify/trunk/includes/settings.php)
-
tags/1.3.9/nudgify.php (copied) (copied from nudgify/trunk/nudgify.php) (2 diffs)
-
tags/1.3.9/readme.txt (copied) (copied from nudgify/trunk/readme.txt) (1 diff)
-
tags/1.3.9/sentry/NudgifySentryBreadcrumb.php (copied) (copied from nudgify/trunk/sentry/NudgifySentryBreadcrumb.php)
-
tags/1.3.9/sentry/NudgifySentryBreadcrumbLogger.php (copied) (copied from nudgify/trunk/sentry/NudgifySentryBreadcrumbLogger.php)
-
tags/1.3.9/sentry/NudgifySentryBrowserContext.php (copied) (copied from nudgify/trunk/sentry/NudgifySentryBrowserContext.php)
-
tags/1.3.9/sentry/NudgifySentryBufferedEventCapture.php (copied) (copied from nudgify/trunk/sentry/NudgifySentryBufferedEventCapture.php)
-
tags/1.3.9/sentry/NudgifySentryClient.php (copied) (copied from nudgify/trunk/sentry/NudgifySentryClient.php)
-
tags/1.3.9/sentry/NudgifySentryClientExtension.php (copied) (copied from nudgify/trunk/sentry/NudgifySentryClientExtension.php)
-
tags/1.3.9/sentry/NudgifySentryClientIPDetector.php (copied) (copied from nudgify/trunk/sentry/NudgifySentryClientIPDetector.php)
-
tags/1.3.9/sentry/NudgifySentryClientSniffer.php (copied) (copied from nudgify/trunk/sentry/NudgifySentryClientSniffer.php)
-
tags/1.3.9/sentry/NudgifySentryDSN.php (copied) (copied from nudgify/trunk/sentry/NudgifySentryDSN.php)
-
tags/1.3.9/sentry/NudgifySentryDirectEventCapture.php (copied) (copied from nudgify/trunk/sentry/NudgifySentryDirectEventCapture.php)
-
tags/1.3.9/sentry/NudgifySentryEnvironmentReporter.php (copied) (copied from nudgify/trunk/sentry/NudgifySentryEnvironmentReporter.php)
-
tags/1.3.9/sentry/NudgifySentryEvent.php (copied) (copied from nudgify/trunk/sentry/NudgifySentryEvent.php)
-
tags/1.3.9/sentry/NudgifySentryEventCapture.php (copied) (copied from nudgify/trunk/sentry/NudgifySentryEventCapture.php)
-
tags/1.3.9/sentry/NudgifySentryExceptionList.php (copied) (copied from nudgify/trunk/sentry/NudgifySentryExceptionList.php)
-
tags/1.3.9/sentry/NudgifySentryExceptionReporter.php (copied) (copied from nudgify/trunk/sentry/NudgifySentryExceptionReporter.php)
-
tags/1.3.9/sentry/NudgifySentryLevel.php (copied) (copied from nudgify/trunk/sentry/NudgifySentryLevel.php)
-
tags/1.3.9/sentry/NudgifySentryOSContext.php (copied) (copied from nudgify/trunk/sentry/NudgifySentryOSContext.php)
-
tags/1.3.9/sentry/NudgifySentryRequest.php (copied) (copied from nudgify/trunk/sentry/NudgifySentryRequest.php)
-
tags/1.3.9/sentry/NudgifySentryRequestReporter.php (copied) (copied from nudgify/trunk/sentry/NudgifySentryRequestReporter.php)
-
tags/1.3.9/sentry/NudgifySentryRuntimeContext.php (copied) (copied from nudgify/trunk/sentry/NudgifySentryRuntimeContext.php)
-
tags/1.3.9/sentry/NudgifySentryStackTrace.php (copied) (copied from nudgify/trunk/sentry/NudgifySentryStackTrace.php)
-
tags/1.3.9/sentry/autoload.php (copied) (copied from nudgify/trunk/sentry/autoload.php)
-
trunk/nudgify.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
nudgify/tags/1.3.9/nudgify.php
r3398068 r3398257 5 5 Description: Install Nudgify on your WordPress website in less then 10 seconds. Integrate unique tracking code of Nudgify into every page of your website in one click. 6 6 Author: Nudgify 7 Version: 1.3. 87 Version: 1.3.9 8 8 Author URI: https://nudgify.com 9 9 License: GPLv2 … … 13 13 defined('ABSPATH') or exit('Restricted access!'); 14 14 15 define('NUDGIFY_PLUGIN_VERSION', '1.3. 8');15 define('NUDGIFY_PLUGIN_VERSION', '1.3.9'); 16 16 define('NUDGIFY_PLUGIN_SLUG', 'nudgify'); 17 17 define('NUDGIFY_PLUGIN_URL', plugin_dir_url(__FILE__)); -
nudgify/tags/1.3.9/readme.txt
r3398068 r3398257 5 5 Requires at least: 4.6 6 6 Tested up to: 6.8.3 7 Stable tag: 1.3. 87 Stable tag: 1.3.9 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
nudgify/trunk/nudgify.php
r3398068 r3398257 5 5 Description: Install Nudgify on your WordPress website in less then 10 seconds. Integrate unique tracking code of Nudgify into every page of your website in one click. 6 6 Author: Nudgify 7 Version: 1.3. 87 Version: 1.3.9 8 8 Author URI: https://nudgify.com 9 9 License: GPLv2 … … 13 13 defined('ABSPATH') or exit('Restricted access!'); 14 14 15 define('NUDGIFY_PLUGIN_VERSION', '1.3. 8');15 define('NUDGIFY_PLUGIN_VERSION', '1.3.9'); 16 16 define('NUDGIFY_PLUGIN_SLUG', 'nudgify'); 17 17 define('NUDGIFY_PLUGIN_URL', plugin_dir_url(__FILE__)); -
nudgify/trunk/readme.txt
r3398068 r3398257 5 5 Requires at least: 4.6 6 6 Tested up to: 6.8.3 7 Stable tag: 1.3. 87 Stable tag: 1.3.9 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.