Releases for Integrated Metatags
int_meta 5.x-1.0-beta7
First released: January 24, 2009 - 21:56
Size: 20.19 KB
md5_file hash: c045cd698565a68c94542372b2f01aab
Last updated: January 24, 2009 - 22:00
This should be the final beta prior to an official release.
- Updated the copyright to 2009.
- Added new in-page documentation via Drupal's help hook.
- #352525: Filtering of CCK fields content - Fixed some old help text that was no longer valid.
- #363634: the word chars is inserted as the first word in the source code - Removed the display of the word "chars" when capping on character length.
int_meta 6.x-1.0-beta7
First released: January 24, 2009 - 21:55
Size: 20.48 KB
md5_file hash: 5ce68a322bc5f52d4b47dfab56fd4db4
Last updated: January 24, 2009 - 22:00
This should be the final beta prior to an official release.
- Updated the copyright to 2009.
- Added new in-page documentation via Drupal's help hook.
- #352525: Filtering of CCK fields content - Fixed some old help text that was no longer valid.
- #363634: the word chars is inserted as the first word in the source code - Removed the display of the word "chars" when capping on character length.
int_meta 6.x-1.0-beta6
First released: December 16, 2008 - 03:14
Size: 18.98 KB
md5_file hash: 5e10956f7b9ee92f94fe4475e9c48ac2
Last updated: December 16, 2008 - 03:15
#336052: Limit meta tags with additional/optional field on new settings page - Added admin/settings/int_meta for trimming options.
#231697: Primary keys are declared NULL - Updated the schema for the PRIMARY KEYS to be NOT NULL and have defaults.
#342456: Add node teaser support - Teaser support added through dynamic Metatags.
int_meta 5.x-1.0-beta6
First released: December 16, 2008 - 03:14
Size: 18.79 KB
md5_file hash: d3204894bb6a84fa9a467175834839b0
Last updated: December 16, 2008 - 03:15
#336052: Limit meta tags with additional/optional field on new settings page - Added admin/settings/int_meta for trimming options.
#231697: Primary keys are declared NULL - Updated the schema for the PRIMARY KEYS to be NOT NULL and have defaults.
#342456: Add node teaser support - Teaser support added through dynamic Metatags.
int_meta 6.x-1.0-beta5
First released: November 2, 2008 - 03:23
Size: 17.32 KB
md5_file hash: 409dcefe623522356834c1828b52b71a
Last updated: November 2, 2008 - 03:25
#322365: The module is not creating dynamic meta tags anymore - Fixed a problem where PHP4 didn't like using pass-by-reference variables with call_user_func();.
#328204: Duplicated META content - Was accidentally duplicating information.
#232262: taxonomy support next to node support - Metatag rendering for teasers is now a feature in Drupal 6 that will not be back-ported to Drupal 5 unless I can figure out a good way to do it.
int_meta 5.x-1.0-beta5
First released: November 2, 2008 - 03:23
Size: 17.17 KB
md5_file hash: 22d885a08af327da6482be5c4fd31712
Last updated: November 2, 2008 - 03:25
#322365: The module is not creating dynamic meta tags anymore - Fixed a problem where PHP4 didn't like using pass-by-reference variables with call_user_func();.
#328204: Duplicated META content - Was accidentally duplicating information.
#232262: taxonomy support next to node support - Metatag rendering for teasers is now a feature in Drupal 6 that will not be back-ported to Drupal 5 unless I can figure out a good way to do it.
int_meta 5.x-1.0-beta4
First released: October 17, 2008 - 02:09
Size: 15.74 KB
md5_file hash: 7ed20248360096d39db7aa80432d402d
Last updated: October 17, 2008 - 02:10
- Fixed a bug where type information stored in the database was lost when migrated to using the variable functions. (#321096: BETA3 Loses Settings)
- Disabled the new teaser functionality indefinitely. Hopefully, I can figure out how to get this to work correctly in D5.
int_meta 6.x-1.0-beta4
First released: October 17, 2008 - 01:55
Size: 15.93 KB
md5_file hash: d5c74eb846df6dbe6ba964b0361ba09b
Last updated: October 17, 2008 - 02:00
- Fixed a bug where type information stored in the database was lost when migrated to using the variable functions. (#321096: BETA3 Loses Settings)
- Improved the ability to display tags on node listing pages.
int_meta 5.x-1.0-beta3
First released: October 14, 2008 - 05:33
Size: 15.61 KB
md5_file hash: 655315a7d870f8db93da6b4850a71bf9
Last updated: October 14, 2008 - 05:35
#319739: Fatal Error - Fixed a problem where the D6 branch was not compatable with PHP 4.
#302976: comma separated lists of tags not created - Moved the checkboxes around in an effort to help people with a fixed-width theme.
#247542: Meta tags on the <front> /node page - Added basic support to also show Metatags when a node is rendered as a teaser.
Also removed the int_meta_types table in favor of using the variable functions.
int_meta 6.x-1.0-beta3
First released: October 14, 2008 - 05:32
Size: 15.54 KB
md5_file hash: 53f0fa22f7bb85e3352c364fc2ac097d
Last updated: October 14, 2008 - 05:35
#319739: Fatal Error - Fixed a problem where the D6 branch was not compatable with PHP 4.
#302976: comma separated lists of tags not created - Moved the checkboxes around in an effort to help people with a fixed-width theme.
#247542: Meta tags on the <front> /node page - Added basic support to also show Metatags when a node is rendered as a teaser.
Also removed the int_meta_types table in favor of using the variable functions.
int_meta 6.x-1.0-beta2
First released: September 3, 2008 - 02:55
Size: 15.21 KB
md5_file hash: b5e1388b00e5991fd78a1c41d5393f41
Last updated: September 3, 2008 - 03:00
Fixed various bugs, including the inability to disable tags for a given type, and the attribute name for the content.
int_meta 5.x-1.0-beta2
First released: June 28, 2008 - 02:39
Size: 15.43 KB
md5_file hash: ad64b57cae2765ee301566dfba178d06
Last updated: June 28, 2008 - 02:40
Fixed some problems with the int_meta_cck.module file, and updated the main module file to not require the array_combine(); function in PHP 5.+. Special thanks to WorldFallz for his help in updating the CCK integration.
int_meta 5.x-1.0-beta
First released: March 8, 2008 - 18:05
Size: 15.24 KB
md5_file hash: c129ace0430bd68568206a68609adccf
Last updated: March 8, 2008 - 18:10
BETA release for Drupal 5.x.
int_meta 6.x-1.0-beta
First released: March 8, 2008 - 18:04
Size: 14.78 KB
md5_file hash: 234a710d79f12eabe29d98602b4a6a37
Last updated: March 8, 2008 - 18:05
BETA release for Drupal 6.x.
int_meta 5.x-1.0-dev
First released: March 8, 2008 - 01:03
Size: 15.12 KB
md5_file hash: 35cd67828de358a8b6c4c9c6059dda90
Last updated: March 8, 2008 - 01:05
Initial port to Drupal 5.
int_meta 6.x-1.0-dev
First released: March 1, 2008 - 05:28
Size: 12.24 KB
md5_file hash: 82210fdf1e8b16eb75f2674020d1fe0f
Last updated: March 1, 2008 - 05:30
Initial release of the Integrated Metatags module. Released as DEV to indicate its newness and need to be tested before being ready for a production system.
