1.0.3

givanz/Vvveb1.0.3Aug 6, 2024by givanz

AI Summary

Focuses on bug fixes including image gallery insertion, shipping/payment status updates, and Redis cache integration. It also fixes translation text issues with special characters and updates cron URLs.

Key Highlights

  • Image gallery insert for post/product description tinymce editor.
  • Added shipping and payment status to orders list and order page.
  • Redis cache implementation with optimized getMulti and setMulti methods.
  • Fix translation text issues with special characters.

New Features

  • Image gallery insertion
  • Redis cache support
  • Order status visibility

Full Release Notes

* Fixed VvvebJs image does not change after selecting new image from media modal https://github.com/givanz/Vvveb/commit/576a3124f90290dcb2968585dd48245466884fc3
* Fixed default shipping and payment default status https://github.com/givanz/Vvveb/commit/e6dc5f8921c74cdda088a3ef039d15ba47bd96b8
* Added php info to system info page https://github.com/givanz/Vvveb/commit/4d007245f4d178ae528b85c819e1ea4056ec35f1
* Fixed template code to avoid php notice messages https://github.com/givanz/Vvveb/commit/1ed537ad19b30c7acb458935e62ebdc1e6d1445d
* Fixed apcu delete when deleting only one item https://github.com/givanz/Vvveb/commit/c723095a1e08a19d7b7c44677842b73e1ecdbd1e
* Removed redundant meta tags https://github.com/givanz/Vvveb/commit/c67d1034da79bb76976de6e5b21269fda6ebc7ad
* Added data-filter-human_readable Vtpl filter https://github.com/givanz/Vvveb/commit/b4a99611b10b6514505efeb8780ab9ce0084b93e
* Fixed GD cropsize bug https://github.com/givanz/Vvveb/commit/c6c9a3e56a4c859d28772f95ac5462cedf1a98c6
* Added shipping and payment status to orders list and order page https://github.com/givanz/Vvveb/commit/8e6c9723010f57a3f28433c4d0fd8ea5058851ab
* Added duplicate option for posts/pages and products https://github.com/givanz/Vvveb/commit/f6fc936cae928527ee7509f5e4d77c99f6838f4d
* Fixed 'Set image' button from image input not working properly https://github.com/givanz/Vvveb/commit/c7c39be886a9cad6bad9eee07a68684819ae1af0 https://github.com/givanz/VvvebJs/issues/368
* Image gallery insert for post/product description tinymce editor https://github.com/givanz/Vvveb/commit/799d919811027871c7644eea1fecfd9743260c89
* On file upload fail display error message based on error code for media, plugins and themes https://github.com/givanz/Vvveb/commit/c412dfacd7913753475a8098d007b8b72b8194a9
* Fixed admin login page password visibility toggle https://github.com/givanz/Vvveb/commit/f49f66995d8a4a54b9cb2b781b9f51506a88dab3 https://github.com/givanz/Vvveb/issues/158
* Cron url, fixed wrong key for site url https://github.com/givanz/Vvveb/commit/59b1281d246c01616e6e1a1e5c3538cfc5476643 https://github.com/givanz/Vvveb/issues/161
* Redis cache, removed extra key method call in getMulti and setMulti https://github.com/givanz/Vvveb/commit/3e9572ba303eb2a964baffd3610fe591dd7e2571 https://github.com/givanz/Vvveb/issues/159
* Set publish date to now for new pages/posts https://github.com/givanz/Vvveb/commit/c2d0234ba648f7154f2d9eea05b43a533ccb3501
* Added like parameter to be used as alternative to search if string search is needed instead of full text https://github.com/givanz/Vvveb/commit/a6d3611f5923b941ef44dcbe26d17048078ba492
* Change menu items url for subdir installs, fixed double subdiretory path on successful install redirect. https://github.com/givanz/Vvveb/commit/9e4ef370781209240fb0ef0406a5a63d37ed2db4
* Set default site if site can't be found https://github.com/givanz/Vvveb/commit/225ae01c365d56b935887a6f5b5be63d9264662f
* Changed search with like for better autocomplete matching. https://github.com/givanz/Vvveb/commit/bf92825ca1aee94cd8878e4a0ffe2474c6ee48f6
* If active site is deleted set the following site as default https://github.com/givanz/Vvveb/commit/800840099bdba4e3c20de39127d35bce13cd7028
* Fixed subdir install url path https://github.com/givanz/Vvveb/commit/8b5af3bf479b6d08d545b7f456ef4f619a510922
* Disable click on menu/submenu headers https://github.com/givanz/Vvveb/commit/1ffa2f641b1842df4a626167ce8611ec758f9bf9
* Provide instances inside component object for View, Request and Session to access like ->view https://github.com/givanz/Vvveb/commit/d10f3bf87ef107bd50b7bfa8b00dbb1fe8fdc76d https://github.com/givanz/Vvveb/issues/154
* Removed adjustList, list height is set from css now. https://github.com/givanz/Vvveb/commit/fa2d148b920fcc02e25b3387de1da60cb466facb
* Delete all items if no key or namespace provided https://github.com/givanz/Vvveb/commit/fc9138ff7773fe244a6ad084122ee5ecb8becf6c https://github.com/givanz/Vvveb/issues/155
* Fixed translation text issues with special characters https://github.com/givanz/Vvveb/commit/a53a2f354f834f7f234c91fc94c78a25134fcfc7 https://github.com/givanz/Vvveb/issues/142
* Fixed wrong variable name in download function https://github.com/givanz/Vvveb/commit/8f6a49c9d39e7832bb69da89a9aa610f68703e66
* Added oembed component for iframe click prevention list for VvvebJs helpers. https://github.com/givanz/Vvveb/commit/f74d6b7c159689d5b4a209c70140c45f6ef2bf7c