Skip to content
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
1 change: 1 addition & 0 deletions user/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
'jty711',/* CG */
'cpg381',/* SC */
'xpn146',/* WG */
'rsn327',/* PD */
),
'editor' => array(
'ckg289',/* SS */
Expand Down
2 changes: 1 addition & 1 deletion user/plugins/seans-qrcode/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "QR Code plugin for YOURLS",
"require": {
"php": "^8.0",
"chillerlan/php-qrcode": "^4.4.0 || ^5.0.3",
"chillerlan/php-qrcode": "^4.4.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version 5 was not compatible with the QR code plugin. All QR images were the same with version 5. Moving back to 4.4.2 made QR images work again.

"ext-mbstring": "*",
"ext-gd": "*"
}
Expand Down
46 changes: 15 additions & 31 deletions user/plugins/seans-qrcode/composer.lock

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