PATH:
home
/
rwabteecom
/
.trash
/
docs
/
js
/
Editing: 12.js
(window.webpackJsonp=window.webpackJsonp||[]).push([[12],{402:function(e,a,v){"use strict";v.r(a);var o=v(52),t=Object(o.a)({},(function(){var e=this,a=e.$createElement,v=e._self._c||a;return v("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[v("h1",{attrs:{id:"upgrade-guide"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#upgrade-guide"}},[e._v("#")]),e._v(" Upgrade Guide")]),e._v(" "),v("p",[e._v("Before starting upgrade we recommenced to backup your files and export your current database.")]),e._v(" "),v("p",[v("strong",[e._v("NOTE : If you are non-technical person then please use dist.zip to replace files and if you are technical person then use src.zip")])]),e._v(" "),v("h2",{attrs:{id:"upgrade-to-latest-version"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#upgrade-to-latest-version"}},[e._v("#")]),e._v(" Upgrade to latest version")]),e._v(" "),v("h3",{attrs:{id:"upgrading-from-v6-0-1-to-v6-0-2"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#upgrading-from-v6-0-1-to-v6-0-2"}},[e._v("#")]),e._v(" Upgrading from v6.0.1 to v6.0.2")]),e._v(" "),v("h4",{attrs:{id:"for-technical-users"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#for-technical-users"}},[e._v("#")]),e._v(" For Technical Users:")]),e._v(" "),v("ul",[v("li",[e._v("Download "),v("code",[e._v("v6.0.2")])]),e._v(" "),v("li",[e._v("Backup your current version files and DB")]),e._v(" "),v("li",[e._v("If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.")]),e._v(" "),v("li",[e._v("Replace "),v("code",[e._v("v6.0.2")]),e._v(" files into your existing version "),v("code",[e._v("v6.0.1")])]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("composer install")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("php artisan migrate")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("npm install")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And at last Run "),v("code",[e._v("npm run dev")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("That's it!, you are ready to go with new version "),v("code",[e._v("v6.0.2")])])]),e._v(" "),v("h4",{attrs:{id:"for-non-technical-users"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#for-non-technical-users"}},[e._v("#")]),e._v(" For Non Technical Users:")]),e._v(" "),v("ul",[v("li",[e._v("Download "),v("code",[e._v("v6.0.2")])]),e._v(" "),v("li",[e._v("Backup your current version files and DB")]),e._v(" "),v("li",[e._v("If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.")]),e._v(" "),v("li",[e._v("Update database :\n"),v("ul",[v("li",[e._v("Open your "),v("code",[e._v("phpMyAdmin")])]),e._v(" "),v("li",[e._v("Go to your database and select import tab")]),e._v(" "),v("li",[e._v("Now in latest version go to "),v("code",[e._v("app/database/releases/v6.0.2/")]),e._v(" you can find "),v("code",[e._v("v6.0.2")]),e._v(".sql")]),e._v(" "),v("li",[e._v("Select that sql file and import it.")])])]),e._v(" "),v("li",[e._v("Replace "),v("code",[e._v("v6.0.2")]),e._v(" files into your existing version "),v("code",[e._v("v6.0.1")])]),e._v(" "),v("li",[e._v("That's it!, you are ready to go with new version "),v("code",[e._v("v6.0.2")])])]),e._v(" "),v("h3",{attrs:{id:"upgrading-from-v6-0-0-to-v6-0-1"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#upgrading-from-v6-0-0-to-v6-0-1"}},[e._v("#")]),e._v(" Upgrading from v6.0.0 to v6.0.1")]),e._v(" "),v("h4",{attrs:{id:"for-technical-users-2"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#for-technical-users-2"}},[e._v("#")]),e._v(" For Technical Users:")]),e._v(" "),v("ul",[v("li",[e._v("Download "),v("code",[e._v("v6.0.1")])]),e._v(" "),v("li",[e._v("Backup your current version files and DB")]),e._v(" "),v("li",[e._v("If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.")]),e._v(" "),v("li",[e._v("Replace "),v("code",[e._v("v6.0.1")]),e._v(" files into your existing version "),v("code",[e._v("v6.0.0")])]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("composer install")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("php artisan migrate")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("npm install")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And at last Run "),v("code",[e._v("npm run dev")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("That's it!, you are ready to go with new version "),v("code",[e._v("v6.0.1")])])]),e._v(" "),v("h4",{attrs:{id:"for-non-technical-users-2"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#for-non-technical-users-2"}},[e._v("#")]),e._v(" For Non Technical Users:")]),e._v(" "),v("ul",[v("li",[e._v("Download "),v("code",[e._v("v6.0.1")])]),e._v(" "),v("li",[e._v("Backup your current version files and DB")]),e._v(" "),v("li",[e._v("If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.")]),e._v(" "),v("li",[e._v("Replace "),v("code",[e._v("v6.0.1")]),e._v(" files into your existing version "),v("code",[e._v("v6.0.0")])]),e._v(" "),v("li",[e._v("That's it!, you are ready to go with new version "),v("code",[e._v("v6.0.1")])])]),e._v(" "),v("h3",{attrs:{id:"upgrading-from-v5-2-0-to-v6-0-0"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#upgrading-from-v5-2-0-to-v6-0-0"}},[e._v("#")]),e._v(" Upgrading from v5.2.0 to v6.0.0")]),e._v(" "),v("h4",{attrs:{id:"for-technical-users-3"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#for-technical-users-3"}},[e._v("#")]),e._v(" For Technical Users:")]),e._v(" "),v("ul",[v("li",[e._v("Download "),v("code",[e._v("v6.0.0")])]),e._v(" "),v("li",[e._v("Backup your current version files and DB")]),e._v(" "),v("li",[e._v("If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.")]),e._v(" "),v("li",[e._v("Replace "),v("code",[e._v("v6.0.0")]),e._v(" files into your existing version "),v("code",[e._v("v5.2.0")])]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("composer install")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("php artisan migrate")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("npm install")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And at last Run "),v("code",[e._v("npm run dev")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("That's it!, you are ready to go with new version "),v("code",[e._v("v6.0.0")])])]),e._v(" "),v("h4",{attrs:{id:"for-non-technical-users-3"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#for-non-technical-users-3"}},[e._v("#")]),e._v(" For Non Technical Users:")]),e._v(" "),v("ul",[v("li",[e._v("Download "),v("code",[e._v("v6.0.0")])]),e._v(" "),v("li",[e._v("Backup your current version files and DB")]),e._v(" "),v("li",[e._v("If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.")]),e._v(" "),v("li",[e._v("Replace "),v("code",[e._v("v6.0.0")]),e._v(" files into your existing version "),v("code",[e._v("v5.2.0")])]),e._v(" "),v("li",[e._v("Update database :\n"),v("ul",[v("li",[e._v("NOW PLEASE CALL THIS URL ONCE "),v("code",[e._v("YOUR_APP_URL/upgrade-to-v6-0-0")]),e._v(" to update your database")])])]),e._v(" "),v("li",[e._v("That's it!, you are ready to go with new version "),v("code",[e._v("v6.0.0")])])]),e._v(" "),v("h3",{attrs:{id:"upgrading-from-v5-1-0-to-v5-2-0"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#upgrading-from-v5-1-0-to-v5-2-0"}},[e._v("#")]),e._v(" Upgrading from v5.1.0 to v5.2.0")]),e._v(" "),v("h4",{attrs:{id:"for-technical-users-4"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#for-technical-users-4"}},[e._v("#")]),e._v(" For Technical Users:")]),e._v(" "),v("ul",[v("li",[e._v("Download "),v("code",[e._v("v5.2.0")])]),e._v(" "),v("li",[e._v("Backup your current version files and DB")]),e._v(" "),v("li",[e._v("If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.")]),e._v(" "),v("li",[e._v("Replace "),v("code",[e._v("v5.2.0")]),e._v(" files into your existing version "),v("code",[e._v("v5.1.0")])]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("composer install")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("php artisan migrate")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("npm install")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And at last Run "),v("code",[e._v("npm run dev")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("That's it!, you are ready to go with new version "),v("code",[e._v("v5.2.0")])])]),e._v(" "),v("h4",{attrs:{id:"for-non-technical-users-4"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#for-non-technical-users-4"}},[e._v("#")]),e._v(" For Non Technical Users:")]),e._v(" "),v("ul",[v("li",[e._v("Download "),v("code",[e._v("v5.2.0")])]),e._v(" "),v("li",[e._v("Backup your current version files and DB")]),e._v(" "),v("li",[e._v("If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.")]),e._v(" "),v("li",[e._v("Replace "),v("code",[e._v("v5.2.0")]),e._v(" files into your existing version "),v("code",[e._v("v5.1.0")])]),e._v(" "),v("li",[e._v("Update database :\n"),v("ul",[v("li",[e._v("NOW PLEASE CALL THIS URL ONCE "),v("code",[e._v("YOUR_APP_URL/upgrade-to-v5-2-0")]),e._v(" to update your database")])])]),e._v(" "),v("li",[e._v("That's it!, you are ready to go with new version "),v("code",[e._v("v5.2.0")])])]),e._v(" "),v("h3",{attrs:{id:"upgrading-from-v5-0-0-to-v5-1-0"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#upgrading-from-v5-0-0-to-v5-1-0"}},[e._v("#")]),e._v(" Upgrading from v5.0.0 to v5.1.0")]),e._v(" "),v("h4",{attrs:{id:"for-technical-users-5"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#for-technical-users-5"}},[e._v("#")]),e._v(" For Technical Users:")]),e._v(" "),v("ul",[v("li",[e._v("Download "),v("code",[e._v("v5.1.0")])]),e._v(" "),v("li",[e._v("Backup your current version files and DB")]),e._v(" "),v("li",[e._v("If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.")]),e._v(" "),v("li",[e._v("Replace "),v("code",[e._v("v5.1.0")]),e._v(" files into your existing version "),v("code",[e._v("v5.0.0")])]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("composer install")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("php artisan migrate")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("php artisan db:seed --class=AddRoleClientPermissionSeeder")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("npm install")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And at last Run "),v("code",[e._v("npm run dev")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("That's it!, you are ready to go with new version "),v("code",[e._v("v5.1.0")])])]),e._v(" "),v("h4",{attrs:{id:"for-non-technical-users-5"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#for-non-technical-users-5"}},[e._v("#")]),e._v(" For Non Technical Users:")]),e._v(" "),v("ul",[v("li",[e._v("Download "),v("code",[e._v("v5.1.0")])]),e._v(" "),v("li",[e._v("Backup your current version files and DB")]),e._v(" "),v("li",[e._v("If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.")]),e._v(" "),v("li",[e._v("Replace "),v("code",[e._v("v5.1.0")]),e._v(" files into your existing version "),v("code",[e._v("v5.0.0")])]),e._v(" "),v("li",[e._v("Update database :\n"),v("ul",[v("li",[e._v("Open your "),v("code",[e._v("phpMyAdmin")])]),e._v(" "),v("li",[e._v("Go to your database and select import tab")]),e._v(" "),v("li",[e._v("Now in latest version go to "),v("code",[e._v("app/database/releases/v5.1.0/")]),e._v(" you can find "),v("code",[e._v("v5.1.0")]),e._v(".sql")]),e._v(" "),v("li",[e._v("NOW PLEASE CALL THIS URL ONCE "),v("code",[e._v("YOUR_APP_URL/upgrade-to-v5-1-0")]),e._v(" to update your database")]),e._v(" "),v("li",[e._v("Select that sql file and import it.")])])]),e._v(" "),v("li",[e._v("That's it!, you are ready to go with new version "),v("code",[e._v("v5.1.0")])])]),e._v(" "),v("h3",{attrs:{id:"upgrading-from-v4-1-0-to-v5-0-0"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#upgrading-from-v4-1-0-to-v5-0-0"}},[e._v("#")]),e._v(" Upgrading from v4.1.0 to v5.0.0")]),e._v(" "),v("h4",{attrs:{id:"for-technical-users-6"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#for-technical-users-6"}},[e._v("#")]),e._v(" For Technical Users:")]),e._v(" "),v("ul",[v("li",[e._v("Download "),v("code",[e._v("v5.0.0")])]),e._v(" "),v("li",[e._v("Backup your current version files and DB")]),e._v(" "),v("li",[e._v("If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.")]),e._v(" "),v("li",[e._v("Replace "),v("code",[e._v("v5.0.0")]),e._v(" files into your existing version "),v("code",[e._v("v4.1.0")])]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("composer install")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("php artisan migrate")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("php artisan db:seed --class=AddActivityLogPermission")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("php artisan db:seed --class=AddEventPermissionSeeder")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("npm install")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And at last Run "),v("code",[e._v("npm run dev")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("That's it!, you are ready to go with new version "),v("code",[e._v("v5.0.0")])])]),e._v(" "),v("h4",{attrs:{id:"for-non-technical-users-6"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#for-non-technical-users-6"}},[e._v("#")]),e._v(" For Non Technical Users:")]),e._v(" "),v("ul",[v("li",[e._v("Download "),v("code",[e._v("v5.0.0")])]),e._v(" "),v("li",[e._v("Backup your current version files and DB")]),e._v(" "),v("li",[e._v("If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.")]),e._v(" "),v("li",[e._v("Replace "),v("code",[e._v("v5.0.0")]),e._v(" files into your existing version "),v("code",[e._v("v4.1.0")])]),e._v(" "),v("li",[e._v("Update database :\n"),v("ul",[v("li",[e._v("Open your "),v("code",[e._v("phpMyAdmin")])]),e._v(" "),v("li",[e._v("Go to your database and select import tab.")]),e._v(" "),v("li",[e._v("Now in latest version go to "),v("code",[e._v("app/database/releases/v5.0.0/")]),e._v(" you can find "),v("code",[e._v("v5.0.0")]),e._v(".sql")]),e._v(" "),v("li",[e._v("NOW PLEASE CALL THIS URL ONCE "),v("code",[e._v("YOUR_APP_URL/upgrade-to-v5-0-0")]),e._v(" to update your database.")]),e._v(" "),v("li",[e._v("Select that sql file and import it.")])])]),e._v(" "),v("li",[e._v("That's it!, you are ready to go with new version "),v("code",[e._v("v5.0.0")])])]),e._v(" "),v("h3",{attrs:{id:"upgrading-from-v4-0-0-to-v4-1-0"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#upgrading-from-v4-0-0-to-v4-1-0"}},[e._v("#")]),e._v(" Upgrading from v4.0.0 to v4.1.0")]),e._v(" "),v("h4",{attrs:{id:"for-technical-users-7"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#for-technical-users-7"}},[e._v("#")]),e._v(" For Technical Users:")]),e._v(" "),v("ul",[v("li",[e._v("Download "),v("code",[e._v("v4.1.0")])]),e._v(" "),v("li",[e._v("Backup your current version files and DB")]),e._v(" "),v("li",[e._v("If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.")]),e._v(" "),v("li",[e._v("Replace "),v("code",[e._v("v4.1.0")]),e._v(" files into your existing version "),v("code",[e._v("v4.0.0")])]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("composer install")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("php artisan migrate")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("npm install")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And at last Run "),v("code",[e._v("npm run dev")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("That's it!, you are ready to go with new version "),v("code",[e._v("v4.1.0")])])]),e._v(" "),v("h4",{attrs:{id:"for-non-technical-users-7"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#for-non-technical-users-7"}},[e._v("#")]),e._v(" For Non Technical Users:")]),e._v(" "),v("ul",[v("li",[e._v("Download "),v("code",[e._v("v4.1.0")])]),e._v(" "),v("li",[e._v("Backup your current version files and DB")]),e._v(" "),v("li",[e._v("If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.")]),e._v(" "),v("li",[e._v("Replace "),v("code",[e._v("v4.1.0")]),e._v(" files into your existing version "),v("code",[e._v("v4.0.0")])]),e._v(" "),v("li",[e._v("That's it!, you are ready to go with new version "),v("code",[e._v("v4.1.0")])])]),e._v(" "),v("h3",{attrs:{id:"upgrading-from-v3-2-0-to-v4-0-0"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#upgrading-from-v3-2-0-to-v4-0-0"}},[e._v("#")]),e._v(" Upgrading from v3.2.0 to v4.0.0")]),e._v(" "),v("h4",{attrs:{id:"for-technical-users-8"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#for-technical-users-8"}},[e._v("#")]),e._v(" For Technical Users:")]),e._v(" "),v("ul",[v("li",[e._v("Download "),v("code",[e._v("v4.0.0")])]),e._v(" "),v("li",[e._v("Backup your current version files and DB")]),e._v(" "),v("li",[e._v("If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.")]),e._v(" "),v("li",[e._v("Replace "),v("code",[e._v("v4.0.0")]),e._v(" files into your existing version "),v("code",[e._v("v3.2.0")])]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("composer install")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("php artisan migrate")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("npm install")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And at last Run "),v("code",[e._v("npm run dev")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("That's it!, you are ready to go with new version "),v("code",[e._v("v4.0.0")])])]),e._v(" "),v("h4",{attrs:{id:"for-non-technical-users-8"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#for-non-technical-users-8"}},[e._v("#")]),e._v(" For Non Technical Users:")]),e._v(" "),v("ul",[v("li",[e._v("Download "),v("code",[e._v("v4.0.0")])]),e._v(" "),v("li",[e._v("Backup your current version files and DB")]),e._v(" "),v("li",[e._v("If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.")]),e._v(" "),v("li",[e._v("Replace "),v("code",[e._v("v4.0.0")]),e._v(" files into your existing version "),v("code",[e._v("v3.2.0")])]),e._v(" "),v("li",[e._v("Update database :\n"),v("ul",[v("li",[e._v("Open your "),v("code",[e._v("phpMyAdmin")])]),e._v(" "),v("li",[e._v("Go to your database and select import tab.")]),e._v(" "),v("li",[e._v("Now in latest version go to "),v("code",[e._v("app/database/releases/v4.0.0/")]),e._v(" you can find "),v("code",[e._v("v4.0.0")]),e._v(".sql")]),e._v(" "),v("li",[e._v("Select that sql file and import it.")])])]),e._v(" "),v("li",[e._v("That's it!, you are ready to go with new version "),v("code",[e._v("v4.0.0")])])]),e._v(" "),v("h3",{attrs:{id:"upgrading-from-v3-1-0-to-v3-2-0"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#upgrading-from-v3-1-0-to-v3-2-0"}},[e._v("#")]),e._v(" Upgrading from v3.1.0 to v3.2.0")]),e._v(" "),v("h4",{attrs:{id:"for-technical-users-9"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#for-technical-users-9"}},[e._v("#")]),e._v(" For Technical Users:")]),e._v(" "),v("ul",[v("li",[e._v("Download "),v("code",[e._v("v3.2.0")])]),e._v(" "),v("li",[e._v("Backup your current version files and DB")]),e._v(" "),v("li",[e._v("If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.")]),e._v(" "),v("li",[e._v("Replace "),v("code",[e._v("v3.2.0")]),e._v(" files into your existing version "),v("code",[e._v("v3.1.0")])]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("composer install")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("php artisan migrate")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("npm install")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And at last Run "),v("code",[e._v("npm run dev")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("That's it!, you are ready to go with new version "),v("code",[e._v("v3.2.0")])])]),e._v(" "),v("h4",{attrs:{id:"for-non-technical-users-9"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#for-non-technical-users-9"}},[e._v("#")]),e._v(" For Non Technical Users:")]),e._v(" "),v("ul",[v("li",[e._v("Download "),v("code",[e._v("v3.2.0")])]),e._v(" "),v("li",[e._v("Backup your current version files and DB")]),e._v(" "),v("li",[e._v("If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.")]),e._v(" "),v("li",[e._v("Replace "),v("code",[e._v("v3.2.0")]),e._v(" files into your existing version "),v("code",[e._v("v3.1.0")])])]),e._v(" "),v("h3",{attrs:{id:"upgrading-from-v3-0-0-to-v3-1-0"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#upgrading-from-v3-0-0-to-v3-1-0"}},[e._v("#")]),e._v(" Upgrading from v3.0.0 to v3.1.0")]),e._v(" "),v("h4",{attrs:{id:"for-technical-users-10"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#for-technical-users-10"}},[e._v("#")]),e._v(" For Technical Users:")]),e._v(" "),v("ul",[v("li",[e._v("Download "),v("code",[e._v("v3.1.0")])]),e._v(" "),v("li",[e._v("Backup your current version files and DB")]),e._v(" "),v("li",[e._v("If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.")]),e._v(" "),v("li",[e._v("Replace "),v("code",[e._v("v3.1.0")]),e._v(" files into your existing version "),v("code",[e._v("v3.0.0")])]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("composer install")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("php artisan migrate")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("npm install")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And at last Run "),v("code",[e._v("npm run dev")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("That's it!, you are ready to go with new version "),v("code",[e._v("v3.1.0")])])]),e._v(" "),v("h4",{attrs:{id:"for-non-technical-users-10"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#for-non-technical-users-10"}},[e._v("#")]),e._v(" For Non Technical Users:")]),e._v(" "),v("ul",[v("li",[e._v("Download "),v("code",[e._v("v3.1.0")])]),e._v(" "),v("li",[e._v("Backup your current version files and DB")]),e._v(" "),v("li",[e._v("If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.")]),e._v(" "),v("li",[e._v("Replace "),v("code",[e._v("v3.1.0")]),e._v(" files into your existing version "),v("code",[e._v("v3.0.0")])]),e._v(" "),v("li",[e._v("Update database :\n"),v("ul",[v("li",[e._v("Open your "),v("code",[e._v("phpMyAdmin")])]),e._v(" "),v("li",[e._v("Go to your database and select import tab.")]),e._v(" "),v("li",[e._v("Now in latest version go to "),v("code",[e._v("app/database/releases/v3.1.0/")]),e._v(" you can find "),v("code",[e._v("v3.1.0")]),e._v(".sql")]),e._v(" "),v("li",[e._v("Select that sql file and import it.")]),e._v(" "),v("li",[e._v("NOW PLEASE CALL THIS URL ONCE "),v("code",[e._v("YOUR_APP_URL/upgrade-to-v3-1-0")]),e._v(" to update your database.")])])]),e._v(" "),v("li",[e._v("That's it!, you are ready to go with new version "),v("code",[e._v("v3.1.0")])])]),e._v(" "),v("h3",{attrs:{id:"upgrading-from-v2-3-0-to-v3-0-0"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#upgrading-from-v2-3-0-to-v3-0-0"}},[e._v("#")]),e._v(" Upgrading from v2.3.0 to v3.0.0")]),e._v(" "),v("h4",{attrs:{id:"for-technical-users-11"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#for-technical-users-11"}},[e._v("#")]),e._v(" For Technical Users:")]),e._v(" "),v("ul",[v("li",[e._v("Download "),v("code",[e._v("v3.0.0")])]),e._v(" "),v("li",[e._v("Backup your current version files and DB")]),e._v(" "),v("li",[e._v("If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.")]),e._v(" "),v("li",[e._v("Replace "),v("code",[e._v("v3.0.0")]),e._v(" files into your existing version "),v("code",[e._v("v2.3.0")])]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("composer install")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("php artisan migrate")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("php artisan db:seed --class=AddExpensePermissionSeeder")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("npm install")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And at last Run "),v("code",[e._v("npm run dev")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("That's it!, you are ready to go with new version "),v("code",[e._v("v3.0.0")])])]),e._v(" "),v("h4",{attrs:{id:"for-non-technical-users-11"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#for-non-technical-users-11"}},[e._v("#")]),e._v(" For Non Technical Users:")]),e._v(" "),v("ul",[v("li",[e._v("Download "),v("code",[e._v("v3.0.0")])]),e._v(" "),v("li",[e._v("Backup your current version files and DB")]),e._v(" "),v("li",[e._v("If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.")]),e._v(" "),v("li",[e._v("Replace "),v("code",[e._v("v3.0.0")]),e._v(" files into your existing version "),v("code",[e._v("v2.3.0")])]),e._v(" "),v("li",[e._v("Update database :\n"),v("ul",[v("li",[e._v("Open your "),v("code",[e._v("phpMyAdmin")])]),e._v(" "),v("li",[e._v("Go to your database and select import tab.")]),e._v(" "),v("li",[e._v("Now in latest version go to "),v("code",[e._v("app/database/releases/v3.0.0/")]),e._v(" you can find "),v("code",[e._v("v3.0.0")]),e._v(".sql")]),e._v(" "),v("li",[e._v("Select that sql file and import it.")]),e._v(" "),v("li",[e._v("NOW PLEASE CALL THIS URL ONCE "),v("code",[e._v("YOUR_APP_URL/upgrade-to-v3-0-0")]),e._v(" to update your database.")])])]),e._v(" "),v("li",[e._v("That's it!, you are ready to go with new version "),v("code",[e._v("v3.0.0")])])]),e._v(" "),v("h3",{attrs:{id:"upgrading-from-v2-2-1-to-v2-3-0"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#upgrading-from-v2-2-1-to-v2-3-0"}},[e._v("#")]),e._v(" Upgrading from v2.2.1 to v2.3.0")]),e._v(" "),v("h4",{attrs:{id:"for-technical-users-12"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#for-technical-users-12"}},[e._v("#")]),e._v(" For Technical Users:")]),e._v(" "),v("ul",[v("li",[e._v("Download "),v("code",[e._v("v2.3.0")])]),e._v(" "),v("li",[e._v("Backup your current version files and DB")]),e._v(" "),v("li",[e._v("If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.")]),e._v(" "),v("li",[e._v("Replace "),v("code",[e._v("v2.3.0")]),e._v(" files into your existing version "),v("code",[e._v("v2.2.1")])]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("composer install")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("php artisan migrate")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("npm install")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And at last Run "),v("code",[e._v("npm run dev")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("That's it!, you are ready to go with new version "),v("code",[e._v("v2.3.0")])])]),e._v(" "),v("h4",{attrs:{id:"for-non-technical-users-12"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#for-non-technical-users-12"}},[e._v("#")]),e._v(" For Non Technical Users:")]),e._v(" "),v("ul",[v("li",[e._v("Download "),v("code",[e._v("v2.3.0")])]),e._v(" "),v("li",[e._v("Backup your current version files and DB")]),e._v(" "),v("li",[e._v("If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.")]),e._v(" "),v("li",[e._v("Replace "),v("code",[e._v("v2.3.0")]),e._v(" files into your existing version "),v("code",[e._v("v2.2.1")])]),e._v(" "),v("li",[e._v("NOW PLEASE CALL THIS URL ONCE "),v("code",[e._v("YOUR_APP_URL/upgrade-to-v2-3-0")]),e._v(" to update your database.")]),e._v(" "),v("li",[e._v("That's it!, you are ready to go with new version "),v("code",[e._v("v2.3.0")])])]),e._v(" "),v("h3",{attrs:{id:"upgrading-from-v2-2-0-to-v2-2-1"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#upgrading-from-v2-2-0-to-v2-2-1"}},[e._v("#")]),e._v(" Upgrading from v2.2.0 to v2.2.1")]),e._v(" "),v("h4",{attrs:{id:"for-technical-users-13"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#for-technical-users-13"}},[e._v("#")]),e._v(" For Technical Users:")]),e._v(" "),v("ul",[v("li",[e._v("Download "),v("code",[e._v("v2.2.1")])]),e._v(" "),v("li",[e._v("Backup your current version files and DB")]),e._v(" "),v("li",[e._v("If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.")]),e._v(" "),v("li",[e._v("Replace "),v("code",[e._v("v2.2.1")]),e._v(" files into your existing version "),v("code",[e._v("v2.2.0")])]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("composer install")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("npm install")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And at last Run "),v("code",[e._v("npm run dev")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("That's it!, you are ready to go with new version "),v("code",[e._v("v2.2.1")])])]),e._v(" "),v("h4",{attrs:{id:"for-non-technical-users-13"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#for-non-technical-users-13"}},[e._v("#")]),e._v(" For Non Technical Users:")]),e._v(" "),v("ul",[v("li",[e._v("Download "),v("code",[e._v("v2.2.1")])]),e._v(" "),v("li",[e._v("Backup your current version files and DB")]),e._v(" "),v("li",[e._v("If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.")]),e._v(" "),v("li",[e._v("Replace "),v("code",[e._v("v2.2.1")]),e._v(" files into your existing version "),v("code",[e._v("v2.2.0")])]),e._v(" "),v("li",[e._v("That's it!, you are ready to go with new version "),v("code",[e._v("v2.2.1")])])]),e._v(" "),v("h3",{attrs:{id:"upgrading-from-v2-1-0-to-v2-2-0"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#upgrading-from-v2-1-0-to-v2-2-0"}},[e._v("#")]),e._v(" Upgrading from v2.1.0 to v2.2.0")]),e._v(" "),v("h4",{attrs:{id:"for-technical-users-14"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#for-technical-users-14"}},[e._v("#")]),e._v(" For Technical Users:")]),e._v(" "),v("ul",[v("li",[e._v("Download "),v("code",[e._v("v2.2.0")])]),e._v(" "),v("li",[e._v("Backup your current version files and DB")]),e._v(" "),v("li",[e._v("If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.")]),e._v(" "),v("li",[e._v("Replace "),v("code",[e._v("v2.2.0")]),e._v(" files into your existing version "),v("code",[e._v("v2.1.0")])]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("composer install")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And at last Run "),v("code",[e._v("npm run dev")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("That's it!, you are ready to go with new version "),v("code",[e._v("v2.2.0")])])]),e._v(" "),v("h4",{attrs:{id:"for-non-technical-users-14"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#for-non-technical-users-14"}},[e._v("#")]),e._v(" For Non Technical Users:")]),e._v(" "),v("ul",[v("li",[e._v("Download "),v("code",[e._v("v2.2.0")])]),e._v(" "),v("li",[e._v("Backup your current version files and DB")]),e._v(" "),v("li",[e._v("If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.")]),e._v(" "),v("li",[e._v("That's it!, you are ready to go with new version "),v("code",[e._v("v2.2.0")])])]),e._v(" "),v("h3",{attrs:{id:"upgrading-from-v2-0-0-to-v2-1-0"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#upgrading-from-v2-0-0-to-v2-1-0"}},[e._v("#")]),e._v(" Upgrading from v2.0.0 to v2.1.0")]),e._v(" "),v("h4",{attrs:{id:"for-technical-users-15"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#for-technical-users-15"}},[e._v("#")]),e._v(" For Technical Users:")]),e._v(" "),v("ul",[v("li",[e._v("Download "),v("code",[e._v("v2.1.0")])]),e._v(" "),v("li",[e._v("Backup your current version files and DB")]),e._v(" "),v("li",[e._v("If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.")]),e._v(" "),v("li",[e._v("Replace "),v("code",[e._v("v2.1.0")]),e._v(" files into your existing version "),v("code",[e._v("v2.0.0")])]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("composer update")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("php artisan migrate")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("php artisan db:seed --class=StatusTableSeeder")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("php artisan db:seed --class=AddClientRoleSeeder")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("php artisan db:seed --class=AssignStatusPermissionSeeder")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("php artisan db:seed --class=UpdateEmailVerifiedAtAdminUser")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("npm install")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And at last Run "),v("code",[e._v("npm run dev")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("That's it!, you are ready to go with new version "),v("code",[e._v("v2.1.0")])])]),e._v(" "),v("h4",{attrs:{id:"for-non-technical-users-15"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#for-non-technical-users-15"}},[e._v("#")]),e._v(" For Non Technical Users:")]),e._v(" "),v("ul",[v("li",[e._v("Download "),v("code",[e._v("v2.1.0")])]),e._v(" "),v("li",[e._v("Backup your current version files and DB")]),e._v(" "),v("li",[e._v("If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.")]),e._v(" "),v("li",[e._v("Replace "),v("code",[e._v("v2.1.0")]),e._v(" files/directories into your existing version "),v("code",[e._v("v2.0.0")])]),e._v(" "),v("li",[e._v("Update database :\n"),v("ul",[v("li",[e._v("Open your "),v("code",[e._v("phpMyAdmin")])]),e._v(" "),v("li",[e._v("Go to your database and select import tab.")]),e._v(" "),v("li",[e._v("Now in latest version go to "),v("code",[e._v("app/database/releases/v2.1.0/")]),e._v(" you can find "),v("code",[e._v("v2.1.0")]),e._v(".sql")]),e._v(" "),v("li",[e._v("Select that sql file and import it.")])])]),e._v(" "),v("li",[e._v("NOW PLEASE CALL THIS URL ONCE "),v("code",[e._v("YOUR_APP_URL/upgrade-to-v2-1-0")]),e._v(" to assign manage_status permission to admin roles.")]),e._v(" "),v("li",[e._v("NOW PLEASE CALL THIS URL ONCE "),v("code",[e._v("YOUR_APP_URL/client-role/upgrade-to-v2-1-0")]),e._v(" to assign client role to all clients.")]),e._v(" "),v("li",[e._v("That's it!, you are ready to go with new version "),v("code",[e._v("v2.1.0")])])]),e._v(" "),v("h3",{attrs:{id:"upgrading-from-v1-2-0-to-v2-0-0"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#upgrading-from-v1-2-0-to-v2-0-0"}},[e._v("#")]),e._v(" Upgrading from v1.2.0 to v2.0.0")]),e._v(" "),v("h4",{attrs:{id:"for-technical-users-16"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#for-technical-users-16"}},[e._v("#")]),e._v(" For Technical Users:")]),e._v(" "),v("ul",[v("li",[e._v("Download "),v("code",[e._v("v2.0.0")])]),e._v(" "),v("li",[e._v("Backup your current version files and DB")]),e._v(" "),v("li",[e._v("If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.")]),e._v(" "),v("li",[e._v("Replace "),v("code",[e._v("v2.0.0")]),e._v(" files into your existing version "),v("code",[e._v("v1.2.0")])]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("composer install")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("php artisan migrate")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("php artisan db:seed --class=InvoiceSettingTableSeeder")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And Run "),v("code",[e._v("npm install")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And at last Run "),v("code",[e._v("npm run dev")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("That's it!, you are ready to go with new version "),v("code",[e._v("v2.0.0")])])]),e._v(" "),v("h4",{attrs:{id:"for-non-technical-users-16"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#for-non-technical-users-16"}},[e._v("#")]),e._v(" For Non Technical Users:")]),e._v(" "),v("ul",[v("li",[e._v("Download "),v("code",[e._v("v2.0.0")])]),e._v(" "),v("li",[e._v("Backup your current version files and DB")]),e._v(" "),v("li",[e._v("If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.")]),e._v(" "),v("li",[e._v("Replace "),v("code",[e._v("v2.0.0")]),e._v(" files/directories into your existing version "),v("code",[e._v("v1.2.0")])]),e._v(" "),v("li",[e._v("Update database :\n"),v("ul",[v("li",[e._v("Open your "),v("code",[e._v("phpMyAdmin")])]),e._v(" "),v("li",[e._v("Go to your database and select import tab.")]),e._v(" "),v("li",[e._v("Now in latest version go to "),v("code",[e._v("app/database/releases/v2.0.0/")]),e._v(" you can find "),v("code",[e._v("v2.0.0")]),e._v(".sql")]),e._v(" "),v("li",[e._v("Select that sql file and import it.")])])]),e._v(" "),v("li",[e._v("That's it!, you are ready to go with new version "),v("code",[e._v("v2.0.0")])])]),e._v(" "),v("h3",{attrs:{id:"upgrading-from-v1-1-0-to-v1-2-0"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#upgrading-from-v1-1-0-to-v1-2-0"}},[e._v("#")]),e._v(" Upgrading from v1.1.0 to v1.2.0")]),e._v(" "),v("h4",{attrs:{id:"for-technical-users-17"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#for-technical-users-17"}},[e._v("#")]),e._v(" For Technical Users:")]),e._v(" "),v("ul",[v("li",[e._v("Download "),v("code",[e._v("v1.2.0")])]),e._v(" "),v("li",[e._v("Backup your current version files and DB")]),e._v(" "),v("li",[e._v("If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.")]),e._v(" "),v("li",[e._v("Replace "),v("code",[e._v("v1.2.0")]),e._v(" files into your existing version "),v("code",[e._v("v1.1.0")])]),e._v(" "),v("li",[e._v("And at last Run "),v("code",[e._v("composer install")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And at last Run "),v("code",[e._v("npm install")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And at last Run "),v("code",[e._v("npm run dev")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And at last Run "),v("code",[e._v("php artisan migrate")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("NOW PLEASE CALL THIS URL ONCE "),v("code",[e._v("YOUR_APP_URL/upgrade-to-v1-2-0")]),e._v(" to assign calendar_view permission to all roles.")]),e._v(" "),v("li",[e._v("That's it!, you are ready to go with new version "),v("code",[e._v("v1.2.0")])])]),e._v(" "),v("h4",{attrs:{id:"for-non-technical-users-17"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#for-non-technical-users-17"}},[e._v("#")]),e._v(" For Non Technical Users:")]),e._v(" "),v("ul",[v("li",[e._v("Download "),v("code",[e._v("v1.2.0")])]),e._v(" "),v("li",[e._v("Backup your current version files and DB")]),e._v(" "),v("li",[e._v("If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.")]),e._v(" "),v("li",[e._v("Replace "),v("code",[e._v("v1.2.0")]),e._v(" files/directories into your existing version "),v("code",[e._v("v1.1.0")])]),e._v(" "),v("li",[e._v("Update database :\n"),v("ul",[v("li",[e._v("Open your "),v("code",[e._v("phpMyAdmin")])]),e._v(" "),v("li",[e._v("Go to your database and select import tab.")]),e._v(" "),v("li",[e._v("Now in latest version go to "),v("code",[e._v("app/database/releases/v1.2.0/")]),e._v(" you can find "),v("code",[e._v("v1.2.0")]),e._v(".sql")]),e._v(" "),v("li",[e._v("Select that sql file and import it.")])])]),e._v(" "),v("li",[e._v("NOW PLEASE CALL THIS URL ONCE "),v("code",[e._v("YOUR_APP_URL/upgrade-to-v1-2-0")]),e._v(" to assign calendar_view permission to all roles.")]),e._v(" "),v("li",[e._v("That's it!, you are ready to go with new version "),v("code",[e._v("v1.2.0")])])]),e._v(" "),v("h3",{attrs:{id:"upgrading-from-v1-0-0-to-v1-1-0"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#upgrading-from-v1-0-0-to-v1-1-0"}},[e._v("#")]),e._v(" Upgrading from v1.0.0 to v1.1.0")]),e._v(" "),v("h4",{attrs:{id:"for-technical-users-18"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#for-technical-users-18"}},[e._v("#")]),e._v(" For Technical Users:")]),e._v(" "),v("ul",[v("li",[e._v("Download "),v("code",[e._v("v1.1.0")])]),e._v(" "),v("li",[e._v("Backup your current version files and DB")]),e._v(" "),v("li",[e._v("If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.")]),e._v(" "),v("li",[e._v("Replace "),v("code",[e._v("v1.1.0")]),e._v(" files into your existing version "),v("code",[e._v("v1.0.0")])]),e._v(" "),v("li",[e._v("And at last Run "),v("code",[e._v("composer install")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And at last Run "),v("code",[e._v("npm run dev")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("And at last Run "),v("code",[e._v("php artisan migrate")]),e._v(" to make new build")]),e._v(" "),v("li",[e._v("That's it!, you are ready to go with new version "),v("code",[e._v("v1.1.0")])])]),e._v(" "),v("h4",{attrs:{id:"for-non-technical-users-18"}},[v("a",{staticClass:"header-anchor",attrs:{href:"#for-non-technical-users-18"}},[e._v("#")]),e._v(" For Non Technical Users:")]),e._v(" "),v("ul",[v("li",[e._v("Download "),v("code",[e._v("v1.1.0")])]),e._v(" "),v("li",[e._v("Backup your current version files and DB")]),e._v(" "),v("li",[e._v("If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.")]),e._v(" "),v("li",[e._v("Replace "),v("code",[e._v("v1.1.0")]),e._v(" files/directories into your existing version "),v("code",[e._v("v1.0.0")])]),e._v(" "),v("li",[e._v("Update database :\n"),v("ul",[v("li",[e._v("Open your "),v("code",[e._v("phpMyAdmin")])]),e._v(" "),v("li",[e._v("Go to your database and select import tab.")]),e._v(" "),v("li",[e._v("Now in latest version go to "),v("code",[e._v("app/database/releases/v1.1.0/")]),e._v(" you can find "),v("code",[e._v("v1.1.0")]),e._v(".sql")]),e._v(" "),v("li",[e._v("Select that sql file and import it.")])])]),e._v(" "),v("li",[e._v("That's it!, you are ready to go with new version "),v("code",[e._v("v1.1.0")])])])])}),[],!1,null,null,null);a.default=t.exports}}]);
SAVE
CANCEL