Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8.6.3 #92

Merged
merged 1 commit into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Stanford Migrate

8.6.3
--------------------------------------------------------------------------------
_Release Date: 2024-07-31_

- Updated Localist json for the latest version of migrate_plus (again).

8.6.2
--------------------------------------------------------------------------------
_Release Date: 2024-07-19_
Expand Down
2 changes: 1 addition & 1 deletion src/Plugin/migrate_plus/data_parser/LocalistJson.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class LocalistJson extends Json {
/**
* {@inheritDoc}
*/
protected function getSourceData(string $url, string|int $item_selector): array {
protected function getSourceData(string $url, string|int $item_selector = ''): array {
$source_data = [];
foreach (self::getPagedUrls($url) as $page_url) {
$source_data = [...$source_data, ...parent::getSourceData($page_url)];
Expand Down
2 changes: 1 addition & 1 deletion stanford_migrate.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: 'Adds more functionality to migrate and migrate plus modules'
type: module
core_version_requirement: ^10.3 || ^11
package: 'Stanford'
version: 8.6.2
version: 8.6.3
dependencies:
- drupal:migrate
- empty_fields:empty_fields
Expand Down
Loading