diff --git a/README.md b/README.md index 78fd8b9940..5bfcc1c2ba 100644 --- a/README.md +++ b/README.md @@ -284,6 +284,15 @@ A. Just install and activate the PRO version without deleting the free plugin. A ## Changelog ## +v2.9.19 -> July 29, 2019 +------------------------------------ +- **Fix*** Split orders created from admin dashboard +- **Fix*** Add on backorder in product stock management +- **Fix*** Dokan dashboard menu returning 404 with the latest version of visual composer plugin +- **Tweak*** Dokan admin settings rearrange +- **Tweak*** Add compatibility with ultimate member plugin +- **Tweak*** Add few hooks in product listing template + v2.9.18 -> July 10, 2019 ------------------------------------ - **Feat*** Add google map type option field component diff --git a/assets/js/vue-vendor.js b/assets/js/vue-vendor.js index 6f1bd0b2c5..b578de6b5f 100644 --- a/assets/js/vue-vendor.js +++ b/assets/js/vue-vendor.js @@ -24779,267 +24779,5 @@ function createDidHook(hooks) { /* harmony default export */ __webpack_exports__["a"] = (createDidHook); //# sourceMappingURL=createDidHook.js.map -/***/ }), -/* 172 */, -/* 173 */ -/***/ (function(module, exports, __webpack_require__) { - -/* - MIT License http://www.opensource.org/licenses/mit-license.php - Author Tobias Koppers @sokra - Modified by Evan You @yyx990803 -*/ - -var hasDocument = typeof document !== 'undefined' - -if (typeof DEBUG !== 'undefined' && DEBUG) { - if (!hasDocument) { - throw new Error( - 'vue-style-loader cannot be used in a non-browser environment. ' + - "Use { target: 'node' } in your Webpack config to indicate a server-rendering environment." - ) } -} - -var listToStyles = __webpack_require__(174) - -/* -type StyleObject = { - id: number; - parts: Array -} - -type StyleObjectPart = { - css: string; - media: string; - sourceMap: ?string -} -*/ - -var stylesInDom = {/* - [id: number]: { - id: number, - refs: number, - parts: Array<(obj?: StyleObjectPart) => void> - } -*/} - -var head = hasDocument && (document.head || document.getElementsByTagName('head')[0]) -var singletonElement = null -var singletonCounter = 0 -var isProduction = false -var noop = function () {} -var options = null -var ssrIdKey = 'data-vue-ssr-id' - -// Force single-tag solution on IE6-9, which has a hard limit on the # of