Skip to content

Commit

Permalink
1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mwjames committed Feb 28, 2015
1 parent dd96cce commit 1976b36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ This file contains the RELEASE-NOTES of the Semantic Meta Tags (a.k.a. SMT) exte

### 1.0.0

Released on 2015-02-27
Released on 2015-02-28

* Initial release
* `$smtgTagsProperties` to set which meta tags should be enabled
* `$smtgTagsPropertyFallbackUsage` to set whether the first property that returns a valid content for an assigned meta tag will be used exclusively
* `$smtgTagsStrings` to describe static content for an assigned meta tag
* `$smtgTagsPropertyFallbackUsage` to set whether the first property that returns
a valid content for an assigned meta tag will be used exclusively
* `$smtgTagsStrings` to describe static content for an assigned meta tag
* `$smtgTagsBlacklist` to generally disable certain meta tags for free assignments
2 changes: 1 addition & 1 deletion SemanticMetaTags.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
return 1;
}

define( 'SMT_VERSION', '1.0-alpha' );
define( 'SMT_VERSION', '1.0' );

/**
* @codeCoverageIgnore
Expand Down

0 comments on commit 1976b36

Please sign in to comment.