Skip to content

Commit

Permalink
Merge branch 'develop' into develop-v5
Browse files Browse the repository at this point in the history
# Conflicts:
#	CHANGELOG.md
#	composer.json
#	src/controllers/DefaultController.php
  • Loading branch information
janhenckens committed Feb 11, 2024
2 parents 9a8abee + 8363dcc commit 09035ba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 20 deletions.
2 changes: 1 addition & 1 deletion src/SplashingImages.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function(RegisterUrlRulesEvent $event) {
$event->rules['splashing-images/collections/<collection:\d+>'] = 'splashing-images/default/collection';
$event->rules['splashing-images/find'] = 'splashing-images/default/find';
$event->rules['splashing-images/search'] = 'splashing-images/default/search';
$event->rules['splashing-images/search/<query>/<page:\d+>'] = 'splashing-images/default/search';
$event->rules['splashing-images/search/<page:\d+>'] = 'splashing-images/default/search';
}
);

Expand Down
28 changes: 9 additions & 19 deletions src/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 09035ba

Please sign in to comment.