Changeset 3412951
- Timestamp:
- 12/06/2025 12:38:12 PM (4 months ago)
- Location:
- simple-upi-qr-code
- Files:
-
- 103 added
- 2 edited
-
tags/1.0.2 (added)
-
tags/1.0.2/composer.json (added)
-
tags/1.0.2/composer.lock (added)
-
tags/1.0.2/css (added)
-
tags/1.0.2/css/style.css (added)
-
tags/1.0.2/readme.txt (added)
-
tags/1.0.2/upi-donation-button.php (added)
-
tags/1.0.2/vendor (added)
-
tags/1.0.2/vendor/autoload.php (added)
-
tags/1.0.2/vendor/chillerlan (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/LICENSE-MIT (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/NOTICE (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/README.md (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/composer.json (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Common (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Common/BitBuffer.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Common/ECICharset.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Common/EccLevel.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Common/GDLuminanceSource.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Common/GF256.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Common/GenericGFPoly.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Common/IMagickLuminanceSource.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Common/LuminanceSourceAbstract.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Common/LuminanceSourceInterface.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Common/MaskPattern.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Common/Mode.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Common/Version.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Data (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Data/AlphaNum.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Data/Byte.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Data/ECI.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Data/Hanzi.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Data/Kanji.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Data/Number.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Data/QRCodeDataException.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Data/QRData.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Data/QRDataModeAbstract.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Data/QRDataModeInterface.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Data/QRMatrix.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Data/ReedSolomonEncoder.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Decoder (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Decoder/Binarizer.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Decoder/BitMatrix.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Decoder/Decoder.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Decoder/DecoderResult.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Decoder/QRCodeDecoderException.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Decoder/ReedSolomonDecoder.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Detector (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Detector/AlignmentPattern.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Detector/AlignmentPatternFinder.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Detector/Detector.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Detector/FinderPattern.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Detector/FinderPatternFinder.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Detector/GridSampler.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Detector/PerspectiveTransform.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Detector/QRCodeDetectorException.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Detector/ResultPoint.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Output (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Output/QRCodeOutputException.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Output/QREps.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Output/QRFpdf.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Output/QRGdImage.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Output/QRGdImageBMP.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Output/QRGdImageGIF.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Output/QRGdImageJPEG.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Output/QRGdImagePNG.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Output/QRGdImageWEBP.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Output/QRImage.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Output/QRImagick.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Output/QRMarkup.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Output/QRMarkupHTML.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Output/QRMarkupSVG.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Output/QROutputAbstract.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Output/QROutputInterface.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Output/QRString.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Output/QRStringJSON.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/Output/QRStringText.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/QRCode.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/QRCodeException.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/QROptions.php (added)
-
tags/1.0.2/vendor/chillerlan/php-qrcode/src/QROptionsTrait.php (added)
-
tags/1.0.2/vendor/chillerlan/php-settings-container (added)
-
tags/1.0.2/vendor/chillerlan/php-settings-container/LICENSE (added)
-
tags/1.0.2/vendor/chillerlan/php-settings-container/README.md (added)
-
tags/1.0.2/vendor/chillerlan/php-settings-container/composer.json (added)
-
tags/1.0.2/vendor/chillerlan/php-settings-container/rules-magic-access.neon (added)
-
tags/1.0.2/vendor/chillerlan/php-settings-container/src (added)
-
tags/1.0.2/vendor/chillerlan/php-settings-container/src/SettingsContainerAbstract.php (added)
-
tags/1.0.2/vendor/chillerlan/php-settings-container/src/SettingsContainerInterface.php (added)
-
tags/1.0.2/vendor/composer (added)
-
tags/1.0.2/vendor/composer/ClassLoader.php (added)
-
tags/1.0.2/vendor/composer/InstalledVersions.php (added)
-
tags/1.0.2/vendor/composer/LICENSE (added)
-
tags/1.0.2/vendor/composer/autoload_classmap.php (added)
-
tags/1.0.2/vendor/composer/autoload_namespaces.php (added)
-
tags/1.0.2/vendor/composer/autoload_psr4.php (added)
-
tags/1.0.2/vendor/composer/autoload_real.php (added)
-
tags/1.0.2/vendor/composer/autoload_static.php (added)
-
tags/1.0.2/vendor/composer/installed.json (added)
-
tags/1.0.2/vendor/composer/installed.php (added)
-
tags/1.0.2/vendor/composer/platform_check.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/upi-donation-button.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-upi-qr-code/trunk/readme.txt
r3369183 r3412951 3 3 Tags: upi, donation, qr, india 4 4 Requires at least: 5.0 5 Tested up to: 6. 86 Stable tag: 1.0. 15 Tested up to: 6.9 6 Stable tag: 1.0.2 7 7 Requires PHP: 7.2 8 8 License: GPLv2 or later … … 26 26 27 27 == Upgrade Notice == 28 = 1.0.1 = 29 * Added `dimension` parameter in shortcode to control QR code size. 30 * Added `text` parameter in shortcode to customize display text. 31 * Example usage: `[upi_donation id="yourname@upi" dimension="150" text="Support Us"]`. 28 = 1.0.2 = 29 * [Compatibility] – Tested OK with WordPress version 6.9. 32 30 33 31 == Changelog == 32 = 1.0.2 33 * [Compatibility] – Tested OK with WordPress version 6.9 34 34 35 = 1.0.1 = 35 36 * Added `dimension` parameter in shortcode to control QR code size (default: 180px) -
simple-upi-qr-code/trunk/upi-donation-button.php
r3369183 r3412951 6 6 * Plugin Name: Simple UPI QR Code 7 7 * Description: Add a UPI donation QR code with shortcode. Example: [upi_donation id="yourname@upi" name="Support Me" dimension="150" text="Scan to donate"]. 8 * Version: 1.0. 18 * Version: 1.0.2 9 9 * Author: DevAura 10 10 * License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.