{"id":90,"date":"2025-07-02T07:06:05","date_gmt":"2025-07-02T07:06:05","guid":{"rendered":"https:\/\/documentation.iqonic.design\/kivicare-pharma\/?p=90"},"modified":"2025-11-26T11:21:21","modified_gmt":"2025-11-26T11:21:21","slug":"how-do-i-update-existing-code-with-new-release","status":"publish","type":"post","link":"https:\/\/documentation.iqonic.design\/kivicare-pharma\/how-do-i-update-existing-code-with-new-release\/","title":{"rendered":"How do I update existing code with new release?"},"content":{"rendered":"<div class=\"nolwrap\">\n<p><strong>\ud83d\udd52 Estimated Reading:<\/strong> 4-5 minutes<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><\/p>\n\n\n\n<p>\u2139\ufe0f <strong>INFO<\/strong><br>As per Envato policy, <strong>installation<\/strong>, <strong>setup<\/strong>, <strong>configurations<\/strong>, or <strong>modification<\/strong> are <strong>not included<\/strong> in <strong>free support<\/strong>. Free support is only for any <strong>bug\/error<\/strong> in the <strong>original code<\/strong>.<br>We do <strong>not provide installation<\/strong> and <strong>customization support<\/strong> in <strong>FREE SUPPORT<\/strong>.<\/p>\n\n\n\n<p><\/p>\n<\/blockquote>\n\n\n\n<p>\ud83d\udeab <strong>PLEASE DO NOT CREATE SUPPORT TICKETS<\/strong> for issues encountered during code updates. Support is <strong>not<\/strong> provided for update-related problems.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd01 <strong>How to Update Future Release Code to Existing Source Code<\/strong><\/h3>\n\n\n\n<p>If you want to identify which files were changed in a new version release, you will need to manage the <strong>Git repository manually<\/strong>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u2705 <strong>For First Time: Initial Project Downloaded from Codecanyon Server<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd39<strong> Step 1: Create or Login with GitLab<\/strong><\/h3>\n\n\n\n<p>Go to <a class=\"\" href=\"https:\/\/gitlab.com\/users\/sign_in\" target=\"_blank\" rel=\"noopener\">GitLab Login<\/a> and log in or create a new account.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd39 <strong>Step 2: Create a New Project in GitLab<\/strong><\/h3>\n\n\n\n<p>1. In your dashboard, click the green \u201cNew project\u201d button or use the plus icon in the navigation bar. This opens the New project page.<\/p>\n\n\n\n<p>2. On the New project page, select \u201cCreate a blank project.\u201d<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"900\" src=\"https:\/\/documentation.iqonic.design\/kivicare-pharma\/wp-content\/uploads\/sites\/16\/2025\/07\/image-60.png\" alt=\"\" class=\"wp-image-466\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"900\" src=\"https:\/\/documentation.iqonic.design\/kivicare-pharma\/wp-content\/uploads\/sites\/16\/2025\/07\/image-61.png\" alt=\"\" class=\"wp-image-467\" \/><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd39 <strong>Step 3:<\/strong> <strong>Clone Your Project to Your Local System<\/strong><\/h3>\n\n\n\n<p>Once the project is created on your GitLab server, you have to clone the project to your local system. You can clone it using the command line. For example:<\/p>\n\n\n\n<p>git clone&nbsp;[repository path]<\/p>\n\n\n\n<p>Copy your project URL and clone it into your existing system.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"900\" src=\"https:\/\/documentation.iqonic.design\/kivicare-pharma\/wp-content\/uploads\/sites\/16\/2025\/07\/image-62.png\" alt=\"\" class=\"wp-image-468\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"900\" src=\"https:\/\/documentation.iqonic.design\/kivicare-pharma\/wp-content\/uploads\/sites\/16\/2025\/07\/image-63.png\" alt=\"\" class=\"wp-image-469\" \/><\/figure>\n\n\n\n<p>Once successfully cloned, a folder will be created on your system.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"900\" src=\"https:\/\/documentation.iqonic.design\/kivicare-pharma\/wp-content\/uploads\/sites\/16\/2025\/07\/image-64.png\" alt=\"\" class=\"wp-image-470\" \/><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd39<strong>Step 4: Download Project from CodeCanyon Server<\/strong><\/h3>\n\n\n\n<p>Log in to your <strong>CodeCanyon<\/strong> account and download the latest project ZIP.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd39 <strong>Step 5: Copy\/Paste Your Initial Downloaded Project to Clone Directories<\/strong><\/h3>\n\n\n\n<p>Once you have successfully downloaded the project from CodeCanyon, copy\/paste your downloaded project into the clone directories.<\/p>\n\n\n\n<p>\ud83d\udccc <em>Paste only the original source code. Avoid copying system-specific files.<\/em><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"900\" src=\"https:\/\/documentation.iqonic.design\/kivicare-pharma\/wp-content\/uploads\/sites\/16\/2025\/07\/image-65.png\" alt=\"\" class=\"wp-image-471\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"commit-and-push-to-gitlab-server\">\ud83d\udd39 <strong>Step 6: Commit and Push to GitLab Server<\/strong><\/h3>\n\n\n\n<p>After copying\/pasting your changes to clone directories, you have to push all files to your GitLab server. Follow these commands:<\/p>\n\n\n\n<p>1. Before committing to the server directories, you have to remove the following folders from your project:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>build\/<br>.idea\/<br>.gradle\/<\/code><\/pre>\n\n\n\n<p>2. Go inside your clone directory project.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"900\" src=\"https:\/\/documentation.iqonic.design\/kivicare-pharma\/wp-content\/uploads\/sites\/16\/2025\/07\/image-66.png\" alt=\"\" class=\"wp-image-472\" \/><\/figure>\n\n\n\n<p>3. Add all your files with the command&nbsp;<strong>git add ..<\/strong><\/p>\n\n\n\n<p>4. Commit your changes with the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">git commit -m 'initial commit'<\/pre>\n\n\n\n<p><strong>Note:<\/strong>&nbsp;Write your latest version message instead of \u201cinitial commit.\u201d<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"900\" src=\"https:\/\/documentation.iqonic.design\/kivicare-pharma\/wp-content\/uploads\/sites\/16\/2025\/07\/image-67.png\" alt=\"\" class=\"wp-image-473\" \/><\/figure>\n\n\n\n<p>5. Push your changes to the server with the command&nbsp;<strong>git push<\/strong>&nbsp;and provide your GitLab credential details.<a href=\"https:\/\/documentation.iqonic.design\/kivicare-laravel\/wp-content\/uploads\/sites\/10\/2025\/04\/Flutter_App_code_new_release9.png\"><\/a><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"900\" src=\"https:\/\/documentation.iqonic.design\/kivicare-pharma\/wp-content\/uploads\/sites\/16\/2025\/07\/image-68.png\" alt=\"\" class=\"wp-image-474\" \/><\/figure>\n\n\n\n<p>6. Check all your changes on the GitLab server.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"900\" src=\"https:\/\/documentation.iqonic.design\/kivicare-pharma\/wp-content\/uploads\/sites\/16\/2025\/07\/image-69.png\" alt=\"\" class=\"wp-image-475\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">\ud83d\udd04 <strong>For Updating Existing Code (If Already Have an Old Version of the Project)<\/strong><\/h2>\n\n\n\n<p>\ud83d\udcdd <strong>Note:<\/strong>&nbsp;If you remove the project from the local system, then clone the project again from your GitLab server. Follow the same Step 3: Clone your project to your local system.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd39 <strong>Steps 1: Download the Latest Version from CodeCanyon Server<\/strong><\/h3>\n\n\n\n<p>Once you receive the mail for updates, download the latest code from the CodeCanyon server.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd39 <strong>Steps 2: Copy\/Paste Your Initial Downloaded Project to Clone Directories<\/strong><\/h3>\n\n\n\n<p>Once you have successfully downloaded the project from CodeCanyon, copy\/paste your downloaded project into the clone directories.<\/p>\n\n\n\n<p>\u26a0\ufe0f <strong>Note:<\/strong> Only the original source code is put here.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd39 <strong>Steps 3: Commit and Push to GitLab Server<\/strong><\/h3>\n\n\n\n<p>Follow the same Step 6 : Commit and push to <a href=\"#commit-and-push-to-gitlab-server\">GitLab server<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd39 <strong>Steps 4: Check Updated Files<\/strong><\/h3>\n\n\n\n<p>After committing your latest changes, go to the GitLab project dashboard and click on the commit link.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"900\" src=\"https:\/\/documentation.iqonic.design\/kivicare-pharma\/wp-content\/uploads\/sites\/16\/2025\/07\/image-70.png\" alt=\"\" class=\"wp-image-476\" \/><\/figure>\n\n\n\n<p>Click on the link that has your commit message from the above Steps 3.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"900\" src=\"https:\/\/documentation.iqonic.design\/kivicare-pharma\/wp-content\/uploads\/sites\/16\/2025\/07\/image-71.png\" alt=\"\" class=\"wp-image-477\" \/><\/figure>\n\n\n\n<p>Now, check all the changed files.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"900\" src=\"https:\/\/documentation.iqonic.design\/kivicare-pharma\/wp-content\/uploads\/sites\/16\/2025\/07\/image-72.png\" alt=\"\" class=\"wp-image-478\" \/><\/figure>\n\n\n\n<p>Click on \u201cXX changed file\u201d to see which file has been changed.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"900\" src=\"https:\/\/documentation.iqonic.design\/kivicare-pharma\/wp-content\/uploads\/sites\/16\/2025\/07\/image-73.png\" alt=\"\" class=\"wp-image-479\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\ud83e\udde0 Final Notes<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\ud83d\udccc <strong>Backup First:<\/strong> Always back up your code and database before updating<\/li>\n\n\n\n<li>\u2705 <strong>Testing:<\/strong> Fully test the system after updates<\/li>\n\n\n\n<li>\ud83d\udccb <strong>Track with Git:<\/strong> Use Git to track version changes efficiently<\/li>\n<\/ul>\n\n\n\n<p><\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>\ud83d\udd52 Estimated Reading: 4-5 minutes \u2139\ufe0f INFOAs per Envato policy, installation, setup, configurations, or modification are not included in free support. Free support is only for any bug\/error in the original code.We do not provide installation and customization support in FREE SUPPORT. \ud83d\udeab PLEASE DO NOT CREATE SUPPORT TICKETS for issues encountered during code updates. [&hellip;]<\/p>\n","protected":false},"author":11,"featured_media":0,"parent":88,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-90","post","type-post","status-publish","format-standard","hentry","category-kivicare-pharma-addon"],"featured_image_src":null,"author_info":{"display_name":"laraveladminiq","author_link":"https:\/\/documentation.iqonic.design\/kivicare-pharma\/author\/laraveladminiq\/"},"children":[],"_links":{"self":[{"href":"https:\/\/documentation.iqonic.design\/kivicare-pharma\/wp-json\/wp\/v2\/posts\/90","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/documentation.iqonic.design\/kivicare-pharma\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/documentation.iqonic.design\/kivicare-pharma\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/documentation.iqonic.design\/kivicare-pharma\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/documentation.iqonic.design\/kivicare-pharma\/wp-json\/wp\/v2\/comments?post=90"}],"version-history":[{"count":22,"href":"https:\/\/documentation.iqonic.design\/kivicare-pharma\/wp-json\/wp\/v2\/posts\/90\/revisions"}],"predecessor-version":[{"id":1091,"href":"https:\/\/documentation.iqonic.design\/kivicare-pharma\/wp-json\/wp\/v2\/posts\/90\/revisions\/1091"}],"up":[{"embeddable":true,"href":"https:\/\/documentation.iqonic.design\/kivicare-pharma\/wp-json\/wp\/v2\/posts\/88"}],"wp:attachment":[{"href":"https:\/\/documentation.iqonic.design\/kivicare-pharma\/wp-json\/wp\/v2\/media?parent=90"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/documentation.iqonic.design\/kivicare-pharma\/wp-json\/wp\/v2\/categories?post=90"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/documentation.iqonic.design\/kivicare-pharma\/wp-json\/wp\/v2\/tags?post=90"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}