Skip to content

FAQ & Support

URL Shortify Changelog — Release Notes & Version History

Every URL Shortify release at a glance — new features, fixes, security patches and PRO updates, listed newest first.

Total releases
161
Latest version
v2.5.2
Last updated
August 24, 2026

Track every URL Shortify release here, newest first. Each line is tagged New, Update, Fix or Security, and changes that ship only in URL Shortify PRO are marked PRO. Use it to see what changed before you update and to confirm which version introduced a feature you rely on.

  1. 2.5.2
    • NewSmart Reports. A new screen under URL Shortify for comparing links, groups or tags against each other over a date range. Reports are listed like the rest of the plugin's screens, with View report, Edit and Delete actions. Building a report and reading one are separate steps: you give it a name and description, choose what to measure, and the report opens once it is saved. Links are listed with their short slug so the right one is easy to pick. PRO
    • NewEach report shows clicks over time with a line per item, the activity heatmap, a per-link table of total clicks, unique clicks, conversions, conversion rate and the most common device, browser and platform, and the full click log underneath. PRO
    • NewGoal links in Smart Reports. Choose a goal link and each link in the report shows how many visitors went on to reach that goal, and what share of its clicks that represents. A visitor counts once, and only when the goal click came after the link click. PRO
    • NewSaved reports. Save the settings behind a report under a name and reopen it whenever you like. A saved report stores the filter rather than the numbers, so it always shows current data. Reports are private to the person who saved them. PRO
    • NewCompare mode on the Group and Tag statistics pages. The chart normally adds every link in the group together and draws one line; switching on Compare draws a line per link instead, so you can see which links are actually carrying the group. The top 8 links by clicks are charted and the page says how many were left out. PRO
    • NewLinks can be sent straight to Smart Reports. Select links on the Links screen and choose "Compare in Smart Reports" from the bulk actions, or use the "Compare with other links" link on any single link's statistics page. PRO
    • UpdateAdded an index on the clicks table covering link and date together, so the per-link charts above stay fast on sites with a large click history.
    • UpdateReplaced every browser alert in the admin with a standard, dismissible WordPress notice shown next to the control it refers to. This covers the Quick Add widget, custom date ranges on the Dashboard and the Group and Tag stats pages, link rotation weights, favourites, enabling and disabling links, the link preview, and plugin install actions. Confirmation prompts on destructive actions are unchanged.
    • UpdateRedesigned the public link Shortener form. It now sits in a self-contained card, shows the original URL above the short link it produced, has a proper field label, an inline error message instead of a browser alert, a loading state on the button, and stacks on narrow screens. Colours can be retuned with the custom property. PRO
    • UpdateWordPress 7.1 compatibility.
    • FixThe link rotation weight warning could appear several times for a single edit, because the total was checked inside the loop that added it up. It is now checked once. PRO
    • FixThe Copy button on the public Shortener used the deprecated document.execCommand API. It now uses the Clipboard API where available, falls back for sites served over http, and tells the visitor to press Ctrl+C or Cmd+C if the browser blocks both. PRO
    • FixThe [url-shortify-form] shortcode printed its output instead of returning it, so the public shortener form appeared at the very top of the page rather than where the shortcode was placed. PRO
    • FixThe front-end stylesheet and script were loaded on every public page, pulling in jQuery with them. They are now registered up front and only loaded on pages that actually render the public link shortener form, so most sites no longer load them at all. Reported by a user — thank you.
    • FixWhen importing plugin settings from another site, the default domain used to display links set to "All my domains" kept the source site's domain ID. Short links could then be shown on the wrong custom domain, or on none at all. Both custom domain settings are now repointed at the matching domain on the destination, falling back to your own site's domain when that domain was not part of the import. PRO
    • TranslationsUpdated .POT file for new translations.
  2. 2.5.1
    • NewOption to restrict a short link to the domain assigned to it, so a link on a custom domain no longer shadows a page using the same slug on your main site. Enable it under Settings > Display Options. PRO
    • NewSetup check for custom domains. A new Setup column on the Domains page tells you whether each domain reaches WordPress as an alias or is redirected to your main site, and the same check is shown on the settings page before the option above. PRO
    • UpdateThe host of an incoming request is now resolved reliably.
    • FixAuto-generated slugs could duplicate an existing short link, so the new link silently redirected to the older link's destination. On sites using a link prefix the duplicate check never matched at all, because it compared the slug without the prefix against links stored with it. The check now uses the stored form, a slug that collides is regenerated, and if two links are created at the same instant the newer one moves so the existing link keeps working.
    • FixA link prefix could corrupt the slug it was applied to. PRO
    • FixSlug generation no longer loads every existing slug into memory on each request, and can no longer loop indefinitely when the configured slug length is short and the site has many links.
    • SecurityAdded a permission check to the short-link creation AJAX command. It could previously be reached by anyone holding the plugin's general AJAX nonce, which is printed publicly whenever the public shortener shortcode is enabled. Creating a link from a post now requires edit rights on that post, and creating one from a URL requires the create-links permission unless the public shortener is switched on.
    • SecurityThe broken-link checker no longer requests local, loopback or private-network addresses, so a stored link cannot be used to probe internal hosts. Such links are skipped rather than reported as broken. PRO
    • SecurityLink passwords are no longer written to the cached links JSON file under wp-content/uploads.
    • FixEscaped the referring-site link on the Link Stats page.
    • FixSearching the links list while a group, tag, redirect-type or status filter was active could return the wrong rows, and a search term containing a percent sign could break the query.
    • SecurityFixed a reflected cross-site scripting issue on the Dashboard. The Refresh link was rebuilt from the current request URL and printed without escaping, so a crafted admin URL could run JavaScript when an administrator opened it. Query strings are now rebuilt with parameter names encoded, and the link is escaped on output. Reported responsibly — thank you.
    • FixCustom domain matching failed for any domain starting with the letters h, t, p or s (e.g. shop.example.com, store.example.com, t.co), and ignored letter case, ports and trailing dots.
    • TranslationsUpdated .POT file for new translations.
  3. 2.5.0
    • NewDuplicate short links from the links list page, one at a time or in bulk. The copy keeps every parameter of the original link and gets an automatically generated slug. PRO
    • NewOne-click Export / Import to move all your URL Shortify data and settings between sites, with a dry-run preview, conflict handling and an automatic safety backup before anything is replaced. PRO
    • FixDark theme UI issues in the admin.
  4. 2.4.3
    • UpdateSmall code improvements.
  5. 2.4.2
    • NewAdded support to generate short links in bulk using REST API. PRO
  6. 2.4.1
    • FixVersion mismatch issue in the plugin header.
  7. 2.4.0
    • NewAuto-create a source-named group when running one-click imports (e.g. "Pretty Links", "Thirsty Affiliates", "Easy 301 Redirect"). Every migrated link is automatically added to this group in addition to any categories carried over from the source plugin, so a full migration is bulk-discoverable in one place.
    • NewOpen Graph link preview card on the Links page.
    • NewAutomatically adds Amazon Affiliate-Tag to all Amazon URLs before redirection. PRO
    • UpdateOnclick Migration from Link Central plugin.
    • UpdatePerformance Improvements.
    • UpdateSecurity Improvements.
    • TranslationsUpdated .POT file for new translations.
  8. 2.3.3
    • FixDeprecated notice in PHP 8.4+.
  9. 2.3.2
    • NewAdded "Copy Short Link" action in row actions on the Links page for one-click copying.
    • UpdateCompatibility update for WordPress 7.0 and PHP 8.2+, restored PHP 5.6 backward compatibility.
    • UpdateImproved One-click import from Pretty Links, ThirstyAffiliates Affiliate Link Manager, URL Shortener by MyThemeShop, 301 Redirect, Simple 301 Redirects & Redirection WordPress plugins.
    • UpdatePlugin Assets.
  10. 2.3.1
    • NewAdded "Copy Short Link" action in row actions on the Links page for one-click copying.
    • UpdateCompatibility update for WordPress 7.0 and PHP 8.2+, restored PHP 5.6 backward compatibility.
    • UpdateImproved One-click import from Pretty Links, ThirstyAffiliates Affiliate Link Manager, URL Shortener by MyThemeShop, 301 Redirect, Simple 301 Redirects & Redirection WordPress plugins.
    • UpdatePlugin Assets.
  11. 2.3.0
    • NewAdded Link Activity Intensity report in the Groups & Tags stats page. PRO
    • NewAdded Tags stats page. PRO
    • NewAdded custom date range filter in the Groups stats page on Dashboard. PRO
    • NewAdded custom date range filter in the Groups stats page on Dashboard. PRO
    • NewAdded support to bulk update links status. PRO
    • NewAdded support to filter links by status (Enable/Disable). PRO
    • NewAdded Link Status, Groups and Tags in export. PRO
    • NewAdded support to import tags. PRO
    • FixFixed Email Digest UI issue.
    • UpdateUI Improvements.
    • TranslationsUpdated .POT file for new translations.
  12. 2.2.2
    • NewAdded support to enable/disable short links. PRO
    • NewAdded Link Activity Intensity report in the link stats page. PRO
    • NewAdded custom date range filter in the link stats page. PRO
    • UpdateImproved UI for the dark theme.
    • TranslationsUpdated .POT file for new translations.
  13. 2.2.1
    • FixFixed the issue of showing incorrect click count in link clicks details page.
    • FixImprove UI and fixed datatables.
  14. 2.2
    • NewAdded support for the A/B Testing and show result in link stats page. Learn More PRO
    • NewUpdate dashboard with the clicks heatmap to visualize clicks by time of day and day of week. PRO
    • Link Activity Dashboard Heatmap
    • NewAdded support for the Dark mode theme.
    • FixBroken Link Checker not showing broken links in the list. PRO
    • UpdateCompatibility with WordPress 6.9.4
    • TranslationsUpdated .POT file for new translations
  15. 2.1
    • FixTags dropdown not showing tags in the links creation form. PRO
    • UpdateAdded recently added links in the Email Digest report.
    • UpdateCompatibility with WordPress 6.9.3
    • TranslationsUpdated .POT file for new translations
  16. 2.0.1
    • Minor bug fixes and improvements.
  17. 2.0.0
    • NewAdded support to Broken Link Checker. Learn More PRO
    • Broken Link Checker
    • NewAdded support to Automatically link keywords in the content to short links. Learn More PRO
    • Auto Link Keywords
    • NewAdded support to splash page. PRO
    • NewAdded Daily, Weekly and Monthly summary of new links and clicks report via email. Learn More
    • Email Digest
    • NewAdded REST API support for Links, Groups, Tags, Domains, UTM Presets, Tracking Pixels. Learn More PRO
    • FixBulk Delete Tags issue. PRO
    • Bulk Delete Tags
    • UpdateUI Improvements.
    • TranslationsUpdated .POT file for new translations
  18. 1.13.1
    • UpdateUI Improvements.
    • TranslationsUpdated .POT file for new translations
  19. 1.13.0
    • NewAdded support to filter links by tags by clicking on tags from links list page. PRO
    • NewAdded support to perform bulk actions on all links not just selected. PRO
    • UpdateImproved UI.
    • TranslationsUpdated .POT file for new translations
  20. 1.12.5
    • NewAdd color to tags PRO
    • FixDuplicate Groups issue when adding via Bulk Add Group
    • FixDuplicate Tags issue when adding via Bulk Add Tag PRO
    • TranslationsUpdated .POT file for new translations
  21. 1.12.4
    • UpdateAdded support to Manage Tags permission in Access Control PRO
    • UpdateSecurity enhancements.
    • TranslationsUpdated .POT file for new translations
  22. 1.12.3
    • NewAdded support to mark links as Favorite and remove from favorite using bulk action. PRO
    • NewAdded support to add/remove tags using bulk action. PRO
    • NewFilter links based on Favorite and Tags. PRO
    • Filter Favorite Links
    • UpdateCompatibility with WordPress 6.9.1
    • TranslationsUpdated .POT file for new translations
  23. 1.12.2
    • NewAdded support to mark links as Favorite. PRO
    • Favorite Links
    • UpdateEnhanced Security.
    • TranslationsUpdated .POT file for new translations
  24. 1.12.1
    • FixCustom domains not visible in the link creation dropdown. PRO
  25. 1.12.0
    • NewAdded support to add tags to created links. PRO
    • UpdateConverted Clicked On time in user defined timezone in exported click history. PRO
    • FixLink prefix not getting added to the short links created. PRO
    • UpdateCompatibility with WordPress 6.9
  26. 1.11.4
    • FixLink creation issue.
  27. 1.11.3
    • NewWeekly summary of new links and clicks report via email.
    • UpdateEnhanced security.
    • UpdateCompatibility with WordPress 6.8.3.
  28. 1.11.2
    • NewNo more promotion notice for PRO users.
    • UpdateUX Improvements.
    • UpdateTranslations update.
  29. 1.11.1
    • UpdateUX improvements
    • TranslationsUpdated .POT file for new translations
    • FixPlugin version issue
  30. 1.11.0
    • UpdateUX improvements
    • TranslationsUpdated .POT file for new translations
  31. 1.10.9
    • UpdateUX improvements
    • TranslationsUpdated .POT file for new translations
  32. 1.10.8
    • NewAdded TikTok pixel support. PRO
    • UpdateCompatibility with WordPress 6.8.2.
  33. 1.10.7
    • UpdateAdded Reddit pixel support. PRO
    • TranslationsUpdated .POT file for new translations
  34. 1.10.6
    • UpdateCompatibility with WordPress 6.8.1.
    • UpdateImprove performance.
  35. 1.10.5.1
    • FixRedirection After Expiration setting not working issue.
    • UpdateCompatibility with WordPress 6.7.2.
  36. 1.10.5
    • FixAuto create short links for custom post types issue.
  37. 1.10.4
    • FixScroll to top issue when click on "Copy Link".
    • UpdateCompatibility with WordPress 6.7.1.
    • TranslationsUpdated .POT file for new translations
  38. 1.10.3
    • NewAdd deep link support.
    • UpdateAssets.
    • TranslationsUpdated .POT file for new translations
  39. 1.10.2
    • NewAdd get_the_shorturl() method to generate short url of a current post, page etc..
    • NewSet Redirect URL after link expire. PRO
    • UpdateMinor enhancements.
    • TranslationsUpdated .POT file for new translations
  40. 1.10.1
    • UpdateMinor enhancements.
    • TranslationsUpdated .POT file for new translations
  41. 1.9.7
    • NewAdd %short_url% & %short_url_without_link% tag to post content and it will be replaced by the actual URL. PRO
    • TranslationsUpdated .POT file for new translations
  42. 1.9.6
    • NewDisplay short links for custom post types along with Pages & Posts. PRO
    • UpdateCompatibility with WordPress 6.6.2
    • TranslationsUpdated .POT file for new translations
  43. 1.9.5
    • NewCreate API Keys for Read/Write operations.
    • NewFilter links by Password Protected Yes/No, Expired links, Non-Expired links & Expiration date not set. PRO
    • NewEnable/Disable Nofollow, Sponsored, Tracking & Parameters Forwarding to links. PRO
    • UpdatePerformance improvements. Removed multiple database queries.
    • UpdateUI enhancements.
    • TranslationsUpdated .POT file for new translations
  44. 1.9.4
    • NewFilter links using additional link parameters like Nofollow, Sponsored, Parameter Forwarding & Tracking On/Off. PRO
    • FixRemove Groups option from filter dropdown if no groups are available.
    • FixUTM Presets creating issue. PRO
  45. 1.9.3
    • NewFilter links by Groups & Redirect Type.
    • NewGenerate Short links for Posts, Pages & Custom Post Types in bulk using Bulk Action. PRO
    • NewSecurity Enhancements.
    • TranslationsUpdate .POT file.
  46. 1.9.2
    • NewAdd support of WP All Imports. PRO
    • UpdateUI updates.
    • UpdateCompatibility check with WordPress 6.6.1
    • FixPHP Deprecated: Automatic conversion of false to array is deprecated notice.
    • FixWordPress database error Table doesn't exist error.
    • FixBrowser icons image broken for few browsers in link analysis.
  47. 1.9.1
    • NewAdd Link Rotation feature to redirect to short link to multiple target URLs. PRO
    • UpdateImprove UI.
    • FixParameter forwarding issue.
  48. 1.9.0.1
    • FixDomain checking issue. PRO
  49. 1.9.0
    • NewAdd support Twitter, Linkedin, Pinterest, Google Adwords, Bing, Quora, Adroll, Nexus Segment tracking pixels. PRO
    • FixPerformance issues. Reduced number of database queries to improve the performance.
    • FixMain domain also considered even if only custom domain is selected while creating a short URL. PRO
  50. 1.8.9
    • NewAdd Facebook Pixel Tracking for retargeting. PRO
    • NewAdd Google Tag Manager Tracking for retargeting. PRO
    • UpdateWordPress 6.5.5 compatability check.
    • UpdateStrings for translation.
  51. 1.8.8
    • UpdateAdd links to group while import links through CSV.
    • UpdateGenerate slug with set prefix while import links through CSV.
    • FixLinks not working when generate from All Posts screen.
    • FixPHP Warning.
  52. 1.8.7
    • FixImport CSV issue.
    • NewDirect download of QR code in SVG & PNG form. PRO
    • NewBulk Add Expiry feature. PRO
  53. 1.8.6
    • NewImport links from Redirection plugin.
    • UpdateImprove Import/Export functionality to easy export from one installation of URL Shortify and Import to another installation. PRO
    • UpdateAdded support for WordPress 6.5.0.
  54. 1.8.5.1
    • FixREST API authentication that interferes with WooCommerce REST API.
  55. 1.8.5
    • NewAdded support for mapping UTM parameters query string to different query string.
    • UpdateShow groups in the alphabetical order while selecting group for short link.
    • FixFatal error function json_basic_auth_handler not found while using WooCommerce REST API.
  56. 1.8.4
    • NewAdded REST API to create, update, delete short links.
    • UpdateAdded support for WordPress 6.4.3.
  57. 1.8.3
    • NewAdded QR Code link PRO.
    • UpdateCalculate clicks on the fly for the accuarate click count.
  58. 1.8.2
    • UpdateMinor enhancements. Code optimization.
  59. 1.8.1
    • NewTrim clicks older than 30 days, 60 days, 90 days and all clicks at once.
    • UpdateImproved Performance.
    • UpdateImproved security.
    • UpdateCompatibility check with WordPress 6.4.2.
  60. 1.8.0
    • UpdateCompatibility check with WordPress 6.4.2.
  61. 1.7.9.1
    • FixXSS Vulnerability reported in the plugin.
  62. 1.7.9
    • UpdateSecurity update.
    • UpdateCompatibility check with WordPress 6.4.1.
  63. 1.7.8
    • FixPHP Notice.
    • UpdateSecurity update.
  64. 1.7.7
    • NewAdded meta info along with link display.
    • FixFixed typo while showing IP address.
    • TranslationsUpdated .POT file for new translations
  65. 1.7.6
    • FixFixed UTM Parameters are not populated in URL Shortify PRO version. PRO
    • FixTypo in settings panel. Thanks to Andy for reporting this.
    • UpdateSecurity update.
    • UpdateAdded cURL icon in browser listing.
    • UpdateCompatibility check with WordPress 6.3.
    • TranslationsUpdated .POT file for new translations
  66. 1.7.5
    • NewNow, create short link automatically if not created while showing link on frontend.
    • NewAdded REST API to create short link.
    • NewUse default domain while creating a short link from dashboard widget, using bookmarklet, while creating a posts, pages or using frontend form. PRO
    • TranslationsUpdated .POT file for new translations
  67. 1.7.4
    • NewSend visitors to specific landing pages or direct them to your mobile app based on their location, device, operating system or Browser. PRO
    • UpdateNow, able to anonymize IP data using lite version also. It's beneficial to EU users as it's GDPR compliant.
    • FixFixed Address is not a valid IPv4 or IPv6 address issue.
    • FixFixed enable/ disable auto generate short link issue for Posts & Pages.
  68. 1.7.3
    • UpdateSecurity fixes.
  69. 1.7.2
    • UpdateNow, enable / disable auto generate short links for Posts & Pages using lite version and Custom Post Types using PRO version.
    • FixFixed PHP warning & notice.
  70. 1.7.1
    • NewNow, able to display Short URL with Posts, Pages & Excerpt.
    • NewNow, one can use wp_get_shortlink WordPress function to get the short link generated by URL Shortify.
    • TranslationsUpdated .POT file for new translations
  71. 1.7.0
    • NewAdded shortcode shorturl to generate short URL for the post, pages & custom post types.
    • UpdateAdded more fields to import urls using CSV.
    • FixVulnerability reported in the plugin.
    • FixFixed slug generation issue with the lite version.
  72. 1.6.5
    • NewExport links. PRO
    • NewExport click history of links from a same group. PRO
    • NewExport all links from a same group. PRO
    • FixIncompatibility with PHP 8 issue.
    • UpdateWordPress 6.2.2 compatibility.
    • TranslationsUpdated .POT file for new translations
  73. 1.6.4
    • FixNot able to edit link issue.
    • FixFixed duplicate short URL creation issue from Dashboard widget.
    • NewAdded option to enable/ disable case sensitive Short URL. PRO
    • UpdateUI/ UX Improvement.
    • TranslationsUpdated .POT file for new translations
  74. 1.6.3
    • FixDuplicate slug issue.
    • NewNow, able to enable/ disable uppercase letter to generate short URL. PRO
    • NewExclude characters from being used in slug. PRO
    • NewExport click history. PRO
    • TranslationsUpdated .POT file for new translations
  75. 1.6.2
    • NewFilter links by groups.
    • UpdateUI improvements.
    • TranslationsUpdated .POT file for new translations
  76. 1.6.1.1
    • FixAdmin notice doesn't close even after clicking on the close (X) icon.
  77. 1.6.1
    • NewAdd & Move links to group in bulk.
    • UpdateImprove Access Control Feature. PRO
    • UpdateNow, short-links are generated for scheduled post.
    • FixImport CSV functionality is not visible in few cases.
  78. 1.6.0
    • NewAdded functionality to import links from CSV file.
    • UpdateCompatibility check with WordPress 6.2.
    • TranslationsUpdated .POT file for new translations
  79. 1.5.16.1
    • Fixed memory limit issue.
  80. 1.5.16
    • Removed limit of showing only 100 clicks data.
    • Update .pot file.
  81. 1.5.15.3
    • Fix// issue in the genereted short URL.
  82. 1.5.15.2
    • FixThirstyAffiliates import process not visible.
    • NewAdded default custom domain settings for link creation PRO
  83. 1.5.15.1
    • FixShort URL creation issue while using Shortcode PRO
    • TranslationsUpdated .POT file for new translations
  84. 1.5.15
    • UpdateCSS improvements.
    • UpdateRemoved screen options setting from the statistics page.
  85. 1.5.14
    • UpdateWordPress 6.0 compatibility check.
    • UpdateUI updates.
  86. 1.5.13
    • UpdateNow, search short links using slug, target URL, description & title.
    • FixUncaught TypeError: in_array(): Argument #2 ($haystack) must be of type array, string given.
  87. 1.5.12.2
    • UpdateCode Improvement.
    • UpdateGenerate .POT file.
  88. 1.5.12.1
    • FixShows incorrect generated links.
    • FixTarget URL redirect issue with the short links.
  89. 1.5.12
    • NewAdded Link Prefix support.
    • NewImport all short links from ThirstyAffiliates Affiliate Link Manager WordPress plugin and track link activities.
    • NewAdded UTM Presets support. PRO
    • Compatibility: WordPress 5.9.3 compatibility check.
    • FixLink clocking CSS issue. PRO
  90. 1.5.11
    • FixSecurity fix.
    • UpdateStop checking in .json file for link exists. Directly checking in database.
  91. 1.5.10
    • UpdateWordPress 5.9 compatibility test.
  92. 1.5.9
    • NewAdded support for bookmarklet PRO
    • UpdateImproved UI.
  93. 1.5.8
    • FixUncaught TypeError: Cannot access offset of type string on string
  94. 1.5.7
    • FixUnable to create short links for posts/ pages from Posts/ Pages dashboard
  95. 1.5.6
    • NewImport links from Short URL WordPress plugin
    • FixAutomatically create short link when post is published.
  96. 1.5.5
    • NewAdded support to select custom domains while creating short links from WordPress dashboard and posts, pages and custom post types. PRO
    • UpdateImproved UI.
    • FixGenerated short links of Posts, Pages & Custom Post Types replaces permalink on Website.
    • FixUndefined constant issue.
  97. 1.5.4
    • FixUI improvements
    • FixRemoved BFCM banner from Admin dashboard
  98. 1.5.3
    • FixShort link issue creation for the visitors
  99. 1.5.2
    • UpdateImproved logic to find short link.
    • FixRedirection issue with custom domains PRO.
    • FixTypeError: implode(): Argument #2 ($array) must be of type array issue.
  100. 1.5.1
    • FixArbitrary Link/Group/Domains deletion via CSRF
    • FixUnauthorised Short Link Creation
    • UpdateImprove performance of redirection
  101. 1.5.0
    • UpdateAdded option to set how URL Shortify get IPs.
    • UpdateGenerate .POT file
  102. 1.4.12
    • NewAdded option to show "Number of links per page"
    • UpdateWordPress 5.8 compatibility check
    • UpdateGenerate .POT file
  103. 1.4.11
    • FixFixed short link creation issue from frontend short code with vimeo URL. (Thanks Rechard for pointing this out) PRO
    • FixTypo on settings page.
    • UpdateDisable short links on webpage for every post type.
    • UpdateGenerate .POT file
  104. 1.4.10
    • NewReset link click stats
    • NewReset click stats of multiple links at once using bulk reset option PRO
    • FixIncorrect short link generated when multiple domains is being used PRO
    • UpdateGenerate .POT file
  105. 1.4.9
    • NewAdded option to remove plugin data on plugin delete
    • FixGenerate domain-specific short links if the specific domain is used PRO
    • UpdateGenerate .POT file
  106. 1.4.8
  107. 1.4.7.1
    • FixShort URL doesn't work with URL Shortify PRO 1.4.7
  108. 1.4.7
    • NewAdded UTM Parameters option to track target links PRO
    • NewAdded new filters to filter activity based on time. Now, Last 7 Days, Last 30 Days, Last 60 Days & All Time filters are available. PRO
    • NewGenerate Short Link based on domain
    • TranslationsUpdated .POT file for new translations
  109. 1.4.6
    • FixUncaught Error: Call to undefined function KaizenCoders\URL_Shortify\eesc_url()
    • FixPopular links order issue in Popular Link Widget PRO
    • TranslationsUpdated .POT file for new translations
  110. 1.4.5.1
    • FixGroup is not saved at link creation issue
    • TranslationsUpdated .POT file for new translations
  111. 1.4.5
    • NewAdded Visit Short Link Option
    • NewAdded Telegram Sharing Option PRO
    • NewAdded VKontakte Sharing Option PRO
    • NewAdded Hacker News Sharing Option PRO
    • UpdateImprove Pretty Links & URL Shortener By My Theme Shop Imprter.
  112. 1.4.4
    • UpdateImprove Pretty Links Importer. Now, importing categories also.
    • FixedWarning: PharData::__construct(): open_basedir restriction in effect
  113. 1.4.3
    • NewAnonymise clicks data PRO
    • FixFlag URL missing issue
  114. 1.4.2
    • UpdateCompatibility with Newspaper theme
    • TranslationsUpdated .POT file for new translations
  115. 1.4.1
    • Update"Generate Short Link" option for posts, pages & custom post types is disabled by default
    • UpdateAdded share short link widget on edit short link page PRO
    • UpdateUI Improvements
    • TranslationsUpdated .POT file for new translations
  116. 1.4.0
    • UpdateImprove UI
    • FixColumns width issue and curruption of column data issue
    • NewAdded Popular Links Widget on WordPress Dashboard PRO
    • TranslationsUpdated .POT file for new translations
  117. 1.3.10.1
    • FixQuick fix
  118. 1.3.10
    • NewAllow visitors to generate short links PRO
    • NewAdded create links permission. PRO
    • NewRestrict access to quick add widget who doesn't have permission to access it. PRO
    • TranslationsUpdated .POT file for new translations
  119. 1.3.9
    • NewAdded access control to link management, group management, settings, etc. PRO
    • UpdateBy default, only the administrator can manage links, groups, settings, etc.
  120. 1.3.8
    • NewAccess short links with custom domains along with your main site PRO
    • TranslationsUpdated .POT file for new translations
  121. 1.3.7
    • NewAdded Groups column on links dashboard to show groups of links
    • NewAdded Redirect Type column to show redirect type of short link
    • TranslationsUpdated .POT file for new translations
  122. 1.3.6
    • NewGenerate short link QR code in SVG format PRO
    • UpdateImprove existing QR Code PRO
  123. 1.3.5
    • FixSocial share links click issue
    • UpdateWordPress 5.7 compatibility check
  124. 1.3.4
  125. 1.3.3
    • NewShare short URL on social media platform like Facebook, Twitter, Linkedin, Pinterest PRO
    • NewShare short URL via Email PRO
    • NewGenerate & Share QR Code of Short URL PRO
    • UpdateRemoved statistics link if tracking is disabled or there are no stats available for the specific link
    • UpdateFix Twitter sharing issue PRO
  126. 1.3.2
    • FixTwitter sharing option PRO
    • UpdateImprove social sharing PRO
    • UpdateImprove UI
  127. 1.3.1
    • UpdateConfirm once before deleting of link
    • NewNow, share short URLs on social media platforms from the links dashboard with a single click PRO
  128. 1.3.0
    • NewEnable/ Disable QR code generation for shortlinks PRO
    • NewStop tracking clicks from known ROBOTS PRO
    • NewAdd IP addresses into exclude list and stop tracking clicks from those IP addresses PRO
    • UpdateUI improvements
    • FixEdit link settings issue.
  129. 1.2.16
    • UpdateImprove settings UI
    • FixURL redirection issue
  130. 1.2.15
    • UpdateImprove UI
  131. 1.2.14
    • NewNow, set default link options from settings
    • NewEnable/ Disable shortlink generation for custom post types PRO
    • NewCustomize slug character count PRO
  132. 1.2.13
    • NewFull link analysis available for 700 days PRO
    • UpdateImproved UI
    • FixLink search issue
    • FixStats are not visible on the dashboard
  133. 1.2.12
    • NewAdded support for custom post type - kruchprodukte
    • UpdateNow, able to get links data of 1 year
  134. 1.2.11
    • UpdateUI improvements
  135. 1.2.10
    • NewGenerate QR code for short links PRO
    • UpdateAdded title for quick share links
  136. 1.2.9
    • NewRedirect visitors to target URL using HTML Meta Refresh PRO
  137. 1.2.8
    • FixPHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function KaizenCoders\URL_Shortify\Common\Actions::get_short_permalink()
  138. 1.2.7
    • NewCloak Links PRO
    • UpdateCompatible with WordPress 5.5
    • FixRedirection type saving issue
  139. 1.2.6
  140. 1.2.5
    • NewAdded dashboard widget to create a short link
    • NewShow linked Post/ Custom Post with Short links
    • FixArray to string conversion
  141. 1.2.4
    • NewPerformance Improvement
    • NewShow Unique & Total Clicks on groups list
    • NewIntegrate with WordPress Knowledgebase plugin
  142. 1.2.3
    • NewShare short link via Whatsapp
    • NewAdded top locations info, referrers info, device info, browser info & platforms info on Dashboard PRO
    • NewAdded top locations info, referrers info, device info, browser info & platforms info on group analysis page PRO
  143. 1.2.2
    • NewAdded top locations info PRO
    • NewAdded referrers info PRO
  144. 1.2.1
    • NewAdded device info PRO
    • NewAdded browser info PRO
    • NewAdded platform info PRO
    • UpdateImprove link clicks report
  145. 1.2.0
    • NewAdded support to protect short URLs with password PRO
    • FixSorting of clicks details
    • FixShow date based on the set timezone
  146. 1.1.9
    • NewAdded option to set an expiration date for a link PRO
    • FixPost id removed on link edit
  147. 1.1.8
    • NewAdd statistics link on group dashboard
    • NewAdded short links for Betterdocs sharable links
    • FixWebsite icon shrink issue
  148. 1.1.7
    • NewAdded daily clicks analysis for a specific link
    • NewAdded clicks reports for link groups
    • NewIntegrate with Betterdocs WordPress plugin
  149. 1.1.6.1
    • FixTemplates path not found the issue (case sensitive)
    • FixController was not found issue
  150. 1.1.6
  151. 1.1.5
    • NewDashboard with useful KPIs
  152. 1.1.4
    • NewSearch clicks based on Country, Browser & device in click history
    • FixLink creation issue
  153. 1.1.3
    • NewAdd/ Edit/ Delete groups
    • NewAdd links to multiple groups
    • UpdateNow, able to create a short link from Posts & Pages lists screen
  154. 1.1.2
    • FixOnboarding issue
  155. 1.1.1
    • FixCall to undefined function KaizenCoders\URL_Shortify\Common\add_meta_box() fatal error
  156. 1.1.0
    • NewCreate short links for Posts & Pages automatically.
    • NewUnlock full click history PRO
  157. 1.0.4
    • NewLink Statistics (Click History last 7 days)
  158. 1.0.3
    • NewSearch links
    • NewSort links by name & created on time
    • NewUpdate Tracking data
  159. 1.0.2
    • NewAdded support for link tracking
    • NewNow able to copy short link
    • NewShow quick stats (Unique Clicks, Total Clicks)
  160. 1.0.1
    • NewCreate nofollow/ noindex links
    • NewCreate Sponsored links
    • NewAdded support for parameters forwarding
  161. 1.0.0
    • NewInitial Release