Skip to content

Commit

Permalink
chore(release): 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rihards-simanovics committed Sep 28, 2024
1 parent c20522a commit ee0efbc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.1.1](https://github.com/rihards-simanovics/InvoiceShelf-white-label-module/compare/v1.1.0...v1.1.1) (2024-09-28)


### Bug Fixes

* sql error on save after fresh install by seeding ([c20522a](https://github.com/rihards-simanovics/InvoiceShelf-white-label-module/commits/c20522ab081449d2c884e414a08f03337f8eea20))


### Chores

* add SECURITY.md ([e524cbf](https://github.com/rihards-simanovics/InvoiceShelf-white-label-module/commits/e524cbf8139edfb61da19d851352298e5239c9f2))
* remove unused files and methods ([40fc289](https://github.com/rihards-simanovics/InvoiceShelf-white-label-module/commits/40fc28992dbbad4a88742b778e566819c00bae53))

## [1.1.0](https://github.com/rihards-simanovics/InvoiceShelf-white-label-module/compare/v1.0.0...v1.1.0) (2024-09-28)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Adds ability to customise your InvoiceShelf instance with logo and brand color.
2. Create `/Modules/` dir in your server InvoiceShelf project root. **NOTE:** make sure it's capitalised like in example, it's not a typo.
3. Upload the `WhiteLabel.zip` into the newly created `/Modules/` dir.
4. Unzip it.
5. In your server InvoiceShelf project `/` root dir, run `php artisan install:module WhiteLabel 1.1.0`.
5. In your server InvoiceShelf project `/` root dir, run `php artisan install:module WhiteLabel 1.1.1`.
6. (optional) If you have any issues with your installed module, try clearing your browser's `cache`, `cookies`, and/or `site data`.

## Update
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "1.1.0",
"version": "1.1.1",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down

0 comments on commit ee0efbc

Please sign in to comment.