Version Description
- Fixed a cross-site scripting vulnerability that could have affected a very small number of users
Download this release
Release Info
Developer | supercleanse |
Plugin | Shortlinks by Pretty Links – Best WordPress Link Tracking Plugin |
Version | 1.5.6 |
Comparing to | |
See all releases |
Code changes from version 1.5.5 to 1.5.6
- classes/views/prli-options/form.php +1 -1
- i18n/pretty-link.pot +2 -2
- pretty-bar.php +1 -1
- pretty-link.php +1 -1
- readme.txt +15 -8
classes/views/prli-options/form.php
CHANGED
@@ -19,7 +19,7 @@ if(!$permalink_structure or empty($permalink_structure))
|
|
19 |
<?php do_action('prli-options-message'); ?>
|
20 |
<a href="admin.php?page=<?php echo PRLI_PLUGIN_NAME; ?>/prli-links.php">« Pretty Link Admin</a>
|
21 |
|
22 |
-
<form name="form1" method="post" action="">
|
23 |
<input type="hidden" name="<?php echo $hidden_field_name; ?>" value="Y">
|
24 |
<?php wp_nonce_field('update-options'); ?>
|
25 |
|
19 |
<?php do_action('prli-options-message'); ?>
|
20 |
<a href="admin.php?page=<?php echo PRLI_PLUGIN_NAME; ?>/prli-links.php">« Pretty Link Admin</a>
|
21 |
|
22 |
+
<form name="form1" method="post" action="<?php echo admin_url("/admin.php?page=pretty-link/prli-options.php"); ?>">
|
23 |
<input type="hidden" name="<?php echo $hidden_field_name; ?>" value="Y">
|
24 |
<?php wp_nonce_field('update-options'); ?>
|
25 |
|
i18n/pretty-link.pot
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
# This file is distributed under the same license as the Pretty Link Lite package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Pretty Link Lite 1.5.
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/pretty-link\n"
|
7 |
-
"POT-Creation-Date: 2012-01-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
2 |
# This file is distributed under the same license as the Pretty Link Lite package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Pretty Link Lite 1.5.6\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/pretty-link\n"
|
7 |
+
"POT-Creation-Date: 2012-01-06 20:31:51+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
pretty-bar.php
CHANGED
@@ -210,7 +210,7 @@ td {
|
|
210 |
</h4>
|
211 |
<h4>
|
212 |
<?php if( $bar_show_share_links ) { ?>
|
213 |
-
<a href="http://twitter.com/home?status=<?php echo $prli_blogurl . PrliUtils::get_permalink_pre_slug_uri() . $_GET['slug']; ?>" target="_top">Share on Twitter</a>
|
214 |
<?php } else echo " "; ?>
|
215 |
</h4>
|
216 |
</div>
|
210 |
</h4>
|
211 |
<h4>
|
212 |
<?php if( $bar_show_share_links ) { ?>
|
213 |
+
<a href="http://twitter.com/home?status=<?php echo $prli_blogurl . PrliUtils::get_permalink_pre_slug_uri() . esc_html($_GET['slug']); ?>" target="_top">Share on Twitter</a>
|
214 |
<?php } else echo " "; ?>
|
215 |
</h4>
|
216 |
</div>
|
pretty-link.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Pretty Link Lite
|
4 |
Plugin URI: http://blairwilliams.com/pretty-link
|
5 |
Description: Shrink, track and share any URL on the Internet from your WordPress website!
|
6 |
-
Version: 1.5.
|
7 |
Author: Caseproof
|
8 |
Author URI: http://caseproof.com
|
9 |
Copyright: 2004-2012, Caseproof, LLC
|
3 |
Plugin Name: Pretty Link Lite
|
4 |
Plugin URI: http://blairwilliams.com/pretty-link
|
5 |
Description: Shrink, track and share any URL on the Internet from your WordPress website!
|
6 |
+
Version: 1.5.6
|
7 |
Author: Caseproof
|
8 |
Author URI: http://caseproof.com
|
9 |
Copyright: 2004-2012, Caseproof, LLC
|
readme.txt
CHANGED
@@ -4,24 +4,25 @@ Donate link: http://prettylinkpro.com
|
|
4 |
Tags: links, link, url, urls, affiliate, affiliates, pretty, marketing, redirect, forward, plugin, twitter, tweet, rewrite, shorturl, hoplink, hop, shortlink, short, shorten, click, clicks, track, tracking, tiny, tinyurl, budurl, shrinking, domain, shrink, mask, masking, cloak, cloaking, slug, slugs, admin, administration, stats, statistics, stat, statistic, email, ajax, javascript, ui, csv, download, page, post, pages, posts, shortcode, seo, automation, widget, widgets, dashboard
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.3.1
|
7 |
-
Stable tag: 1.5.
|
8 |
|
9 |
-
Shrink, track, manage and share any URL
|
10 |
|
11 |
== Description ==
|
12 |
|
13 |
-
|
14 |
|
15 |
-
|
|
|
|
|
16 |
|
17 |
-
You can learn more about *Pretty Link Pro* here:
|
18 |
[About](http://prettylinkpro.com/about "About") | [Features](http://prettylinkpro.com/features "Features") | [Pricing](http://prettylinkpro.com/pricing "Pricing")
|
19 |
|
20 |
-
= Pretty Link
|
21 |
|
22 |
Pretty Link enables you to shorten links using your own domain name (as opposed to using tinyurl.com, bit.ly, or any other link shrinking service)! In addition to creating clean links, Pretty Link tracks each hit on your URL and provides a full, detailed report of where the hit came from, the browser, os and host. Pretty Link is a killer plugin for people who want to clean up their affiliate links, track clicks from emails, their links on Twitter to come from their own domain, or generally increase the reach of their website by spreading these links on forums or comments on other blogs.
|
23 |
|
24 |
-
= Examples =
|
25 |
|
26 |
This is a link setup using Pretty Link that redirects to the Pretty Link Homepage where you can find more info about this Plugin:
|
27 |
|
@@ -38,7 +39,7 @@ http://blairwilliams.com/w7a
|
|
38 |
= Features =
|
39 |
|
40 |
* Gives you the ability to create clean, simple URLs on your website that redirect to any other URL (allows for 301 and 307 redirects only)
|
41 |
-
* Generates random
|
42 |
* Tracks the Number of Hits per link
|
43 |
* Tracks the Number of Unique Hits per link
|
44 |
* Provides a reporting interface where you can see a configurable chart of clicks per day. This report can be filtered by the specific link clicked, date range, and/or unique clicks.
|
@@ -65,6 +66,9 @@ http://blairwilliams.com/w7a
|
|
65 |
|
66 |
== Changelog ==
|
67 |
|
|
|
|
|
|
|
68 |
= 1.5.5 =
|
69 |
* Added the option to redirect on the template_redirect hook
|
70 |
* Fixed an issue with the database upgrade process
|
@@ -323,6 +327,9 @@ http://blairwilliams.com/w7a
|
|
323 |
|
324 |
== Upgrade Notice ==
|
325 |
|
|
|
|
|
|
|
326 |
= 1.5.5 =
|
327 |
* Adds some new functionality that could be important for many users. Also fixed some minor issues affecting some users.
|
328 |
|
4 |
Tags: links, link, url, urls, affiliate, affiliates, pretty, marketing, redirect, forward, plugin, twitter, tweet, rewrite, shorturl, hoplink, hop, shortlink, short, shorten, click, clicks, track, tracking, tiny, tinyurl, budurl, shrinking, domain, shrink, mask, masking, cloak, cloaking, slug, slugs, admin, administration, stats, statistics, stat, statistic, email, ajax, javascript, ui, csv, download, page, post, pages, posts, shortcode, seo, automation, widget, widgets, dashboard
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.3.1
|
7 |
+
Stable tag: 1.5.6
|
8 |
|
9 |
+
Shrink, beautify, track, manage and share any URL on or off of your WordPress website. Create links that look however you want using your own domain name!
|
10 |
|
11 |
== Description ==
|
12 |
|
13 |
+
= Pretty Link Pro =
|
14 |
|
15 |
+
[Upgrade to Pretty Link Pro](http://prettylinkpro.com "Upgrade to Pretty Link Pro")
|
16 |
+
|
17 |
+
*Pretty Link Pro* is a **significant upgrade** to *Pretty Link Lite* that adds many tools and redirection types that will allow you to create pretty links automatically, cloak links, auto-tweet links, replace keywords thoughout your blog with pretty links and much more. You can learn more about *Pretty Link Pro* here:
|
18 |
|
|
|
19 |
[About](http://prettylinkpro.com/about "About") | [Features](http://prettylinkpro.com/features "Features") | [Pricing](http://prettylinkpro.com/pricing "Pricing")
|
20 |
|
21 |
+
= Pretty Link Lite =
|
22 |
|
23 |
Pretty Link enables you to shorten links using your own domain name (as opposed to using tinyurl.com, bit.ly, or any other link shrinking service)! In addition to creating clean links, Pretty Link tracks each hit on your URL and provides a full, detailed report of where the hit came from, the browser, os and host. Pretty Link is a killer plugin for people who want to clean up their affiliate links, track clicks from emails, their links on Twitter to come from their own domain, or generally increase the reach of their website by spreading these links on forums or comments on other blogs.
|
24 |
|
25 |
+
= Link Examples =
|
26 |
|
27 |
This is a link setup using Pretty Link that redirects to the Pretty Link Homepage where you can find more info about this Plugin:
|
28 |
|
39 |
= Features =
|
40 |
|
41 |
* Gives you the ability to create clean, simple URLs on your website that redirect to any other URL (allows for 301 and 307 redirects only)
|
42 |
+
* Generates random 3-4 character slugs for your URL or allows you to name a custom slug for your URL
|
43 |
* Tracks the Number of Hits per link
|
44 |
* Tracks the Number of Unique Hits per link
|
45 |
* Provides a reporting interface where you can see a configurable chart of clicks per day. This report can be filtered by the specific link clicked, date range, and/or unique clicks.
|
66 |
|
67 |
== Changelog ==
|
68 |
|
69 |
+
= 1.5.6 =
|
70 |
+
* Fixed a cross-site scripting vulnerability that could have affected a very small number of users
|
71 |
+
|
72 |
= 1.5.5 =
|
73 |
* Added the option to redirect on the template_redirect hook
|
74 |
* Fixed an issue with the database upgrade process
|
327 |
|
328 |
== Upgrade Notice ==
|
329 |
|
330 |
+
= 1.5.6 =
|
331 |
+
* Fixed a cross-site scripting vulnerability that could have affected a very small number of users
|
332 |
+
|
333 |
= 1.5.5 =
|
334 |
* Adds some new functionality that could be important for many users. Also fixed some minor issues affecting some users.
|
335 |
|