Changelog.
- Added saving event id.
- Notification message include entry page link.
- Added entry page url attributes to EntryDetail.
- Error handling of remove namespace from xml string.
- Changed entry page to aborted 404 when xml file doesn't found.
Version 0.5.1 (Pre-Release, hotfix) - 2018-08-15
- Fix insert duplicate error for entry details.
Version 0.5 (Pre-Release) - 2018-08-15
- Added notification to social account.
- Supported LINE Login.
- Added MariaDB driver for json column.
- Modifiable database prefix.
- Supported multiline headline.
- Fixed full text of headline can't be saved.
- Fixed don't save feed_uuid when new feed recoed.
Version 0.4.4 (Pre-Release, hotfix) - 2018-07-08
- Fixed incorrect variable name.
Version 0.4.3 (Pre-Release) - 2018-07-08
- Added
entry.ippanho
template.
- Feed primary key
id
->uuid
. - Deleted
feeds.id
column.
- Fixed entry
parsed_headline
. - Fixed breaking design for observatory page.
Version 0.4.2 (Pre-Release) - 2018-07-02
- Supported gzip for entry xml file.
- Added entry directory to git repository.
- Replaced blade foreach to vue list of type/kind/observatory list.
- Added
shallow = true
to submodules. - Replaced
\Storage::get('entry/$uuid')
and\Storage::put('entry/$uuid', $xmlDoc)
to mutator. - Changed logout button to form submit button from JavaScript's click event.
- Fixed kind name of config/jmaxml.kinds
指定河川洪水予報
.
Version 0.4.1 (Pre-Release, hotfix) - 2018-06-23
- Fixed undefined variable when running migrate.
Version 0.4 (Pre-Release) - 2018-06-23
- Entries list to index page.
- Entry page & kinds template.
- Entries filter.
- EntryDetails table. #1
- Google Maps JavaScript API key.
Version 0.3.x or earlier
Version 0.3 (Pre-Release) - 2018-06-03
- Supported Social login.
- Added feature test.
- Added sample data to test directory.
- Laravel version upgrade 5.5 -> 5.6.
- Bootstrap version upgrade 3.x -> 4.x.
- Renamed PubSubHubbub to WebSub.
- Renamed model namespace App\Model to App\Eloquents\Model.
- Save entry url's xml.
- Added relation for Entry and Feed.
- Rate limit for websub endpoint.
Version 0.2.2 (Pre-Release, hotfix) - 2017-10-23
- Changed
$entries->feed_uuid = $uuid
to$entries->feed_uuid = $uuid[2]
.
Version 0.2.1 (Pre-Release, hotfix) - 2017-10-23
- Removed
array_push($entriesUUID, $entryUUID);
.
Version 0.2 (Pre-Release) - 2017-10-23
- Modifiable timezone and locale.
- Entries column of feeds table.
Version 0.1 (Pre-Release) - 2017-10-15
Initial release.
- Subscribe check.
- Save received feed.