Skip to content

MyStep Framework v1.9.5

Compare
Choose a tag to compare
@windy2006 windy2006 released this 05 Nov 03:36
· 14 commits to master since this release
  1. Add Frontend Plugin to change jQuery and BootStrap framework in different version for every apps
  2. Add app switch in Plugin Setting Module, you can decide to apply current plugin for which apps
  3. Add SQLiteDB support
  4. Fix a bug in css minify function
  5. Fix a bug in static file calling
  6. Enhance XML function in String module
  7. Add force apply function in plugin module, check it in info.php file of sample plugin
  8. Update jQuery to 3.6.1, Update BootStrap to 4.6.2
  9. Update compose modules
  10. Fixed a bug in framework pack function
  11. Fixed a bug in admin path change function, and corrected some relative path error
  12. Fixed a path bug when the framework has been put in a sub-path
  13. Fixed a bug in install function when PHP version is too low
  14. Fixed some bug in plugin setting of apps
  15. Fixed a bug in module setting in an app
  16. Fixed a bug in template re-compile function
  17. Fixed some bugs in the installation of CMS app
  18. Add expire setting for the login function
  19. Fixed a bug in domain bindding function
  20. Fixed a bug in template re-compile function
  21. API function can be called with a domain bind with a cross domain feature
  22. Fixed a bug in when bind more than one domain with a sub-website of CMS app
  23. Fixed a bug in sub-website setting of CMS app
  24. Fixed a bug which will cause some unknown problem when the url has any full-width characters
  25. Add a function which will show an alternative content when a called static file cannot be found
  26. Some other bug fix, code adjust and function optimize.