PluginProbe
BlockSpare – Gutenberg Blocks, AI Content Generator & Site Builder for News, Magazine & Blogs / 2.7.3
BlockSpare – Gutenberg Blocks, AI Content Generator & Site Builder for News, Magazine & Blogs v2.7.3
5.0.1 4.1.0 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.1.0 1.1.1 1.1.2 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 2.1.2 2.5.0 2.5.3 All 39 releases
← All changes | freemius/templates/auto-installation.php +2 -2 1.2.3 → 2.7.3 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;