Skip to content

Commit

Permalink
changelog updated, composer&npm updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jcvignoli committed Apr 6, 2023
1 parent 505423c commit 1e35097
Show file tree
Hide file tree
Showing 6 changed files with 108 additions and 102 deletions.
78 changes: 41 additions & 37 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

v.3.9.15
* [bug] Moved function the check for empty $_GETs to __construct() in class/frontend/class-popup-search.php so no empty $_GETs for films are throwing errors
* [bug] Extra isset() check for $portrayedmovie in line 462 was throwing error if $portrayedmovie was null in class/frontend/class-popup-person.php

v.3.9.14
* [technical] Updated to IMDbPHP 8.1
Expand Down
4 changes: 2 additions & 2 deletions dist/vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => '669165c3f8d97b929ea31b97277b9b086649c671',
'reference' => '505423cc3022a407360fb548f799388e716b165c',
'name' => 'jcvignoli/lumiere-movies',
'dev' => true,
),
Expand All @@ -25,7 +25,7 @@
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => '669165c3f8d97b929ea31b97277b9b086649c671',
'reference' => '505423cc3022a407360fb548f799388e716b165c',
'dev_requirement' => false,
),
'monolog/monolog' => array(
Expand Down
Loading

0 comments on commit 1e35097

Please sign in to comment.