Version 2.1.2

March 29, 2019

Fixed

  • Remove install migration introducted in the last version that was preventing the plugin from being uninstalled.

Version 2.1.1

January 28, 2019

Added

  • Migrate settings from any existing VzUrl 1.x fields when installing the plugin (thanks to Jan Henckens).

Version 2.1.0

November 9, 2018

Added

  • Migrate settings from VzUrl 1.x when upgrading Craft 2 -> Craft 3.

Version 2.0.0

September 22, 2018

Added

  • Compatibility with Craft 3.
  • The craft.vzUrl.parse variable now parses any query string into an associative array.

Version 1.1.1

April 24, 2017

Fixed

  • Set column-type to Text initially, rather that starting with a String and migrating.

Version 1.1.0

April 15, 2017

Improved

  • Refactored Javascript to check fields sequentially rather than simultaneously. On entries with a lot of URL fields, this should prevent the browser from locking up.
  • Cache URL validity in the browser so multiple copies of the same URL on a page won't require multiple server calls.
  • Now uses a GET rather than HEAD request to check URLs, as some servers don't respond correctly to HEAD requests.

Version 1.0.5

February 16, 2017

Fixed

  • Change column type to TEXT to avoid MySQL row limit.

Version 1.0.4

February 3, 2017

Fixed

  • Minor styling issues with URL input & redirect message.

Improved

  • Increased character limit in database to 2000 to prevent issues with longer URLs.

Version 1.0.3

July 9, 2016

Fixed

  • Release feed URL.

Improved

  • Made the initial regex URL check more lenient, to avoid marking weird URLs as invalid incorrectly.

Version 1.0.2

October 3, 2015

Added

  • VZ URL fields can now be displayed as a column in the entry index in Craft 2.5.

Version 1.0.1

July 6, 2015

Improved

  • Use placeholder for initial value display.
  • Always mark URLs beginning with ? or # as valid.
  • Update PHP code to use PSR-2 style.

Version 1.0.0

December 7, 2014
  • Initial public release