Version Description
Download this release
Release Info
Developer | cartpauj |
Plugin | Shortlinks by Pretty Links – Best WordPress Link Tracking Plugin |
Version | 3.2.4a1 |
Comparing to | |
See all releases |
Code changes from version 3.2.3 to 3.2.4a1
- app/views/links/form.php +1 -0
- app/views/links/form_advanced.php +1 -0
- app/views/links/form_basic.php +1 -0
- i18n/pretty-link.pot +1 -1
- pretty-link.php +1 -1
app/views/links/form.php
CHANGED
@@ -41,6 +41,7 @@
|
|
41 |
<div class="prli-page" id="pro">
|
42 |
<?php require(PRLI_VIEWS_PATH . '/links/form_pro.php'); ?>
|
43 |
</div>
|
|
|
44 |
</td>
|
45 |
</tr>
|
46 |
</table>
|
41 |
<div class="prli-page" id="pro">
|
42 |
<?php require(PRLI_VIEWS_PATH . '/links/form_pro.php'); ?>
|
43 |
</div>
|
44 |
+
<?php do_action('prli_admin_link_nav_body'); ?>
|
45 |
</td>
|
46 |
</tr>
|
47 |
</table>
|
app/views/links/form_advanced.php
CHANGED
@@ -101,5 +101,6 @@
|
|
101 |
?>
|
102 |
</td>
|
103 |
</tr>
|
|
|
104 |
</table>
|
105 |
|
101 |
?>
|
102 |
</td>
|
103 |
</tr>
|
104 |
+
<?php do_action('prli_link_form_advanced'); ?>
|
105 |
</table>
|
106 |
|
app/views/links/form_basic.php
CHANGED
@@ -69,5 +69,6 @@
|
|
69 |
<textarea class="large-text" name="prli_description"><?php echo esc_textarea($values['description']); ?></textarea>
|
70 |
</td>
|
71 |
</tr>
|
|
|
72 |
</table>
|
73 |
|
69 |
<textarea class="large-text" name="prli_description"><?php echo esc_textarea($values['description']); ?></textarea>
|
70 |
</td>
|
71 |
</tr>
|
72 |
+
<?php do_action('prli_link_form_basic'); ?>
|
73 |
</table>
|
74 |
|
i18n/pretty-link.pot
CHANGED
@@ -9,7 +9,7 @@ msgstr ""
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"POT-Creation-Date: 2021-03-25T17:
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.4.0\n"
|
15 |
"X-Domain: pretty-link\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"POT-Creation-Date: 2021-03-25T17:29:42+00:00\n"
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.4.0\n"
|
15 |
"X-Domain: pretty-link\n"
|
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.
|
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.4a1
|
7 |
Author: Pretty Links
|
8 |
Author URI: http://prettylinks.com
|
9 |
Text Domain: pretty-link
|