Skip to content

Latest commit

 

History

History
126 lines (86 loc) · 3.8 KB

File metadata and controls

126 lines (86 loc) · 3.8 KB

This file contains the RELEASE-NOTES of the Semantic Meta Tags (a.k.a. SMT) extension.

5.0.0

Released on June 8, 2026.

  • Added support for Semantic MediaWiki 7.0
  • Raised the minimum requirement for
    • Semantic MediaWiki to version 7.0 and later
    • MediaWiki to version 1.43 and later
  • Updated to Semantic MediaWiki 7.0's namespaced data-item classes
  • Moved the extension registration and settings defaults into extension.json (the $smtg… configuration variable names are unchanged)
  • Localization updates from https://translatewiki.net

4.1.1

Released on November 28, 2025.

4.1.0

Released on November 8, 2025.

  • Minimum requirement for
    • Semantic MediaWiki changed to version 5.1 and later
  • Bug fixes and code improvements related to JSON-LD support
  • Localization updates from https://translatewiki.net

4.0.0

Released on September 14, 2025.

  • Minimum requirement for
    • MediaWiki changed to version 1.39 and later
    • Semantic MediaWiki changed to version 5.0 and later
    • PHP changed to version 8.1 and later
  • Added Schema.org support via JSON-LD
  • Localization updates from https://translatewiki.net

3.1.0

Released on March 20, 2024

3.0.0

Released on September 26, 2020.

  • Minimum requirement for
    • PHP changed to version 7.1 and later
    • MediaWiki changed to version 1.31 and later
    • Semantic MediaWiki changed to version 3.1 and later
  • #61 Adds support for fallback strings to be used if no annotation is present
  • Localization updates from https://translatewiki.net

2.0.0

Released on January 29, 2019.

  • Minimum requirement for Semantic MediaWiki changed to version 3.0 and later
  • #39 Adds support for extension registration via "extension.json"
    → Now you have to use wfLoadExtension( 'SemanticMetaTags' ); in the "LocalSettings.php" file to invoke the extension
  • Localization updates from https://translatewiki.net

1.5.0

Released on October 9, 2018.

  • Minimum requirement for
    • PHP changed to version 5.6 and later
    • Semantic MediaWiki changed to version 2.5 and later
  • Minor clean-up
  • Localization updates from https://translatewiki.net

1.4.0

Released on June 7, 2017.

  • Minimum requirement for
    • PHP changed to version 5.5 and later
    • MediaWiki changed to version 1.27 and later
    • Semantic MediaWiki changed to version 2.4 and later
  • $smtgMetaPropertyPrefixes to set which prefixes to meta elements should result in rendering as properties rather than names
  • Localization updates from https://translatewiki.net

1.3.0

Released on July 9, 2016.

1.2.0

Released on December 19, 2015.

  • Minimum requirement for Semantic MediaWiki changed to version 2.2 and later
  • Minor clean-up
  • Changed value aggregation so that DI values for the same property only appear once
  • Localization updates from https://translatewiki.net

1.1.0

Released on June 2, 2015.

1.0.0

Released on February 28, 2015.

  • Initial release
  • Requires PHP 5.3 or later
  • Requires MediaWiki 1.23 or later
  • Requires Semantic MediaWiki 2.1 or later
  • $smtgTagsProperties to set which meta elements should be enabled
  • $smtgTagsPropertyFallbackUsage to set whether the first property that returns a valid content for an assigned meta element will be used exclusively
  • $smtgTagsStrings to describe static content for an assigned meta element
  • $smtgTagsBlacklist to generally disable certain meta elements for free assignments