Releases: silverstripe/silverstripe-blog
Releases · silverstripe/silverstripe-blog
2.4.6
- Update translations (Franco Springveldt) - a212db3
- FIX added date formatting (Franco Springveldt) - 236bf6d
- FIX If BlogPost has date field, return it in getDate (Daniel Hensby) - 3a18b9f
- Remove HHVM from test builds (Daniel Hensby) - 34b6191
- FIX Dont generate urlsegments if we dont need to (Daniel Hensby) - c29438f
- FIX mysql >= 5.7 sql_mode=only_full_group_by error (Franco Springveldt) - 0d6b44a
- Remove hhvm from Travis build matrix (Robbie Averill) - e5415b1
- added BlogMemberExtension definitions to lang subfolder (Rastislav Brandobur) - abe6015
- Add PHP7 + SS3.6 build to Travis configuration (Robbie Averill) - 16d684d
- Prevent user_error when querying object from Solr (Alexandre Saelens) - bd23bb2
- Adding .codecov.yml file (Daniel Hensby) - 0132a02
- FIX Add translation to some areas of BlogMemberExtension that were missing them (Rastislav Brandobur) - 2cd7db9
3.0.0-alpha1
- total refactor of blog.yml for tests, use classes properly (Andrew Aitken-Fincham) - ffc12f5
- FEATURE config to disable sending spam notifications (Cam Findlay) - d5340a8
- Remove hhvm from Travis build matrix (Robbie Averill) - e5415b1
- added BlogMemberExtension definitions to lang subfolder (Rastislav Brandobur) - abe6015
- Add PHP7 + SS3.6 build to Travis configuration (Robbie Averill) - 16d684d
- Prevent user_error when querying object from Solr (Alexandre Saelens) - bd23bb2
- Updated license year (3Dgoo) - 277aa2d
- Adding .codecov.yml file (Daniel Hensby) - 0132a02
- MINOR: Add test to for blog tag urlsegment generation (Sam Minnee) - f5c2537
- FIX: Speed up tests by simplifying fixture (Sam Minnee) - 50d9281
- FIX: updated test suite to cover supported versions (Sam Minnee) - ff66ad7
- setShowCalendar is no longer a method (Andrew Foster) - d1eb591
- Fix reference to re-namespaced Versioned (Andrew Foster) - 3b45728
- FIX Add translation to some areas of BlogMemberExtension that were missing them (Rastislav Brandobur) - 2cd7db9
- Update UploadField to one that exists (Andrew Aitken-Fincham) - 1779fe1
- BlogMigrationTask missing title and description (Christopher Darling) - fef1462
- Update i18n nesting for ss4 (Andrew Aitken-Fincham) - 246e51f
- showcalendar config method change (Andrew Aitken-Fincham) - 141db8d
- FIX Use short class name for translation key, not fully qualified name (Robbie Averill) - 7362be4
- TEST Move coverage build to the start of the matrix, and only post coverage on success (Robbie Averill) - 8fa9207
- TEST Move coverage run to PHP 7.1 (for speed). Remove ocular in favour of codecov. Add default phpunit.xml with coverage whitelist. (Robbie Averill) - 2bb61dc
- FIX Update class imports, fix broken test, add missing multibyte logic back, fix condition for generating URLSegment (also missing) (Robbie Averill) - c004bad
- FIX Missed GridField import in BlogFilterGridField (Robbie Averill) - ea121e4
- Move BlogFilter_GridField to its own class (Robbie Averill) - 3da0581
- FIX Move upgrade mapping to root folder. Fixes blog classes not being resolved by upgrader. (Robbie Averill) - bb08242
- API Update Widget implementations in blog (Robbie Averill) - 5eb9ec8
- Implement Blog namespaces (Robbie Averill) - 98645af
- Add sidebar back as a separate tab. Fix tag and category routes (Robbie Averill) - 077929f
- FIX Validation of existing tags, duplicated GridField add button, formatting in categorisation, bootstrapify buttons (Robbie Averill) - c1cb857
- PSR-2 compat: Change Blog*_Controller to Blog*Controller (Robbie Averill) - 5f07a3c
- Update Travis and Scrutinizer configuration, add note to readme (Robbie Averill) - e263ba3
- TEMPORARY Disable the sidebar. @todo Fix it and put it back. (Robbie Averill) - 98410c7
- Move admin sidebar template to correct location (Robbie Averill) - df75c6c
- FIX Base pase constant BLOGGER_DIR (Robbie Averill) - 4e7e1b7
- FIX Duplicated state in gridfield (Robbie Averill) - c927d7e
- Remove old PHP $this casting (Robbie Averill) - cc17e81
- Remove file that popped up during rebasing (Robbie Averill) - de1b947
- FIX Path to author profile when blog is the homepage (Robbie Averill) - 83db670
- Update deprecated image manipulation calls (Robbie Averill) - f376b1c
- Move controllers to same namespace as their model (Robbie Averill) - 7189077
- Move blog layouts to namespaced folder location (Robbie Averill) - f35c604
- Add legacy class map for migrating ClassName in SiteTree (Robbie Averill) - 413e94e
- Fix controller names, removed Listbox methods, namespacing bugs, template locations (Robbie Averill) - 58e5ebb
- Fix some incorrect table/model namespace issues (Robbie Averill) - 72a9f04
- Move "code" to PSR-4 friendly "src" folders. Add namespacing. (Robbie Averill) - 13a5bad
- Add composer alias for 3.x and update requirements for SS4 (Robbie Averill) - 4313643
- FIX right sidebar was being forced to float left (micmania1) - 37e5d10
- Removed compass in favour of gulp (micmania1) - 1e602a0
- NEW Moved URLSegmentExtension, BlogTag and BlogCateogry shared functionality into a trait (micmania1) - f5974d8
- Upgraded to work with silverstripe 4.x (micmania1) - 2ae1457
- Updating master alias (Daniel Hensby) - b967860
- Updating composer alias (Daniel Hensby) - 3e298b7
2.4.5
2.4.4 - Casting fixes
2.4.3
2.4.2
- Update translations
2.4.1
- Added missing title attribute
- Format dates in Blog Posts gridfield based on user preferences
- FIX Ensure tag cloud widget does not break when there are zero tags
- FIX Success/error message overflow in cms
- FIX Prevent duplicate tags and categories
- FIX Prevent showing future blog posts before their publish date
- FIX Prevent the CMS Hijacking the return keypress in gridfieldaddbydbfield
- FIX minInnerWidth should begin with upper-case M
2.4.0
- Add BlogTagsCloudWidget
- Added code coverage and extra badges on the home page
- Changed blog page icon
- Change image field label back to “Featured Image”
- Rework documentation to have clear user guide and dev docs.
- Fix blog date filtering for additional database server types
- Tests now pass in Postgres on 3.1 and 3.2
- improved pagination for blog posts
2.3.0
2.2.0: Merge pull request #337 from scott1702/master
Add changelog for release