File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -141,8 +141,12 @@ After upgraded to latest version follows these steps:
141
141
- run ` php artisan vendor:publish --tag=laravel-fulltext --force `
142
142
- In ` config/laravel-fulltext.php ` file change exclude_feature_enabled to ` true ` and change exclude_records_column_name to ` is_published `
143
143
144
+ ## After Upgrade to 7.2.x
145
+ - run ` php artisan vendor:publish --provider="WebDevEtc\BlogEtc\BlogEtcServiceProvider" `
144
146
145
147
## Version History
148
+ - 7.2.1 - adds reading progress bar feature (if you upgrade, re-publish config file and view files)
149
+ - 7.2.0 - adds sub-category functionality to blog
146
150
- 7.1.5 - minor fix for recent posts
147
151
- 7.1.4 - updates fulltext search package which solves the search issue
148
152
- 7.1.2 - shows categories on blog home page - minor fix (if you upgrade try to re-publish view files)
You can’t perform that action at this time.
0 commit comments