Skip to content

Commit

Permalink
Updated to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdunn committed Sep 4, 2010
1 parent b4b01e2 commit 3ac78ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.markdown
@@ -1,8 +1,8 @@
# Publish Tabs

Version: 0.9
Version: 0.9.1
Author: Nick Dunn
Build Date: 2010-08-20
Build Date: 2010-09-04
Requirements: Symphony 2.2*

*** NOTE** this extension requires as-yet unreleased Symphony 2.2 which will contain a simple update to Symphony's HTML output that makes this stuff possible. To try it out on pre-2.2 builds you'll need this core code change: <http://github.com/nickdunn/symphony-2/commit/95c006206542076f9f483c53b7a1a327ef314eac>
Expand All @@ -25,4 +25,5 @@ When you add a Publish Tab field to a section, any fields that appear *after* th

## Changelog

**0.9** initial public release
* **0.9.1** Fixes issue where title could not be created on publish form
* **0.9** Initial public release
4 changes: 2 additions & 2 deletions extension.driver.php
Expand Up @@ -5,8 +5,8 @@ class extension_publish_tabs extends Extension {
public function about() {
return array(
'name' => 'Publish Tabs',
'version' => '0.9',
'release-date' => '2010-08-20',
'version' => '0.9.1',
'release-date' => '2010-09-04',
'author' => array(
'name' => 'Nick Dunn',
'website' => 'http://nick-dunn.co.uk'
Expand Down

0 comments on commit 3ac78ab

Please sign in to comment.