PluginProbe
Tiered Pricing Table for WooCommerce / 8.0.2
Tiered Pricing Table for WooCommerce v8.0.2
8.0.2 7.1.7 7.1.5 7.1.4 7.1.1 6.5.0 6.4.0 6.1.0 trunk 1.0 1.1 2.0 2.0.1 2.0.2 2.1 2.1.1 2.1.2 2.2.0 2.2.1 2.2.2 2.2.3 2.3.0 2.3.1 2.3.2 2.3.3 All 91 releases
← All changes | freemius/templates/auto-installation.php +2 -2 2.1.2 → 8.0.2 View file →
@@ -92,9 +92,9 @@
92 92 <p class="fs-installation-notice"><?php echo sprintf(
93 93 fs_esc_html_inline( 'An automated download and installation of %s (paid version) from %s will start in %s. If you would like to do it manually - click the cancellation button now.', 'installing-in-n', $slug ),
94 94 $plugin_title,
95 95 sprintf(
96 - '<a href="%s" target="_blank">%s</a>',
96 + '<a href="%s" target="_blank" rel="noopener">%s</a>',
97 97 'https://freemius.com',
98 98 'freemius.com'
99 99 ),
100 100 $countdown_html
@@ -163,9 +163,9 @@
163 163 data.private_key = $('#private_key').val();
164 164 }
165 165
166 166 $.ajax({
167 - url : ajaxurl,
167 + url : <?php echo Freemius::ajax_url() ?>,
168 168 method : 'POST',
169 169 data : data,
170 170 success: function (resultObj) {
171 171 var reloadAccount = false;