You are here

CHANGELOG.txt in Google Authorship 7.2

Same filename and directory in other branches
  1. 7 CHANGELOG.txt
<p>Changes since 7.x-2.0-beta0:</p>
<ul>
  <li><a href="/node/2108387">#2108387</a> by gabesullice: Fixed Property of Non-Object Error.</li>
</ul>

<p>Changes since 7.x-1.1:</p>
<ul>
  <li>Added support for adding Google Authorship information in the HTML head. Added support for user accounts as bio pages. Bug fix.</li>
  <li>Added hook_uninstall to clean up variables set in configuration.</li>
  <li>Added in conditionals to act on variables set in the newly added configuration page. Renamed some of those variables.</li>
  <li> Changed default config option for metatag to use field_google_plus_id instead of the URL built for the token defined in google_authorship.tokens.inc.</li>
  <li>Updated form validation to single regex test rather than strlen() and preg_match combined.</li>
  <li>Added configuration page and admin permission.</li>
</ul>

<p>Changes since 7.x-1.0-beta2:</p>
<ul>
  <li>Added support for the metadata module.</li>
  <li>Added token support.</li>
</ul>
<p>Changes since 7.x-1.0-beta0:</p>
<ul>
  <li>Merge branch '7.x-1.x-dev' into 7.x-1.x</li>
  <li>Merge branch 'feature/nodevalidate' into 7.x-1.x-dev</li>
  <li><a href="/node/2046181">#2046181</a> by michaellander, gabesullice: Changed arg() to menu_get_object() and !empty() to filed_get_items(). Also, removed unnecessary conditions after the changes. Wrote some new line commencts and broke some conditions out per Drupal coding standards.</li>
  <li>Merge branch 'hotfix-7.x-1.x-beta0.1' into 7.x-1.x</li>
  <li><a href="/node/2045951">#2045951</a> by gabesullice: Appended 'rel=author' to href and removed it from attributes in the link.</li>
  <li>By gabesullice: Updated README.txt.</li>
</ul>

File

CHANGELOG.txt
View source
  1. Changes since 7.x-2.0-beta0:

    • #2108387 by gabesullice: Fixed Property of Non-Object Error.
  2. Changes since 7.x-1.1:

    • Added support for adding Google Authorship information in the HTML head. Added support for user accounts as bio pages. Bug fix.
    • Added hook_uninstall to clean up variables set in configuration.
    • Added in conditionals to act on variables set in the newly added configuration page. Renamed some of those variables.
    • Changed default config option for metatag to use field_google_plus_id instead of the URL built for the token defined in google_authorship.tokens.inc.
    • Updated form validation to single regex test rather than strlen() and preg_match combined.
    • Added configuration page and admin permission.
  3. Changes since 7.x-1.0-beta2:

    • Added support for the metadata module.
    • Added token support.
  4. Changes since 7.x-1.0-beta0:

    • Merge branch '7.x-1.x-dev' into 7.x-1.x
    • Merge branch 'feature/nodevalidate' into 7.x-1.x-dev
    • #2046181 by michaellander, gabesullice: Changed arg() to menu_get_object() and !empty() to filed_get_items(). Also, removed unnecessary conditions after the changes. Wrote some new line commencts and broke some conditions out per Drupal coding standards.
    • Merge branch 'hotfix-7.x-1.x-beta0.1' into 7.x-1.x
    • #2045951 by gabesullice: Appended 'rel=author' to href and removed it from attributes in the link.
    • By gabesullice: Updated README.txt.