diff --git a/README.md b/README.md index 1908b2c..6a93d3b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Link Preview # -Version: 1.0 +Version: 1.1 ## Offers a field that will place a link to the frontend in the publish pages @@ -27,10 +27,11 @@ Come say hi! -> ### HOW TO USE ### - Add a Link Preview field to your section. -- Set up the url format usign values from other fields. +- Set up the url format using values from other fields. - A simple link will be added next to the title of the entry. - - You can format date and datetime fields usign qualifier for php date_format. + - You can format date and datetime fields using qualifier for php date_format. i.e. /article/{$date:Y}/{$date:m}/{$date:d}/{$title}/ +- You can force the usage of the value instead of the handle by using the :value qualifier ### LICENSE ### diff --git a/extension.meta.xml b/extension.meta.xml index 97e5eaf..c70a806 100644 --- a/extension.meta.xml +++ b/extension.meta.xml @@ -20,6 +20,9 @@ + + - Added the ability to qualify fields in order to use their value instead of the handle + - First release