Skip to content

3.0.0

Choose a tag to compare

@Biont Biont released this 07 Dec 07:35
  • Moved classes from inc/ to src/
  • Removed static methods from WpStash
  • Added singleton to WpStash
  • Improved usage of Config
  • Added sanitization to Config::$driverClassName
  • Implemented env var support.
  • Allowed to support base64 decoded strings as WP_STASH_DRIVER_ARGS because of..
    • security reasons
    • working with environment vars does not allow " in values, which invalidates JSON/serialized strings