Skip to content

Commit 2ae7ab5

Browse files
committed
updates readme file
1 parent 5808884 commit 2ae7ab5

File tree

1 file changed

+8
-24
lines changed

1 file changed

+8
-24
lines changed

README.md

Lines changed: 8 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -193,38 +193,22 @@ Try adding this to config/app.php:
193193
- **9.2.x** Stable version of package
194194
- 9.0.x Multi-language support beta release
195195
- 8.0.x Compatibility with Laravel 8
196-
- 7.3.2 Some bug fixes
197196
- 7.3.0 New Admin UI
198-
- 7.2.2
199-
- bug fix: do not show search bar when it's disabled
200-
- feature: configure to show full text post or preview
201-
- 7.2.1 - adds logout button at admin panel
202-
- 7.2.0
203-
- adds sub-category functionality to blog
204-
- adds reading progress bar feature (if you upgrade, re-publish config file and view files)
205-
- 7.1.8 - ability to remove images from posts (this feature does not work for old posts)
206-
- 7.1.7 - updates CKEditor
207-
- 7.1.5 - minor fix for recent posts
208-
- 7.1.4 - updates fulltext search package which solves the search issue
209-
- 7.1.2 - shows categories on blog home page - minor fix (if you upgrade try to re-publish view files)
210-
- 7.1.1 - minor fix and some admin panel text changes
211-
- 7.1.0 - Adds support for custom user model (if you upgrade, try to publish new config)
212-
- 7.0.2 - Bug fix for listing posts and search page
213-
- 7.0.1 - made compatible with Laravel 6.x & 7.x
214-
- 3.1 - minor fixes
215-
- 3.0.3 - fixed RSS feed cache issue
216-
- 3.0.2 - fixed default medium image size (changed to 600x400)
217197
- 3.0.1 - replaced all short tags (<?) with full opening ones (<?php)
218-
- 3.0 - Added separate functionality for uploading images (and save some meta data in db)
219-
- 2.1 - added 'short_description' to db + form, and BinshopsBlogPost::generate_introduction() method will try and use this to generate intro text.
220198
- 2.0 - added full text search (enable it via the config file - it is disabled by default).
221-
- 1.2 - added WYSIWYG, few smaller changes
222199
- 1.1.1 - added basic captcha
223200
- 1.0.5 - composer.json changes.
224201
- 1.0 - First release
225-
- 0.3 - Small changes, packagist settings.
226202
- 0.1 - Initial release
227203

204+
## Contributors ✨
205+
<table>
206+
<tr>
207+
<td align="center"><a href="https://github.com/samberrry"><img src="https://avatars.githubusercontent.com/u/20775532?v=4" width="80px;" alt=""/><br /><sub><b>Sam Berry</b></sub></a><br /></td>
208+
<td align="center"><a href="https://github.com/dasscheman"><img src="https://avatars.githubusercontent.com/u/6064248?v=4" width="80px;" alt=""/><br /><sub><b>Alef Barbeli</b></sub></a><br /> </td>
209+
210+
</tr>
211+
</table>
228212
229213

230214

0 commit comments

Comments
 (0)