Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

compatibility with bagisto version 1.5.1 for bulk-upload product module #96

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG for v1.5.x.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# CHANGELOG for v1.5.x

#### This changelog consists the bug & security fixes and new features being included in the releases listed below.

## **v1.5.1(22th of Nov, 2023)** - _Release_

- [compatible] Compatible with bagisto v1.5.1.

## **v1.3.3(24th of Oct, 2021)** - _Release_

- [compatible] Compatible with bagisto v1.3.3.

## **v1.3.2(27th of Sept, 2021)** - _Release_

- [compatible] Compatible with bagisto v1.3.2.
- [fix] datagrid issue with bagisto v1.3.2.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It packs in lots of demanding features that allows your business to scale in no

## Requirements:

- **Bagisto**: v1.3.3
- **Bagisto**: v1.5.1

## Installation with composer:
- Run the following command
Expand Down
36 changes: 0 additions & 36 deletions composer.json

This file was deleted.

21 changes: 13 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,23 @@
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch-poll": "cross-env npm run watch -- --watch-poll --progress",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"axios": "^0.18",
"cross-env": "^5.1.4",
"laravel-mix": "^2.1",
"laravel-mix-merge-manifest": "^0.1.1",
"jquery": "^3.2",
"vue": "^2.1.10"
"clean-webpack-plugin": "^4.0.0",
"cross-env": "^6.0.3",
"laravel-mix": "^5.0.0",
"laravel-mix-clean": "^0.1.0",
"laravel-mix-merge-manifest": "^0.1.2",
"sass": "^1.24.4",
"sass-loader": "^8.0.2",
"vue": "^2.7.14",
"vue-template-compiler": "^2.6.11"
},
"dependencies": {}
"dependencies": {
"axios": "^1.5.0"
}
}
1 change: 0 additions & 1 deletion publishable/assets/css/bk_upload.css

This file was deleted.

40 changes: 0 additions & 40 deletions publishable/assets/css/bulk-admin.css

This file was deleted.

1 change: 1 addition & 0 deletions publishable/assets/css/bulk-upload-admin.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 0 additions & 16 deletions publishable/assets/images/Icon-Bulk-Upload-Active.svg

This file was deleted.

16 changes: 0 additions & 16 deletions publishable/assets/images/Icon-Bulk-Upload.svg

This file was deleted.

10 changes: 0 additions & 10 deletions publishable/assets/images/Icon-Crossed.svg

This file was deleted.

12 changes: 12 additions & 0 deletions publishable/assets/images/Icon-Temp-Active.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 0 additions & 11 deletions publishable/assets/images/cross-accent.svg

This file was deleted.

20 changes: 0 additions & 20 deletions publishable/assets/images/finish.svg

This file was deleted.

2 changes: 2 additions & 0 deletions publishable/assets/js/bulk-upload-app.js

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions publishable/assets/js/bulk-upload-app.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <http://feross.org>
* @license MIT
*/

/*!
* Vue.js v2.7.14
* (c) 2014-2022 Evan You
* Released under the MIT License.
*/

/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
4 changes: 2 additions & 2 deletions publishable/assets/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"/css/bk_upload.css": "/css/bk_upload.css?id=b316e32901a4fff5f3a0",
"/css/bulk-admin.css": "/css/bulk-admin.css?id=d3639ab33677e9640729"
"/js/bulk-upload-app.js": "/js/bulk-upload-app.js?id=ebc4e123bd8d9a514193",
"/css/bulk-upload-admin.css": "/css/bulk-upload-admin.css?id=ba0810725cfe4f929288"
}
14 changes: 7 additions & 7 deletions src/Config/admin-menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@
[
'key' => 'catalog.bulkupload',
'name' => 'bulkupload::app.admin.bulk-upload.manage-bulk-upload',
'route' => 'admin.dataflow-profile.index',
'route' => 'admin.bulk-upload.bulk-product-importer.index',
'sort' => 5,
'icon-class' => '',
], [
'key' => 'catalog.bulkupload.data-flow-profile',
'name' => 'bulkupload::app.admin.bulk-upload.data-flow-profile.index',
'route' => 'admin.dataflow-profile.index',
'key' => 'catalog.bulkupload.bulk-product-importer-profile',
'name' => 'bulkupload::app.admin.bulk-upload.bulk-product-importer.index',
'route' => 'admin.bulk-upload.bulk-product-importer.index',
'sort' => 1,
'icon-class' => '',
], [
'key' => 'catalog.bulkupload.upload-files',
'name' => 'bulkupload::app.admin.bulk-upload.upload-files.index',
'route' => 'admin.bulk-upload.index',
'name' => 'bulkupload::app.admin.bulk-upload.bulk-product-importer.index',
'route' => 'admin.bulk-upload.upload-file.index',
'sort' => 2,
'icon-class' => '',
], [
'key' => 'catalog.bulkupload.run-profile',
'name' => 'bulkupload::app.admin.bulk-upload.run-profile.index',
'route' => 'admin.run-profile.index',
'route' => 'admin.bulk-upload.import-file.run-profile.index',
'sort' => 3,
'icon-class' => '',
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

namespace Webkul\Bulkupload\Contracts;

interface DataFlowProfile
interface BulkProductImporter
{
}
}
Loading