Skip to content
This repository has been archived by the owner on Aug 15, 2021. It is now read-only.

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tachyondecay committed Aug 19, 2011
1 parent 51b771f commit fc462ab
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 deletions README.markdown
Expand Up @@ -4,9 +4,9 @@ Generates a live preview lightbox of the formatted version of a textarea while e

I've tested this extension with Symphony's default textarea field as well as Rowan's [text box](https://github.com/rowan-lewis/textboxfield) field. If you encounter issues with other textarea fields, please let me know.

- Version: 1.0
- Version: 1.0.1
- Author: Ben Babcock <ben@tachyondecay.net>
- Updated: August 16, 2011
- Updated: August 19, 2011
- GitHub Repository: https://github.com/tachyondecay/preview_textarea

## Installation & Use
Expand All @@ -16,3 +16,13 @@ You can always install the latest version through git: `git clone git://github.c
- Make sure that the extension is in a folder named `preview_textarea`. Upload this to your Symphony `extensions` folder.
- Enable the extension from the **Extensions** page in the Symphony backend.
- On the publishing page for a section, textareas will now have a `Preview` link next to their labels. This link will generate a formatted version of the textarea's content and display it as a preview lightbox.

## Changelog

### Version 1.0.1 (August 19, 2011)

- [#2](https://github.com/tachyondecay/preview_textarea/issues/2): Override some of the backend styles for the preview box.

### Version 1.0 (August 16, 2011)

- Initial release.
4 changes: 2 additions & 2 deletions extension.driver.php
Expand Up @@ -5,8 +5,8 @@
public function about() {
return array(
'name' => 'Preview Textarea',
'version' => '1.0',
'release-date' => '2011-08-16',
'version' => '1.0.1',
'release-date' => '2011-08-19',
'author' => array(
'name' => 'Ben Babcock',
'website' => 'http://tachyondecay.net/',
Expand Down

0 comments on commit fc462ab

Please sign in to comment.