Skip to content
This repository was archived by the owner on Mar 17, 2018. It is now read-only.

Commit

Permalink
1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Kelly committed Dec 13, 2010
1 parent e8d4174 commit 9aee9ea
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion extensions/ext.fieldframe.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
define('FF_CLASS', 'Fieldframe');
define('FF_NAME', 'FieldFrame');
define('FF_VERSION', '1.4.4a0');
define('FF_VERSION', '1.4.4');
}


Expand Down
2 changes: 1 addition & 1 deletion extensions/fieldtypes/ff_checkbox/ft.ff_checkbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Ff_checkbox extends Fieldframe_Fieldtype {
*/
var $info = array(
'name' => 'FF Checkbox',
'version' => '1.4.4a0',
'version' => '1.4.4',
'docs_url' => 'http://pixelandtonic.com/fieldframe/docs/ff-checkbox',
'no_lang' => TRUE
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Ff_checkbox_group extends Fieldframe_Multi_Fieldtype {
*/
var $info = array(
'name' => 'FF Checkbox Group',
'version' => '1.4.4a0',
'version' => '1.4.4',
'docs_url' => 'http://pixelandtonic.com/fieldframe/docs/ff-checkbox-group',
'no_lang' => TRUE
);
Expand Down
2 changes: 1 addition & 1 deletion extensions/fieldtypes/ff_multiselect/ft.ff_multiselect.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Ff_multiselect extends Fieldframe_Multi_Fieldtype {
*/
var $info = array(
'name' => 'FF Multi-select',
'version' => '1.4.4a0',
'version' => '1.4.4',
'docs_url' => 'http://pixelandtonic.com/fieldframe/docs/ff-multi-select',
'no_lang' => TRUE
);
Expand Down
2 changes: 1 addition & 1 deletion extensions/fieldtypes/ff_radio_group/ft.ff_radio_group.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Ff_radio_group extends Fieldframe_Multi_Fieldtype {
*/
var $info = array(
'name' => 'FF Radio Group',
'version' => '1.4.4a0',
'version' => '1.4.4',
'docs_url' => 'http://pixelandtonic.com/fieldframe/docs/ff-radio-group',
'no_lang' => TRUE
);
Expand Down
2 changes: 1 addition & 1 deletion extensions/fieldtypes/ff_select/ft.ff_select.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Ff_select extends Fieldframe_Multi_Fieldtype {
*/
var $info = array(
'name' => 'FF Select',
'version' => '1.4.4a0',
'version' => '1.4.4',
'desc' => 'A better drop-down list',
'docs_url' => 'http://pixelandtonic.com/fieldframe/docs/ff-select',
'no_lang' => TRUE
Expand Down

0 comments on commit 9aee9ea

Please sign in to comment.