Skip to content

Releases: SolidMVC/ExpandableFAQ

ExpandableFAQ 6.1.10

12 Aug 16:55
Compare
Choose a tag to compare

6.1.10 patch

  • Semver alignment with other SolidMVC models.

ExpandableFAQ 6.1.9

11 Aug 18:43
Compare
Choose a tag to compare

6.1.9 Patch

  • Fixed compatibility style routing bug
  • Refactored time(UTC)
  • HTTP changed to HTTPS
  • Refactored CSSFile to CSS_File

Expandable FAQ 6.1.8

09 Aug 11:25
Compare
Choose a tag to compare

6.1.8 Patch

  • Minor HTML improvements.
  • Segregated core and plugin language files.
  • Global plugin lang path issue fixed.
  • Improved language file.
  • Improved language text.
  • License line text patched.
  • Duplicating demo UID check added to demos observer.
  • CSS class naming improved.

6.1.7 Patch

  • One template minorly patched, front-end main JS file renamed to correct name.

6.1.6 Patch

  • Minor CSS tune-up.

6.1.5 Patch

  • Abbreviation functions support added as es(..), at(..), abh(..), eh(), ej(), et() for use mostly in templates, but they can also be used in models, if you use observer models that may be generating and returning to controller whole HTML blocks. Also these functions may be valuable for developers, that wants to have their HTML templates (or PHP-enhanced templates) be fully based only on SolidMVC (MIT-licensed), and not WordPress (GPL-licensed), as in this case your templates would be intensively calling only the MIT-licensed SolidMVC micro-framework’s functions. Additionally, this allows you to write a shorter code for your templates, which is easier to read for your designers.
  • escBrHTML(..) support added for language interface.
  • Minor documentation and code tune-up.

6.1.4 Patch

  • Small tune-up, gallery support added to configuration.
  • [SITE_URL] BBCode support added for install/import.

6.1.3 Patch

  • Redirection bug fixed for updating the plugin from plugins page.
  • Left-over CSS classes and PHP code removed.
  • Small minor label bug fixed and small renaming done.

6.1.2 Patch

  • Fixed wrong admin JS filename issue.
  • Improved variable naming to FAQ_, where was still missing.
  • Other small naming improvements.
  • Missing translations added for manuals, demos and FAQ tabs.

6.1.1 Patch

  • Escaping added, when necessary to ‘_doing_it_wrong’ calls.
  • Network-updating now can be done for 6.1.1 successfully.
  • Some additional minor improvements / patches.

Since 6.1.0
#1. NumberDropdown bug fixed in StaticFormatter.
#2. All table classes are now marked as final.
#3. For ‘getDataFromDatabaseById’ used array($paramColumns) with getValidSelect instead of paramColumn.
#4. ‘esc_html’, and ‘esc_br_html’ are now used everywhere.
#5. Import demo and global settings are now fully translated.
#6. Added support for ‘style’ [0-9]+ shortcode parameter.
#8. Added a note for data population in status page.
#9. Replaced ‘getPluginJS_ClassPrefix’ & ‘getPluginJS_VariablePrefix’ with native call.
#10. ‘StaticCookie’ and ‘StaticSession’ caching model classes improved.
#11. Fixed issue with network installing when multisite is enabled in WordPress, as well as created workaround until WordPress core bug #36406 will be fixed (read more at https://core.trac.wordpress.org/ticket/36406).
#12. PHP 5.6 backwards compatibility added.