-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
66 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# | ||
# Exclude files from exporting | ||
# | ||
|
||
/.gitattributes export-ignore | ||
/.github export-ignore | ||
/.gitignore export-ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,28 @@ | ||
1.0.0: | ||
v1.0.0: | ||
- "First version of RssFetcher" | ||
- 20180718_0001_create_sources_table.php | ||
- 20180718_0002_create_items_table.php | ||
- 20180718_0003_seed_feeds_table.php | ||
- 20180718_0004_seed_sources_table.php | ||
1.0.1: "Add correct controller permissions" | ||
1.0.2: | ||
v1.0.1: "Add correct controller permissions" | ||
v1.0.2: | ||
- "Move publish_new_items to Sources table" | ||
- 20181012_0005_move_publish_new_items_to_sources_table.php | ||
1.0.3: "Fix SQL error with `enclosure_length` attribute" | ||
1.0.4: "Code optimizations" | ||
1.0.5: "Escape output to prevent XSS injections" | ||
1.1.0: "Code improvements (>= PHP 7.1)" | ||
1.2.0: | ||
v1.0.3: "Fix SQL error with `enclosure_length` attribute" | ||
v1.0.4: "Code optimizations" | ||
v1.0.5: "Escape output to prevent XSS injections" | ||
v1.1.0: "Code improvements (>= PHP 7.1)" | ||
v1.2.0: | ||
- "Improve item saving" | ||
- 20200206_0006_remove_unique_constraint_from_items.php | ||
2.0.0: | ||
v2.0.0: | ||
- "Replace Zend Framework with Laminas and added events" | ||
2.1.0: "Fix Author parsing for Atom/RSS feeds" | ||
2.2.0: Update plugin dependencies (minimum required PHP version 7.3) | ||
2.2.1: "Fix error when performing a migration rollback" | ||
3.0.0: Drop support for PHP 7.3 (minimum required PHP version 7.4) | ||
3.0.1: "Fix type in Sources component (Sources::$sources)" | ||
3.0.2: "Fix type in Items component (Items::$items)" | ||
3.0.3: "Replace the use of Event facade with Event dispatcher" | ||
3.0.4: "Update CHANGELOG.md and fix v3.0.0 description" | ||
v2.1.0: "Fix Author parsing for Atom/RSS feeds" | ||
v2.2.0: Update plugin dependencies (minimum required PHP version 7.3) | ||
v2.2.1: "Fix error when performing a migration rollback" | ||
v3.0.0: Drop support for PHP 7.3 (minimum required PHP version 7.4) | ||
v3.0.1: "Fix type in Sources component (Sources::$sources)" | ||
v3.0.2: "Fix type in Items component (Items::$items)" | ||
v3.0.3: "Replace the use of Event facade with Event dispatcher" | ||
v3.0.4: "Update CHANGELOG.md and fix v3.0.0 description" | ||
v3.1.0: "Maintenance update -- see CHANGELOG.md" |