CHANGELOG.txt 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511
  1. Metatag 7.x-1.4, 2014-10-09
  2. ---------------------------
  3. #2353079 by DamienMcKenna: Fixed Views integration, for real this time.
  4. #2344877 by DamienMcKenna: Fixed Panels integration, for real this time.
  5. Metatag 7.x-1.3, 2014-10-07
  6. ---------------------------
  7. #2350967 by das-peter, DamienMcKenna: Fatal error occurred loading any View that
  8. did not have meta tags assigned.
  9. #2344877 by DamienMcKenna, Mau Palantír, libelle2000: Fixed Panels integration.
  10. By DamienMcKenna: metatag_metatags_load()'s documentation was incorrect.
  11. #2347193 by DamienMcKenna: Updated Feeds integration to be compatible with the
  12. new data structures in 1.0, and revision_id problems.
  13. Metatag 7.x-1.2, 2014-10-04
  14. ---------------------------
  15. #2343909 by DamienMcKenna: Unable to update meta tags on nodes that didn't
  16. contain translations.
  17. #2185791 by DamienMcKenna: Improved logic for deciding which meta tag values
  18. to use for the current language; new advanced option allows loading of the
  19. entity's default language's values if nothing else matches.
  20. #2346159 by DamienMcKenna: Fixed tag dependencies, which were broken in 1.0.
  21. #2346153 by DamienMcKenna: Added Twitter app 'name' tags, misc improvements to
  22. Twitter Cards code.
  23. #2185791 by DamienMcKenna: Changed the no-values-to-load entity language default
  24. logic so that the default language values will be loaded unless disabled.
  25. #1304038 by DamienMcKenna: Indicate in the README.txt how to disable output for
  26. the three meta tags output by Drupal core by default.
  27. #2350129 by DamienMcKenna: Added a Drush command for clearing Metatag's caches.
  28. #2341795 by DamienMcKenna: Updated Metatag:Views to be compatible with the new
  29. form data structure in 1.0.
  30. #2292043 by eric.chenchao, DamienMcKenna: Added Google+ 'itemprop' meta tags.
  31. #2341795 by DamienMcKenna: Fixed Views previews.
  32. #2289139 by maijs, DamienMcKenna: Allow each Views display to have different
  33. meta tag values.
  34. Metatag 7.x-1.1, 2014-09-18
  35. ---------------------------
  36. #2340639 by agoradesign: Additional check needed in hook_requirements to avoid
  37. breaking installation profiles.
  38. #2340337 by DamienMcKenna: Config system updated for the new language-based
  39. data handling.
  40. #2330823 by DamienMcKenna: REVERT: Remove the deprecated G+ Author meta tag.
  41. Metatag 7.x-1.0, 2014-09-17
  42. ---------------------------
  43. #2319389 by DamienMcKenna: Additional Open Graph meta tags, for videos.
  44. #2169575 by gvorbeck: Workbench Moderation v2 doesn't need any hackery, so
  45. removed the message in hook_requirements().
  46. #2140189 by ttkaminski, DamienMcKenna: Added an index to {metatag} table for the
  47. 'type' and 'revision_id' fields.
  48. #1391554 by DamienMcKenna: Handle scenarios where the legacy "metatags" module
  49. had been installed.
  50. #2325459 by DamienMcKenna: Used JSHint to correct some minor JS bugs.
  51. #2326197 by Dave Reid: metatag_generate_entity_metatags() cache can be bypassed.
  52. By DamienMcKenna: Updated the og:image size guidelines.
  53. By DamienMcKenna: Remove the redundant metatag_taxonomy_term_view_alter().
  54. By DamienMcKenna: Support Twitter Cards fieldset in Metatag:Context.
  55. #1778286 by alberto56: Removed the deprecated metatag_ui module.
  56. #2331677 by othermachines: Updates 7025 and 7027 attempted to update the wrong
  57. tables.
  58. #2330823 by othermachines: Remove the deprecated G+ Author meta tag.
  59. #2186155 by DamienMcKenna, grahamC, JeroenT: Resolved problems when saving an
  60. entity directly rather than via entity form.
  61. By DamienMcKenna: Corrected the namespace prefix for OG video meta tags.
  62. #2186155 by DamienMcKenna: Follow-up to fix a number of scenarios.
  63. Metatag 7.x-1.0-rc2, 2014-08-05
  64. -------------------------------
  65. #1904266 by mvwensen, DamienMcKenna: Added the dcterms.modified meta tag.
  66. #2202031 by DamienMcKenna: Don't double-encode output, handle   specially.
  67. #2026343 by DamienMcKenna, skruf, valkum, wxman: Added many more Open Graph meta
  68. tags.
  69. #2164919 by DamienMcKenna: Added an Advanced Settings page.
  70. #2241083 by DamienMcKenna: API structure for definiting field dependencies;
  71. currently limited to hiding/showing fields, can be expanded later with
  72. validation logic. Initial implementation for some Open Graph and Twitter Cards
  73. meta tags.
  74. #2307523 by leewillis77, DamienMcKenna: Additional arguments for two
  75. drupal_alter hooks.
  76. #2241083 by rooby: Refactored meta tag output generation using a new function,
  77. metatag_generate_entity_metatags(), allowing for the tags to be independently
  78. obtained for a given entity.
  79. #2262159 by DamienMcKenna: Bumped core requirement to 7.28, removed the
  80. [node:summary] fix that's no longer needed.
  81. #2306449 by DamienMcKenna: Not having the Transliteration or Imagecache Token
  82. modules installed no longer reports an error in hook_requirements().
  83. #1328562 by andremolnar, Greg Boggs, DamienMcKenna: Improved form descriptions.
  84. #1918706 by theunraveler, DamienMcKenna, Zekvyrin, JeroenT: [current-page:title]
  85. didn't work correctly on Panels pages.
  86. #2153977 by paolomainardi, DamienMcKenna: Fix for translations of base entity
  87. type configuration when there is no bundle configuration.
  88. Metatag 7.x-1.0-rc1, 2014-07-12
  89. -------------------------------
  90. By DamienMcKenna: Small improvement to the comment on update 7007.
  91. #2196393 by generalconsensus, aprohl5: Typo in hook_install().
  92. #2237507 by SebCorbin: Only delete all records when editing one entity revision.
  93. #2056739 by B-Prod: Incorrect language handling when displaying entity pages
  94. using Panels.
  95. #2205675 by Romlam, greggles: Typo in variable name caused data to not load.
  96. #2265447 by opdavies: Ignore comment entities, conflict with comment_fragment.
  97. #2271685 by adee147: Typos in metatag_metatags_cache_clear().
  98. #2271811 by DamienMcKenna: Replaced theme_metatag_opengraph() with
  99. theme_metatag_property().
  100. #1282636 by DamienMcKenna: Support meta tags that allow multiple values; first
  101. supported tags are og:image and og:image:secure_url.
  102. #2273459 by DamienMcKenna: Improved Twitter Cards default values.
  103. #2273241 by DamienMcKenna: Use the new hook_metatag_bundled_config_alter() to
  104. load settings from submodules.
  105. #2273493 by DamienMcKenna: Improved Dublin Core default values.
  106. #2274921 by DamienMcKenna: Token browser link missing on settings pages.
  107. #2277787 by eugene.ilyin: Missing translations in metatag_context.
  108. By DamienMcKenna: Removed duplicate 'devel_generate' setting for 'image_src'.
  109. #2282903 by DamienMcKenna: Special handling for meta tags that need to output a
  110. secure URL, replace 'http://' with 'https://'.
  111. #2281833 by DamienMcKenna: Ensure multi-item values are output in a consistent
  112. order.
  113. #2275323 by drastik: Provide link to settings page in Metatag:Context module.
  114. #1284810 by DamienMcKenna: Really recommend installing Imagecache Token.
  115. #1809356 by DamienMcKenna: Sort all meta tags.
  116. #2276361 by DamienMcKenna: Move Facebook meta tags into a separate submodule.
  117. #2185943 by fizk: Remove warnings about Exclude Node Title.
  118. #2266595 by hefox: Change watchdog() message to a warning not critical, to avoid
  119. problems with Jenkins.
  120. #2193195 by 75th Trombone: Corrected a variable usage in README.txt.
  121. #1338612 by Lasac, DamienMcKenna: Added the content-language meta tag.
  122. #2291993 by DamienMcKenna: Duplicate fb meta tags causes lots of errors.
  123. #2285787 by SebCorbin: Entity Translation problems with revisions.
  124. #2025425 by moonray, David_Rothstein, hefox, DamienMcKenna: Cache improvement
  125. to separate entity vs page language.
  126. #2186241 by nnevill.io1, DamienMcKenna: Revisions support for Panels.
  127. #2051407 by cha0s, DamienMcKenna: Language support for token integration.
  128. #2183203 by mikeytown2, juampy, DamienMcKenna: Improved queries in
  129. metatag_metatags_load_multiple().
  130. #2227377 by DamienMcKenna: taxonomy_vocabulary_load() caused problems when
  131. executed during hook_entity_info_alter().
  132. #1995564 by DamienMcKenna, willieseabrook: Added a warning about a possible
  133. conflict with the Admin Language module.
  134. #2298337 by DamienMcKenna: Added an API option to indicate one meta tag replaces
  135. another; updated API docs accordingly.
  136. #2267501 by DamienMcKenna: Renamed the 'twitter:image' meta tag to the correct
  137. 'twitter:image:src'.
  138. #2121437 by DamienMcKenna: Renamed the 'copyright' meta tag to the correct
  139. 'rights' tag.
  140. #2177455 by DamienMcKenna: Avoid errors when updating from older releases due
  141. to missing revision_id field.
  142. #2178411 by DamienMcKenna, kporras07: Language not assigned correctly on CTools
  143. -based pages.
  144. Metatag 7.x-1.0-beta9, 2014-01-18
  145. ---------------------------------
  146. #2174363 by DamienMcKenna: Changed update 7018 to avoid attempting to create
  147. duplicate records when updating; instead should there be a collision the
  148. record with revision_id 0 will be deleted.
  149. #2176351 by DamienMcKenna: 403 and 404 error pages will use the global default
  150. for the page title instead of copying the homepage's.
  151. #2175843 by DamienMcKenna: It was possible to get to update 7016 without the
  152. revision_id field existing, so make sure it exists.
  153. #2081787 by attila.fekete: Don't let Metatag:Views overwrite the frontpage meta
  154. tag config, matching how Metatag:Panels works.
  155. #2176375 by DamienMcKenna: Added note to README.txt about the Textimage module's
  156. compatibility with Metatag.
  157. #2170771 by DamienMcKenna: Added support for the og:image:secure_url meta tag.
  158. Metatag 7.x-1.0-beta8, 2014-01-15
  159. ---------------------------------
  160. #1995284 by DamienMcKenna: Replace $_SERVER['REQUEST_URI'] with request_uri().
  161. By DamienMcKenna: Updated the README.txt's Credits section to match the project
  162. page.
  163. #1978708 by DamienMcKenna: Added a note to the README.txt, hook_install and
  164. hook_requirements to mention that RDF can cause validation errors for the
  165. Open Graph meta tag output.
  166. #1977640 by dsdeiz: Fixed a comment typo.
  167. #1978730 by DamienMcKenna: Added an installation note to read the README.txt
  168. file.
  169. #1978568 by DamienMcKenna: Strip line breaks in all tag output.
  170. #1961354 by DamienMcKenna, thesame: Optionally provide additional permissions
  171. so that access to modify each meta tag can be controlled individually, see
  172. README.txt for more details.
  173. #1933678 by DamienMcKenna: Default Context configurations for the user login and
  174. registration pages.
  175. #1816856 by DamienMcKenna: Default Context configuration for the main forum
  176. page.
  177. #1292612 by DamienMcKenna: Default Context configuration for the main blog
  178. page.
  179. #1988346 by DamienMcKenna: Form permissions were being overridden thus making
  180. the Metatag fieldset visible when it shouldn't have been.
  181. #1994352 by AmbikaFR: Two strings were not translatable.
  182. #1970064 by Jorrit: Metatag:Panels did not load the data correctly.
  183. #1994634 by DamienMcKenna: DrupalTextMetaTag::getValue fails if
  184. $options['instance'] element doesn't exist.
  185. #1994630 by DamienMcKenna: Cleanup/filter all meta tag output.
  186. By DamienMcKenna: Moved hook_requirements to the top of metatag.install.
  187. #1982164 by DamienMcKenna: Added hook_requirements note to ensure that Entity
  188. Translation is up-to-date.
  189. #2020565 by DamienMcKenna: Save the correct language value on initial entity
  190. creation.
  191. #1876034 by DamienMcKenna: Updated a comment to indicate that there was a
  192. problem with Metatag itself when saving records via node_save(), not
  193. Workbench Moderation after all.
  194. #2024277 by greggles, DamienMcKenna: Don't output a meta tag if the string is
  195. blank, but still allow "0" to be output when needed.
  196. #1999936 by DamienMcKenna: Fixed poor logic for checking if a valid language
  197. was available in metatag_metatags_values().
  198. #2024277 by DamienMcKenna: Follow-up to fix all meta tag output.
  199. #1498764 by nick_schuch, DamienMcKenna: Added the Revisit-After meta tag.
  200. #1671846 by benys, DamienMcKenna: Expose meta tags as tokens.
  201. #1830952 by DYdave, DamienMcKenna: Allow token types and patterns to be altered.
  202. #1859136 by plopesc, DamienMcKenna: Properly update meta tag records.
  203. #2045855 by czigor: Fix translation of meta tag info labels.
  204. #1572474 by PieIsGood, Dan Reinders, DamienMcKenna: Entity revision support.
  205. #2051401 by cha0s: Remove errant dpm() left in from earlier testing.
  206. #2037677 by adnasa, DamienMcKenna, tsvenson: UX improvement for the token popup.
  207. #1985932 by kolier: Correct the taxonomy term token on Panels pages.
  208. #2033723 by som30ind, DamienMcKenna: Fixed occasional error saving array values,
  209. e.g. the ROBOTS tag.
  210. #1959830 by DamienMcKenna: Added a note to README.txt about Node Form Panes.
  211. #2061511 by amanire: Verify view display 'path' option exists before using it.
  212. #1776836 by kobee, DamienMcKenna: Added the Standout meta tag.
  213. #2095397 by DamienMcKenna: Allow method to skip skipping metatag_entity_view().
  214. #2095501 by DamienMcKenna: Logic mistake in metatag_metatags_delete_multiple()
  215. meant records were never deleted.
  216. #2072087 by brunascle: Twitter Cards changed to use correct 'name' attribute.
  217. #2086037 by greggles: Only show schema warning messages to appropriate people.
  218. #1311050 by pasive, DamienMcKenna: Added the og:locale meta tag.
  219. #2082539 by DamienMcKenna, hswong3i: {metatag}.revision_id cannot be null.
  220. #2082539 by DamienMcKenna: Follow-up to make all revision_id values numeric.
  221. #1848338 by DamienMcKenna: Added a list of test scenarios that need to be added.
  222. #2152043 by DamienMcKenna: Devel Generate integration via Metatag:Devel
  223. submodule.
  224. #2152043 by DamienMcKenna: Expanded Devel Generate integration to cover almost
  225. all included meta tags.
  226. #1572474 by DamienMcKenna, HyperGlide, jyee, Kristen Pol, sylus: Fixes for
  227. revisions support.
  228. #1876042 by DamienMcKenna: Rename variables to use $entity_id instead of $id
  229. in metatag.admin.inc, $entity_type instead of $type in metatag.migrate.inc.
  230. #2157689/#2088299 by travelertt, iMiksu, DamienMcKenna: JS error broke
  231. CKEditor, etc.
  232. #2168343 by DamienMcKenna: Clear EntityCache bins.
  233. #2062379 by DamienMcKenna: Restructured caching.
  234. #2168939 by DamienMcKenna: Don't skip batch processing on updates ran via Drush.
  235. #2169547 by DamienMcKenna: Clarification on Workbench Moderation support.
  236. #2090557 by Kristen Pol, DamienMcKenna: Don't cache tags on 403/404 error pages.
  237. #1848622 by DamienMcKenna: Translation helper for 'bar'.
  238. #1967856 by duozersk: Support for the noimageindex and notranslate robots tag
  239. options.
  240. #2140463 by zhuber: Small misspelling in a comment.
  241. #1963678 by DC_Marc, gnuget, Albert Volkman: Additional Twitter Card meta tags.
  242. #2170363 by juampy: Incorrect data handling in DrupalDefaultMetaTag.
  243. #1286270 by DamienMcKenna: Provide options for disabling meta tags on specific
  244. entity types or entity bundles, see README.txt for details.
  245. #2071649 by eelkeblok, DamienMcKenna: Verify the entity still exists when
  246. loading meta tag data in metatag_ctools_render_alter() and
  247. metatag_views_post_render().
  248. #2126157 by hefox: metatag_entity_has_metatags() returns TRUE for disabled
  249. entities, not FALSE.
  250. #2001178 by jantoine, DamienMcKenna: Verify the language exists before saving.
  251. #1864306 by hefox: Export the 'disabled' state via Features, thus allowing
  252. disabled configurations to be exported too.
  253. #2172883 by Kristen Pol, DamienMcKenna: Only use Workbench Moderation functions
  254. on nodes.
  255. #1975552 by pivica, DamienMcKenna: Fixed errors when changing {metatag} table's
  256. primary keys.
  257. #1864306 by DamienMcKenna: Follow-on to only export the $config->disabled
  258. setting if it exists.
  259. #2173271 by deetergp: Spelling and grammer fixes for README.txt.
  260. #2172433 by fabsor, DamienMcKenna: Ensure that update 7015 runs early enough to
  261. avoid data corruption or errors during other updates.
  262. #2156261 by plopesc, DamienMcKenna: Allow meta tags for 403/404 error pages to
  263. be configured, along with some reasonable defaults; removed previous option to
  264. control caching on these pages, the meta tags are now always cached.
  265. #2173863 by DamienMcKenna: Don't load meta tags on admin pages, provide setting
  266. to override this.
  267. #2174363 by DamienMcKenna: Don't attempt to create revision records in update
  268. 7018 if one already exists.
  269. Metatag 7.x-1.0-beta7, 2013-04-22
  270. ---------------------------------
  271. #1970946 by laura s: Twitter Cards no longer requires SSL.
  272. #1971406 by alextataurov, DamienMcKenna: Correct check to see if i18n is
  273. installed.
  274. #1955898 by DamienMcKenna: Clicking 'cancel' when editing a per-path
  275. configuration would cause the config to be deleted.
  276. #1955894 by plopesc: It wasn't possible to remove values from the
  277. Metatag:Context editor.
  278. #1972038 by DamienMcKenna: Context admin page didn't display the '<front>' path
  279. correctly.
  280. #1970064 by DamienMcKenna: Metatag:Context did not load the data correctly.
  281. #1970518 by John Morahan: Incorrect syntax in metatag.info.
  282. #1972932 by chrisjlee: Typo in hook_requirements.
  283. By DamienMcKenna: Removed trailing space in some files.
  284. #1951118 by DamienMcKenna: Display a runtime hook_requirements error message if
  285. the old metatag.entity_translation.inc file is still present.
  286. By DamienMcKenna: Removed some tabs that snook in.
  287. #1973254 by plopesc: Added functional tests for Metatag:Context.
  288. #1284756 by dsdeiz: Add instructions to metatag.migrate.inc explaining how to
  289. use the Migrate integration.
  290. #1954106 by DamienMcKenna: Simplified the project's name to just 'Metatag'.
  291. #1974870 by DamienMcKenna: Moved all modules to the 'SEO' package.
  292. Metatag 7.x-1.0-beta6, 2013-04-14
  293. ---------------------------------
  294. #1961448 by DamienMcKenna: Disable the fb:app_id field if fb_social is present.
  295. #1282620 by idflood, evanbarter, mgifford, Lukas von Blarer, Peacog, zterry95,
  296. DamienMcKenna: Configuration translation through integration with the i18n
  297. module.
  298. #1498740 by devuo: Merged Diogo's metatag_panels module.
  299. #1804356 by Dave Reid: Merged Dave's metatag_views module.
  300. #1909224 by DamienMcKenna: Fixed sloppy code in metatag_metatags_form_submit().
  301. #1969428 by DamienMcKenna: Changed the DC 'property' attribute to 'name'.
  302. #1284756 by dsdeiz: Update Migrate integration for compatibility with v2.5,
  303. support additional entity types.
  304. #1953724 by DamienMcKenna, joshf, wiifm, twistor: PostgreSQL compatibility for
  305. recent updates.
  306. #1295524 by DamienMcKenna: Temporary fix for the [node:summary] token not
  307. working.
  308. #1952190 by DamienMcKenna: Only run queries involving taxonomy data if the
  309. Taxonomy module is enabled.
  310. Metatag 7.x-1.0-beta5, 2013-03-23
  311. ---------------------------------
  312. #1844638 by DamienMcKenna: Updated help messages around update 7004, when ran
  313. via Drush it will no longer used Batch API.
  314. #1844764 by Devin Carlson, DamienMcKenna: Fix arg placeholders in t() calls.
  315. #1846516 by Staratel: Incorrect arguments for watchdog().
  316. #1846516 by DamienMcKenna: Further incorrect arguments for watchdog().
  317. #1844638 by DamienMcKenna: Correctly used drupal_is_cli() instead of just
  318. php_sapi_name().
  319. #1846978 by edulterado: Corrected the theme function name used with the
  320. Twitter Cards submodule.
  321. #1307804 by juampy: Support for Select_or_Other for use with the OpenGraph
  322. 'type' field.
  323. #1854522 by DamienMcKenna: Redundant return statements in the MetaTag classes.
  324. #1852600 by DamienMcKenna: Only use the first page argument in the Views and
  325. Panels preprocessors if it is numerical.
  326. #1850014 by plopesc: Not all contexts that may be shown on the admin page will
  327. have a path condition defined.
  328. #1846080 by DamienMcKenna: Only support entities that have the 'metatags'
  329. option specifically enabled.
  330. #1857116 by DamienMcKenna: Purge {metatag} records for a few known unsupported
  331. entities that old versions would have saved.
  332. #1857116 by DamienMcKenna: Don't purge 'file' {metatag} records until #1857334
  333. is decided.
  334. #1857360 by DamienMcKenna: Purge {metatag} records for nodes, taxonomy terms
  335. and users that were purged but where the APIs of older versions failed to
  336. remove them.
  337. #1857116 by DamienMcKenna: Purge {metatag} records for Profile2.
  338. #1852600 by helmo: Typo in Views integration function.
  339. #1852022 by DamienMcKenna: Don't export the {metatag_config}.cid field.
  340. #1862570 by DamienMcKenna: Purge any empty values that may have been added by
  341. very early releases.
  342. #1862570 by DamienMcKenna: Follow-up to correctly handle the serialized empty
  343. array.
  344. #1864340 by cdoyle, DamienMcKenna: Incorrect output for certain Twitter Card
  345. tags.
  346. #1865170 by DamienMcKenna: Fix metatag_requirements() return array when the
  347. Page Title module is also installed.
  348. #1722564 by DamienMcKenna: Provide a hook_requirements() message and README.txt
  349. note about a possible conflict with the Exclude Node Title module.
  350. #1284756 by damiankloip, sylus, alanburke, lancee: Migrate module integration.
  351. #1865228 by greggles, DamienMcKenna: Added the rel=author link meta tag.
  352. #1866122 by DamienMcKenna: Added the twitter:site:id and twitter:creator:id
  353. meta tags.
  354. #1866980 by makangus: Corrected metatag_features_revert().
  355. #1862818 by DYdave, DamienMcKenna: Added documentation for
  356. hook_metatag_config_default().
  357. #1778534 by DamienMcKenna: Added the original-source meta tag.
  358. #1886170 by DamienMcKenna: Typo in the API docs regarding enabling metatag
  359. support in custom entities.
  360. #1871020 by DamienMcKenna: Compatibility problem with Workbench_Moderation.
  361. #1773926 by Dave Reid: Fixed token validation fails on config edit if the
  362. instance context is not an entity type.
  363. #1814736 by plach, Dave Reid: metatag_page_build() did not check if the
  364. global:frontpage metatag configuration is disabled.
  365. #1871852: Fixed metatag_update_7005() did not check if the watchdog table
  366. exists.
  367. #1891082 by bago, Dave Reid: Fixed metatag_config_instance_label() failed to
  368. recurse properly.
  369. #1915284: Fixed metatag_html_head_alter() stopped removing duplicate tags too
  370. soon. Fixed duplicate canonical links when global redirect is enabled.
  371. #1845326 by DamienMcKenna, Peacog: Resolved language handling problems to
  372. correctly identify the langcode to properly work with or without
  373. Entity_Translation.
  374. #1876042 by DamienMcKenna: Rename variables to use $entity_id instead of $id
  375. and $entity_type instead of $type.
  376. #1859136 by splatio, DamienMcKenna, multpix: Feeds integration - allow meta tag
  377. fields to be the target for data imported using the Feeds module.
  378. #1880302 by olli, DamienMcKenna: Resolve problems with Features integration.
  379. #1923030 by krlucas, DamienMcKenna: Only run metatag_entity_update() on
  380. supported entities.
  381. #1844638 by DamienMcKenna, mikeytown2: Remove unnecessary duplicate {metatag}
  382. records, fix language values for all entities.
  383. #1935084 by DamienMcKenna: Remove unnecessary items from metatag_hook_info()
  384. that was causing problems with PHP 5.4.
  385. #1791720 by kbasarab: Added the news_keywords meta tag.
  386. #1934492 by juampy, DamienMcKenna: Added a page for reverting meta tags for
  387. specific entity or bundle.
  388. #1386320: Note a known issue of using custom template files that do not output
  389. the $page['content'] variable.
  390. #1917902 by DamienMcKenna: Ensure strings returned from token replacement of
  391. text fields ([node:summary]) is passed through the appropriate text filters.
  392. #1919070 by DamienMcKenna: Fix any records that may have been corrupted by e.g.
  393. #1871020.
  394. #1861656 by DamienMcKenna, torrance123: Optionally load the global meta tags on
  395. all pages, enabled by default.
  396. #1871798 by mstrelan: Clear the Context plugin cache when metatag_context is
  397. enabled so that the new plugin becomes available.
  398. #1932192 by DamienMcKenna: Only run metatag_entity_view() once per page view.
  399. #1900434 by Dustin Currie, j0rd, DamienMcKenna: Added several new OpenGraph meta
  400. tags, including ones for videos, location and contact information.
  401. #1883118 by DamienMcKenna: Improve the help message on Metatag:Context's Path
  402. field as neither relative nor absolute URLs will work.
  403. #1945114 by SergO, DamienMcKenna: A query from #1919070 was missing the
  404. preproccess wrapper around the table name.
  405. #1908586 by DamienMcKenna: Added a line to README.txt explaining how to
  406. customize the tokens used to generate the meta tags.
  407. #1350610 by DamienMcKenna: metatag_update_7001 needed to drop the primary key
  408. before customizing it.
  409. #1859136 by DamienMcKenna: Fixed scenarios when updating an entity there are two
  410. copies of the data submitted, e.g. Feeds integration.
  411. #1308790 by DamienMcKenna: Documented that [current-user] tokens should not be
  412. used.
  413. #1318294 by DamienMcKenna: Documented how to use Imagecache Token to resize
  414. images that are being used as tokens for meta tags.
  415. #1871534 by DamienMcKenna: Documented how some browser plugins can make the page
  416. title appear to be wrapped with doublequotes though the output doesn't
  417. actually show them.
  418. Metatag 7.x-1.0-beta4, 2012-11-17
  419. ---------------------------------
  420. #1842764 by DamienMcKenna: Work around problems in metatag_entity_load()
  421. stemming from an outdated database schema, leave a message suggesting the
  422. site admin run the database updates.
  423. #1842868 by DamienMcKenna: Changed metatag_update_7003 to automatically assign
  424. the correct language per entity, added update_7004 to fix records updated in
  425. beta3, fixed the language selection for loading meta tags so sites without
  426. translation functionality continue to work correctly.
  427. #1842868 by DamienMcKenna: Changed update 7003 again so it *only* adds the new
  428. field, changed update 7004 so it will update all records using Batch API.
  429. #1843676 by DamienMcKenna: Changed the hook_requirements message to an INFO
  430. message if Page_Title is also installed, will freak people out less.
  431. Metatag 7.x-1.0-beta3, 2012-11-16
  432. ---------------------------------
  433. #1688286 by colan, DamienMcKenna: Support for Entity Translation.
  434. #1835030 by DamienMcKenna: Documentation and hook_requirements note re Drupal
  435. core v7.17.
  436. #1840402 by DamienMcKenna, paperdhc: Corrected use of array_pop().
  437. #1841404 by mh86: Don't attempt to load meta tags for unsupported entities, and
  438. don't support configuration-only entities.
  439. #1841564 by peximo: Correctly identify the content language being used on the
  440. homepage.
  441. #1841774 by DamienMcKenna: Provide a warning via hook_requirements if the Page
  442. Title module is also enabled, due to the possibilities of complications and
  443. unexpected results.
  444. #1363476 by DamienMcKenna: Workaround to trigger metatag_entity_view() if the
  445. current CTools (Panels, Panelizer, etc) page is an entity display page.
  446. #1842052 by DamienMcKenna: Don't process unsupported entities being displayed
  447. via Views.
  448. #1664322 by nico059, kerasai, miechiel, idflood, DamienMcKenna, alexweber:
  449. Twitter Cards meta tags.
  450. #1842198 by DamienMcKenna: Move the 'advanced' fieldset under the others.
  451. #1840236 by weri, Marty2081: Only revert the requested feature, not all
  452. features.
  453. Metatag 7.x-1.0-beta2, 2012-10-30
  454. ---------------------------------
  455. #1817580 by DamienMcKenna: Removed code that was enabling debug mode on all
  456. Contexts.
  457. #1818240 by DamienMcKenna: Added $instance value to the drupal_alter() call in
  458. metatag_metatags_view().
  459. #1817984 by DamienMcKenna, alexweber: Documented
  460. hook_metatag_metatags_view_alter().
  461. #1818252 by DamienMcKenna: There was no caching on the front page's meta tags.
  462. #1818516 by DamienMcKenna: Incorrect variable check in metatag_page_build().
  463. #1818762 by DamienMcKenna: Updated hook_hook_info().
  464. #1466292 by DamienMcKenna: Listed hooks in metatag.api.php and everywhere the
  465. hooks are triggered there's a comment to say what the hook is.
  466. #1818984 by DamienMcKenna: Add the $instance value to metatag_context's
  467. triggering of hook_metatag_metatags_view.
  468. #1819000 by DamienMcKenna: Don't load default meta tags if no active contexts
  469. define meta tags.
  470. #1819448 by DamienMcKenna: Error on admin page if any meta tags were disabled.
  471. #1818958 by DamienMcKenna: The $cid_parts array should contain all relevant
  472. entity variables.
  473. #1820362 by DamienMcKenna: $cid_parts should use base_path() instead of '/'.
  474. #1820374 by DamienMcKenna: Front page $cid_parts did not include the full URL.
  475. #1822726 by DamienMcKenna: Ensure the CTools exportables system is loaded.
  476. #1818300 by eugene.ilyin, DamienMcKenna: Improved Features integration.
  477. #1151936 by DamienMcKenna, maximpodorov: Workaround to trigger
  478. metatag_entity_view() if the current Views page is an entity display page.
  479. Metatag 7.x-1.0-beta1, 2012-10-19
  480. ---------------------------------
  481. First mostly-stable release.