Shortlinks by Pretty Links – Best WordPress Link Tracking Plugin - Version 3.2.4a2

Version Description

Download this release

Release Info

Developer cartpauj
Plugin Icon 128x128 Shortlinks by Pretty Links – Best WordPress Link Tracking Plugin
Version 3.2.4a2
Comparing to
See all releases

Code changes from version 3.2.4a1 to 3.2.4a2

app/controllers/PrliPopupController.php CHANGED
@@ -63,6 +63,8 @@ class PrliPopupController extends PrliBaseController {
63
  'error' => __('An unknown error occurred.', 'pretty-link')
64
  );
65
  wp_localize_script('prli-admin-popup','PrliPopup', $loc);
 
 
66
  }
67
  }
68
 
63
  'error' => __('An unknown error occurred.', 'pretty-link')
64
  );
65
  wp_localize_script('prli-admin-popup','PrliPopup', $loc);
66
+
67
+ do_action('prli_admin_enqueue_popup_scripts', $hook);
68
  }
69
  }
70
 
app/views/links/form.php CHANGED
@@ -46,3 +46,5 @@
46
  </tr>
47
  </table>
48
 
 
 
46
  </tr>
47
  </table>
48
 
49
+ <?php do_action('prli_admin_after_link_form'); ?>
50
+
app/views/links/form_basic.php CHANGED
@@ -38,6 +38,7 @@
38
  </th>
39
  <td>
40
  <textarea id="prli_url" class="large-text" name="prli_url"><?php echo esc_textarea($values['url']); ?></textarea>
 
41
  </td>
42
  </tr>
43
  <tr>
38
  </th>
39
  <td>
40
  <textarea id="prli_url" class="large-text" name="prli_url"><?php echo esc_textarea($values['url']); ?></textarea>
41
+ <?php do_action('prli_link_form_after_target_url'); ?>
42
  </td>
43
  </tr>
44
  <tr>
pretty-link.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Pretty Links
4
  Plugin URI: https://prettylinks.com/pl/plugin-uri
5
  Description: Shrink, track and share any URL using your website and brand!
6
- Version: 3.2.4a1
7
  Author: Pretty Links
8
  Author URI: http://prettylinks.com
9
  Text Domain: pretty-link
3
  Plugin Name: Pretty Links
4
  Plugin URI: https://prettylinks.com/pl/plugin-uri
5
  Description: Shrink, track and share any URL using your website and brand!
6
+ Version: 3.2.4a2
7
  Author: Pretty Links
8
  Author URI: http://prettylinks.com
9
  Text Domain: pretty-link