Skip to content

Commit ad128b3

Browse files
readme and changelog updated
1 parent 2115756 commit ad128b3

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release Notes
22

3+
## v1.0.3
4+
5+
### Changed
6+
- The footer reference can be hidden now.
7+
- In case there are no videos uploaded, a beautiful svg will be shown
8+
- The files to publish have been tagged for a better overview on the vendor:publish command
9+
310
## v1.0.2
411

512
### Changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,15 @@ Provider: Jonassiewertsen\Statamic\HowTo\ServiceProvider
7373
All the translation files have been added into your resources/lang/vendor/jonassiewertsen/howToAddon/
7474
Change the files or add your own language.
7575

76+
### Footer created by reference
77+
78+
If you want, you can easily disable the reference in the config file. Publish the file and set
79+
the value to false.
80+
81+
```php
82+
php artisan vendor:publish
83+
```
84+
7685
### Collection and Blueprint names
7786

7887
You can choose other names. Just publish the vendor files

0 commit comments

Comments
 (0)