Releases: givanz/Vvveb
Vvveb 1.0.5
- Removed redundant css from landing theme custom css 98e38a6)
- App support for Rest and GraphQL 45d59e9)
- Flags to enable Rest and GraphQL apps 0a2e0b2)
- Don't try to use shared session for locahost 238905a)
- Fixed components attribute name e7d4c80)
- Fixed changeNodeName child nodes append a5b8b07)
- Don't allow dropping components inside v-attribute elements, translate text dialog, show action buttons bellow selected element when they are not visible above 96f0ba5)
- Post component b7d19ff)
- Type option to switch between ordered and unordered list for list component 9c5bb0b)
- ListInput shorter content to fit, fixed selector when container is not specified ad97f1c)
- Preseve currently edited component content by sending whole page when refreshing components 65dcf5b)
- Search autocomplete url fix 17cd850)
- Model entity name renamed to singular 3c0efd8)
- Change language if language code is set in get parameter 1883707)
- Removed unnecessary 'table AS table' from queries 28e6e74)
- Model entity name renamed to singular for components 9ae07b1)
- Model entity name renamed to singular for templates 67524f7)
- Allow Loading html from from POST request for editor components eddd0a7)
- Fallback to admin app if sql file is missing in current app 04f5b0c)
- Jsonp output and support for headers without values 8024901)
- Route init with app b219f89)
- Load routes by app 8a8e9f4)
- Added id to post and product url 1b40950)
- Editor translate modal translation loading and saving 5ebe2eb)
- Rename and duplicate for products and current url 46a425e)
- Crud controllers trait refactoring 3e62ea5)
- Removed unused methods 2300670)
- Sort parameters e7af510)
- Add name parameter to edit url 2df9e73)
- added getMethod to request 2142ed3)
- loadHtml method to load html directly, fixed add slashes bug, keep adjacent php code for template fragments 0e0cbd9)
- XML to JSON functions bug fixes d261f76)
- Set affected_rows for queries 909f5a5)
- Message id support 9a43e3e)
- Themes update 7715533)
- Plugins update 2de7bc4)
Vvveb 1.0.4
- Themes update dc1ea19
- Added filter by subscription_plan_id 4b866e8
- Checkout page: don't show shipping options if products don't require shipping digital products, don't show payment options if total is zero for free digital products download 0ed66bf
- Added options to disable ssl verify_peer_name to avoid issues on some shared hosting installations d622cb4
- Absolute path support for templates ed5d4ca
- Fixed sql file missing exception message to make it translatable 4221914
- Fixed separators input width 1aa6f1e
- Support for comments in json files when rendering json templates 7dfd671
- Hover state, inline css switch, removed adjustListsHeight, enabled drag and drop for sections, moved font list update code to Vvveb.FontsManager.addFontList fe040dc
- Scroll to content after ajax load 2f2718f
- Auto select default db engine from env variable 7cf33da
- Fixed cart product url 24ebca8
- Added validator field name array support, changed checkout validator rules 4d896fa
- Allow redirect url override e87f71e
- Set relative path for feed template 2fe5ee6
- Added url field for site component 6d7cbf9
- Added lastMod field for components to be used for sitemap generation ca52946
- Absolute url option f7986fd
- Unset password for admin and user components b1e1e5e
- Media content edit form offcanvas 4136010
- Added components support for email templates 7e82956
- Added template translation editor for page builder 10a90aa
- Fixed wrong table name in join 69e9213
- Add theme missing html files by duplicating index.html to have working pages 46a38ad
- Changed shipping to requires_shipping to fix wrong column name aa0b7e7
- Digital assets download and link generation 3a563b8
- Digital asset media library and upload support d23107c
- New folder function for media 41fc0b7
- Support for page rename and page duplicate 516ebc1
- Fixed scan dir json that included some files twice db43685
- Include id for post and product urls to have working urls if slug changes to avoid adding redirects 1f9d8eb
Vvveb 1.0.3
- Fixed VvvebJs image does not change after selecting new image from media modal 576a312
- Fixed default shipping and payment default status e6dc5f8
- Added php info to system info page 4d00724
- Fixed template code to avoid php notice messages 1ed537a
- Fixed apcu delete when deleting only one item c723095
- Removed redundant meta tags c67d103
- Added data-filter-human_readable Vtpl filter b4a9961
- Fixed GD cropsize bug c6c9a3e
- Added shipping and payment status to orders list and order page 8e6c972
- Added duplicate option for posts/pages and products f6fc936
- Fixed 'Set image' button from image input not working properly c7c39be givanz/VvvebJs#368
- Image gallery insert for post/product description tinymce editor 799d919
- On file upload fail display error message based on error code for media, plugins and themes c412dfa
- Fixed admin login page password visibility toggle f49f669 #158
- Cron url, fixed wrong key for site url 59b1281 #161
- Redis cache, removed extra key method call in getMulti and setMulti 3e9572b #159
- Set publish date to now for new pages/posts c2d0234
- Added like parameter to be used as alternative to search if string search is needed instead of full text a6d3611
- Change menu items url for subdir installs, fixed double subdiretory path on successful install redirect. 9e4ef37
- Set default site if site can't be found 225ae01
- Changed search with like for better autocomplete matching. bf92825
- If active site is deleted set the following site as default 8008400
- Fixed subdir install url path 8b5af3b
- Disable click on menu/submenu headers 1ffa2f6
- Provide instances inside component object for View, Request and Session to access like ->view d10f3bf #154
- Removed adjustList, list height is set from css now. fa2d148
- Delete all items if no key or namespace provided fc9138f #155
- Fixed translation text issues with special characters a53a2f3 #142
- Fixed wrong variable name in download function 8f6a49c
- Added oembed component for iframe click prevention list for VvvebJs helpers. f74d6b7
Vvveb 1.0.2
-
Added oembed component for iframe click prevention list for VvvebJs helpers.(f74d6b7)
-
Use echo() format for direct output that doesn't use htmlentities to also allow using content filters (data-filter) in html templates. (3198de8)
-
XML to JSON conversion and processing functions. (7f19fad)
-
Added Vtpl JSON support for structured data generation. (67d8c8b)
-
Changed data-v-global-site property format replacing - with . to allow distinguising from namepasce, changed data-v-global-site-favicon to data-v-global-site.favicon and data-v-global-site-title tto data-v-global-site.title. (94c9d93)
-
Renamed clearFeaturedMedia to more generic clearMedia to add clear button for all media select buttons (a038021)
-
If a url is pasted in editor (tinymce) check if it's possible to use oembed to embed widget (6c943ec)
-
Oembed load provider javascript to fully render widget (17f5fc3)
-
Oembed change twitter domain to x, added silent parameter to hide warnings if url is not in the oembed providers list (e24a2eb)
-
Fixed selectBoxPosition error on window resize if no element is selected (c66a4e9)
-
Fixed accordion component missing :scope from selector (77aa8d5)
-
Fixed ListInput section index and remove method (36646e8)
-
Page save check if backup (revisions) folder is writable, check if start template exists. (eea5684)
-
Display site logo in sidebar instead of branding (f9a9d97)
-
Changed appendXML with createElement for text translation to avoid html entity parsing errors (7c83b9e)
Vvveb 1.0.1
Fixed css properties not changed after code editor changes. 42aaf6d
Don't save page template if html is empty and show error message ffa4f96
Added crop and resize image resize method as default resize, fixed add new site automatic host generation from name 397849c
Increased curl timeout to avoid server timeout for update check and themes/plugins marketplace listing and display error message instead of exception on connect error dd1fafa
Clear page cache for currently selected site in admin 708a4c3
Provide more details in error message on failed media upload a73c426
Show file not writable message if editor can't save html because of file permissions 3e8644d
Fixed language install message and javascript save code 602a14a
Vvveb 1.0.0
First release