summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticFormsSelect/RELEASE-NOTES.md
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2020-06-04 11:01:00 -0300
committerYaco <franco@reevo.org>2020-06-04 11:01:00 -0300
commitfc7369835258467bf97eb64f184b93691f9a9fd5 (patch)
treedaabd60089d2dd76d9f5fb416b005fbe159c799d /www/wiki/extensions/SemanticFormsSelect/RELEASE-NOTES.md
first commit
Diffstat (limited to 'www/wiki/extensions/SemanticFormsSelect/RELEASE-NOTES.md')
-rw-r--r--www/wiki/extensions/SemanticFormsSelect/RELEASE-NOTES.md91
1 files changed, 91 insertions, 0 deletions
diff --git a/www/wiki/extensions/SemanticFormsSelect/RELEASE-NOTES.md b/www/wiki/extensions/SemanticFormsSelect/RELEASE-NOTES.md
new file mode 100644
index 00000000..eaa06a68
--- /dev/null
+++ b/www/wiki/extensions/SemanticFormsSelect/RELEASE-NOTES.md
@@ -0,0 +1,91 @@
+This file contains the RELEASE-NOTES of the Semantic Forms Select (a.k.a. SFS) extension.
+
+### 3.0.0
+
+Released on October 5, 2018.
+
+* Dropped support for Semantic MediaWiki 2.4 and lower
+* Dropped support for PHP 5.5 and lower
+* #53 Added support for "mapping property" / "mapping template" in value fields (by Alexander Gesinn)
+* #62 Added support for recent versions of the Page Forms extension (by Alexander Gesinn)
+* Added styles to make single values fields appear like the combobox input type of Page Forms (by Alexander Gesinn)
+* Added handling for the checkbox input type of Page Forms (by Alexander Gesinn)
+* Refactored SemanticFormsSelectInput class -> moved logic to new SelectField class (by Alexander Gesinn)
+* Added Unit Tests (by Felix Ashu)
+* Provided translation updates (by TranslateWiki.net community)
+
+### 2.1.1
+
+Released on June 27, 2017.
+
+* Fixed incorrect version numbering
+* #64 Updated version constraints for requied dependeny Page Forms
+* Provided translation updates (by TranslateWiki.net community)
+
+### 2.1.0
+
+Released on January 19, 2017.
+
+* #54 Fixed select fields no to update for an existing page (by Alexander Gesinn)
+* #56 Fixed issue when multiple `sf_select` have the same parameter in the same page (by Toni Hermoso Pulido)
+* Provided translation updates (by TranslateWiki.net community)
+
+### 2.0.0
+
+Released on December 19, 2016.
+
+* Dropped support for MediaWiki 1.26 and lower
+* Dropped support for PHP 5.4 and lower
+* Dropped support for the Semantic Forms extension
+* Added support for the Page Forms extension
+* #29 Added support for I18n (by James Hong Kong)
+* #29 Made internal code improvements (by James Hong Kong)
+* #30 Migrated to MediaWiki 1.25 extension registration method (by James Hong Kong)
+* #31 Fixed missing input not being populated when parent input only has one value (by Pierre Rudloff)
+* #34 Added escaping for spaces in template names (by Pierre Rudloff)
+* #42, #45 Migrated extension to use the Page Forms extension instead of the Semantic Forms extension (by Thomas Mulhall and Sébastien Beyou)
+* #50 Internal code changes regarding bootstrap (by James Hong Kong)
+* Provided translation updates (by TranslateWiki.net community)
+* Updated testing environment (by Thomas Mulhall and James Hong Kong)
+
+### 1.3.0
+
+Released on November 30, 2015.
+
+* Added the `SFS` PHP namespace (by James Hong Kong)
+* Added full Composer compatibility and autoloading (PSR-4) (by James Hong Kong)
+* Added stricter control over how the `scriptSelect.js` is being used (removed JS elements from PHP) and accessed from MediaWiki (by James Hong Kong)
+* Added `ResourceLoader` support (by James Hong Kong)
+* Added unit tests and general test coverage support (by James Hong Kong)
+* Fixed parser call from `Special:FormEdit/DemoAjax1` (by James Hong Kong)
+* Provided COPYING file (by James Hong Kong)
+
+### 1.2.2
+
+Released on September 18, 2015.
+
+* Fixed options filling in internal script (by Toni Hermoso Pulido)
+
+### 1.2.0
+
+Released on September 11, 2015.
+
+* Dropped support for MediaWiki 1.22 and earlier (by Toni Hermoso Pulido)
+* Dropped support for PHP 5.2 and earlier (by Toni Hermoso Pulido)
+* Extension converted to use Composer (by Toni Hermoso Pulido)
+* Converted depreciated AJAX methods to API methods (by Toni Hermoso Pulido)
+* Add support for the Semantic Forms "mapping template" parameter (by Toni Hermoso Pulido)
+* Improved README (by Toni Hermoso Pulido)
+* Several internal improvements (by Toni Hermoso Pulido)
+
+### 1.1.0
+
+Released on Febrary 23, 2013.
+
+* Various improvements (by Jason Zhang)
+
+### 1.0.0
+
+Released on January 17, 2012.
+
+* Initial release (by Jason Zhang)