Skip to content

Commit

Permalink
version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nitriques committed Apr 23, 2014
1 parent 37b937c commit d2ed45a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -27,10 +27,11 @@ Come say hi! -> <http://www.deuxhuithuit.com/>
### 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 ###

Expand Down
3 changes: 3 additions & 0 deletions extension.meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
<!-- None -->
</dependencies>
<releases>
<release version="1.1" date="2014-04-23" min="2.3.4" max="2.3.6">
- Added the ability to qualify fields in order to use their value instead of the handle
</release>
<release version="1.0" date="2014-01-20" min="2.3.4">
- First release
</release>
Expand Down

0 comments on commit d2ed45a

Please sign in to comment.