Changeset 3356208
- Timestamp:
- 09/04/2025 03:39:08 PM (7 months ago)
- Location:
- simple-upi-qr-code
- Files:
-
- 210 added
-
assets/banner-772x250.png (added)
-
assets/icon-128x128.png (added)
-
assets/icon-256x256.png (added)
-
assets/screenshot-1.png (added)
-
assets/screenshot-2.png (added)
-
tags/1.0.0 (added)
-
tags/1.0.0/composer.json (added)
-
tags/1.0.0/composer.lock (added)
-
tags/1.0.0/css (added)
-
tags/1.0.0/css/style.css (added)
-
tags/1.0.0/readme.txt (added)
-
tags/1.0.0/upi-donation-button.php (added)
-
tags/1.0.0/vendor (added)
-
tags/1.0.0/vendor/autoload.php (added)
-
tags/1.0.0/vendor/chillerlan (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/LICENSE-MIT (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/NOTICE (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/README.md (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/composer.json (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Common (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Common/BitBuffer.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Common/ECICharset.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Common/EccLevel.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Common/GDLuminanceSource.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Common/GF256.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Common/GenericGFPoly.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Common/IMagickLuminanceSource.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Common/LuminanceSourceAbstract.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Common/LuminanceSourceInterface.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Common/MaskPattern.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Common/Mode.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Common/Version.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Data (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Data/AlphaNum.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Data/Byte.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Data/ECI.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Data/Hanzi.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Data/Kanji.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Data/Number.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Data/QRCodeDataException.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Data/QRData.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Data/QRDataModeAbstract.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Data/QRDataModeInterface.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Data/QRMatrix.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Data/ReedSolomonEncoder.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Decoder (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Decoder/Binarizer.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Decoder/BitMatrix.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Decoder/Decoder.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Decoder/DecoderResult.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Decoder/QRCodeDecoderException.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Decoder/ReedSolomonDecoder.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Detector (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Detector/AlignmentPattern.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Detector/AlignmentPatternFinder.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Detector/Detector.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Detector/FinderPattern.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Detector/FinderPatternFinder.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Detector/GridSampler.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Detector/PerspectiveTransform.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Detector/QRCodeDetectorException.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Detector/ResultPoint.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Output (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Output/QRCodeOutputException.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Output/QREps.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Output/QRFpdf.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Output/QRGdImage.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Output/QRGdImageBMP.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Output/QRGdImageGIF.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Output/QRGdImageJPEG.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Output/QRGdImagePNG.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Output/QRGdImageWEBP.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Output/QRImage.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Output/QRImagick.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Output/QRMarkup.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Output/QRMarkupHTML.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Output/QRMarkupSVG.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Output/QROutputAbstract.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Output/QROutputInterface.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Output/QRString.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Output/QRStringJSON.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/Output/QRStringText.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/QRCode.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/QRCodeException.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/QROptions.php (added)
-
tags/1.0.0/vendor/chillerlan/php-qrcode/src/QROptionsTrait.php (added)
-
tags/1.0.0/vendor/chillerlan/php-settings-container (added)
-
tags/1.0.0/vendor/chillerlan/php-settings-container/LICENSE (added)
-
tags/1.0.0/vendor/chillerlan/php-settings-container/README.md (added)
-
tags/1.0.0/vendor/chillerlan/php-settings-container/composer.json (added)
-
tags/1.0.0/vendor/chillerlan/php-settings-container/rules-magic-access.neon (added)
-
tags/1.0.0/vendor/chillerlan/php-settings-container/src (added)
-
tags/1.0.0/vendor/chillerlan/php-settings-container/src/SettingsContainerAbstract.php (added)
-
tags/1.0.0/vendor/chillerlan/php-settings-container/src/SettingsContainerInterface.php (added)
-
tags/1.0.0/vendor/composer (added)
-
tags/1.0.0/vendor/composer/ClassLoader.php (added)
-
tags/1.0.0/vendor/composer/InstalledVersions.php (added)
-
tags/1.0.0/vendor/composer/LICENSE (added)
-
tags/1.0.0/vendor/composer/autoload_classmap.php (added)
-
tags/1.0.0/vendor/composer/autoload_namespaces.php (added)
-
tags/1.0.0/vendor/composer/autoload_psr4.php (added)
-
tags/1.0.0/vendor/composer/autoload_real.php (added)
-
tags/1.0.0/vendor/composer/autoload_static.php (added)
-
tags/1.0.0/vendor/composer/installed.json (added)
-
tags/1.0.0/vendor/composer/installed.php (added)
-
tags/1.0.0/vendor/composer/platform_check.php (added)
-
trunk/composer.json (added)
-
trunk/composer.lock (added)
-
trunk/css (added)
-
trunk/css/style.css (added)
-
trunk/readme.txt (added)
-
trunk/upi-donation-button.php (added)
-
trunk/vendor (added)
-
trunk/vendor/autoload.php (added)
-
trunk/vendor/chillerlan (added)
-
trunk/vendor/chillerlan/php-qrcode (added)
-
trunk/vendor/chillerlan/php-qrcode/LICENSE-MIT (added)
-
trunk/vendor/chillerlan/php-qrcode/NOTICE (added)
-
trunk/vendor/chillerlan/php-qrcode/README.md (added)
-
trunk/vendor/chillerlan/php-qrcode/composer.json (added)
-
trunk/vendor/chillerlan/php-qrcode/src (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Common (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Common/BitBuffer.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Common/ECICharset.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Common/EccLevel.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Common/GDLuminanceSource.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Common/GF256.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Common/GenericGFPoly.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Common/IMagickLuminanceSource.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Common/LuminanceSourceAbstract.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Common/LuminanceSourceInterface.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Common/MaskPattern.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Common/Mode.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Common/Version.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Data (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Data/AlphaNum.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Data/Byte.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Data/ECI.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Data/Hanzi.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Data/Kanji.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Data/Number.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Data/QRCodeDataException.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Data/QRData.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Data/QRDataModeAbstract.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Data/QRDataModeInterface.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Data/QRMatrix.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Data/ReedSolomonEncoder.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Decoder (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Decoder/Binarizer.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Decoder/BitMatrix.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Decoder/Decoder.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Decoder/DecoderResult.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Decoder/QRCodeDecoderException.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Decoder/ReedSolomonDecoder.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Detector (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Detector/AlignmentPattern.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Detector/AlignmentPatternFinder.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Detector/Detector.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Detector/FinderPattern.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Detector/FinderPatternFinder.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Detector/GridSampler.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Detector/PerspectiveTransform.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Detector/QRCodeDetectorException.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Detector/ResultPoint.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Output (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Output/QRCodeOutputException.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Output/QREps.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Output/QRFpdf.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Output/QRGdImage.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Output/QRGdImageBMP.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Output/QRGdImageGIF.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Output/QRGdImageJPEG.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Output/QRGdImagePNG.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Output/QRGdImageWEBP.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Output/QRImage.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Output/QRImagick.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Output/QRMarkup.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Output/QRMarkupHTML.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Output/QRMarkupSVG.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Output/QROutputAbstract.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Output/QROutputInterface.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Output/QRString.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Output/QRStringJSON.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/Output/QRStringText.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/QRCode.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/QRCodeException.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/QROptions.php (added)
-
trunk/vendor/chillerlan/php-qrcode/src/QROptionsTrait.php (added)
-
trunk/vendor/chillerlan/php-settings-container (added)
-
trunk/vendor/chillerlan/php-settings-container/LICENSE (added)
-
trunk/vendor/chillerlan/php-settings-container/README.md (added)
-
trunk/vendor/chillerlan/php-settings-container/composer.json (added)
-
trunk/vendor/chillerlan/php-settings-container/rules-magic-access.neon (added)
-
trunk/vendor/chillerlan/php-settings-container/src (added)
-
trunk/vendor/chillerlan/php-settings-container/src/SettingsContainerAbstract.php (added)
-
trunk/vendor/chillerlan/php-settings-container/src/SettingsContainerInterface.php (added)
-
trunk/vendor/composer (added)
-
trunk/vendor/composer/ClassLoader.php (added)
-
trunk/vendor/composer/InstalledVersions.php (added)
-
trunk/vendor/composer/LICENSE (added)
-
trunk/vendor/composer/autoload_classmap.php (added)
-
trunk/vendor/composer/autoload_namespaces.php (added)
-
trunk/vendor/composer/autoload_psr4.php (added)
-
trunk/vendor/composer/autoload_real.php (added)
-
trunk/vendor/composer/autoload_static.php (added)
-
trunk/vendor/composer/installed.json (added)
-
trunk/vendor/composer/installed.php (added)
-
trunk/vendor/composer/platform_check.php (added)
Note: See TracChangeset
for help on using the changeset viewer.