You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -64,6 +64,11 @@ OneSignal is trusted by over 1.8M+ developers and marketing strategists. We powe
64
64
65
65
== Changelog ==
66
66
67
+
= 3.0.5 =
68
+
- Change push title and content to match 2.X version
69
+
- Bugfix: handle missing UTM parameters
70
+
- Update documentation links
71
+
67
72
= 3.0.4 =
68
73
- Added features: auto-send on publish, UTM tags
69
74
- Bug fixes: validation issues on settings form
@@ -79,7 +84,7 @@ WARNING: this update contains changes that may break specific setups, as detaile
79
84
80
85
If you have made any code modifications to your Wordpress installation to directly interact with the OneSignal SDK, this version will break your implementation. Please revert your code modifications prior to upgrading and use our improved dashboard functionality to configure your OneSignal integration instead.
<a href="https://documentation.onesignal.com/docs/wordpress-plugin-30" target="_blank">Getting Started → </a>
65
+
<a href="https://documentation.onesignal.com/docs/wordpress" target="_blank">Getting Started → </a>
66
66
</span>
67
67
</div>
68
68
<?php
@@ -122,14 +122,33 @@ function onesignal_admin_page()
122
122
123
123
<h3>Advanced Settings</h3>
124
124
<div class="ui borderless shadowless segment">
125
-
<div class="field">
126
-
<label>Additional Notification URL Parameters<i class="tiny circular help icon link" role="popup" data-html="Adds the specified string as extra URL parameters to your notification URL so that they can be tracked as an event by your analytics system. <em>Please escape your parameter values</em>; your input will be added as-is to the end of your notification URL. Example:</p>If you want:<em><li><code>utm_medium</code> to be <code>ppc</code></li><li><code>utm_source</code> to be <code>adwords</code></li><li><code>utm_campaign</code> to be <code>snow boots</code></li><li><code>utm_content</code> to be <code>durable snow boots</code></li></em><p><p>Then use the following string:</p><p><code style='word-break: break-all;'>utm_medium=ppc&utm_source=adwords&utm_campaign=snow%20boots&utm_content=durable%20%snow%boots</code></p>" data-variation="wide"></i></label>
<p>Adds the specified string as extra URL parameters to your notification URL so that they can be tracked as an event by your analytics system. <em>Please escape your parameter values</em>; your input will be added as-is to the end of your notification URL. Example:</p>If you want:<em><li><code>utm_medium</code> to be <code>ppc</code></li><li><code>utm_source</code> to be <code>adwords</code></li><li><code>utm_campaign</code> to be <code>snow boots</code></li><li><code>utm_content</code> to be <code>durable snow boots</code></li></em><p><p>Then use the following string:</p><p><code style='word-break: break-all;'>utm_medium=ppc&utm_source=adwords&utm_campaign=snow%20boots&utm_content=durable%20%snow%boots</code></p>
0 commit comments