Changeset 3305162
- Timestamp:
- 06/02/2025 04:33:32 PM (10 months ago)
- Location:
- aa-paypal
- Files:
-
- 29 added
- 3 deleted
- 3 edited
-
assets/banner-772x250.png (modified) (previous)
-
assets/icon-128x128.png (deleted)
-
assets/icon-256x256.png (added)
-
tags/1.0.1/aa-simple-paypal.php (added)
-
tags/1.0.1/aapaypal.php (deleted)
-
tags/1.0.1/admin (added)
-
tags/1.0.1/admin/aa-spaypal-admin.php (added)
-
tags/1.0.1/admin/css (added)
-
tags/1.0.1/admin/css/admin.css (added)
-
tags/1.0.1/admin/js (added)
-
tags/1.0.1/admin/js/admin.js (added)
-
tags/1.0.1/assets (added)
-
tags/1.0.1/assets/css (added)
-
tags/1.0.1/assets/css/aa-spaypal.css (added)
-
tags/1.0.1/assets/js (added)
-
tags/1.0.1/includes (added)
-
tags/1.0.1/includes/aa-spaypal-functions.php (added)
-
tags/1.0.1/includes/aa-spaypal-shortcode.php (added)
-
tags/1.0.1/readme.txt (modified) (1 diff)
-
trunk/aa-simple-paypal.php (added)
-
trunk/aapaypal.php (deleted)
-
trunk/admin (added)
-
trunk/admin/aa-spaypal-admin.php (added)
-
trunk/admin/css (added)
-
trunk/admin/css/admin.css (added)
-
trunk/admin/js (added)
-
trunk/admin/js/admin.js (added)
-
trunk/assets (added)
-
trunk/assets/css (added)
-
trunk/assets/css/aa-spaypal.css (added)
-
trunk/assets/js (added)
-
trunk/includes (added)
-
trunk/includes/aa-spaypal-functions.php (added)
-
trunk/includes/aa-spaypal-shortcode.php (added)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
aa-paypal/tags/1.0.1/readme.txt
r3304405 r3305162 14 14 This plugin is created to ensure your payment in paypal. It is very easy to use. Just use this shortcode to show your paypal button in anywhere in website. 15 15 16 17 16 18 = Features = 17 18 19 <ol> 19 <li>Generate PayPal payment buttons using a shortcode.</li> 20 <li>Supports both Live and Sandbox (Test) PayPal environments with a toggle option.</li> 21 <li>Allows one-time payments and subscription (recurring payment) support.</li> 22 <li>Includes shipping cost option for payment forms.</li> 23 <li>Customizable payment button styling via CSS classes.</li> 24 <li>Supports specifying quantity, custom fields, return and cancel URLs in the payment form.</li> 25 <li>Admin panel shortcode generator under <strong>Settings > PayPal Button</strong> for easy shortcode creation without manual coding.</li> 26 <li>Validates and sanitizes user inputs to ensure security and data integrity.</li> 27 <li>Lightweight and minimal dependencies to keep site performance optimal.</li> 20 <li>Multiple PayPal button types: Buy Now, Donate, Subscribe</li> 21 <li>Choose button styles: Classic, Elegant, or Custom image</li> 22 <li>Fully responsive PayPal buttons for all devices</li> 23 <li>Sandbox mode toggle for testing payments</li> 24 <li>Customizable button text, amount, currency, and quantity</li> 25 <li>Easy shortcode generator with live preview in WordPress admin</li> 26 <li>Supports custom CSS classes for button styling</li> 27 <li>Options to set return and cancel URLs after payment</li> 28 <li>Secure input sanitization and nonce verification in admin</li> 29 <li>Lightweight and minimal dependencies (no jQuery)</li> 28 30 </ol> 29 31 30 32 33 31 34 = How to use it = 32 33 Go to Settings > PayPal Button in WP Admin to generate the shortcode easily. <br />34 35 Use this shortcode <br />36 37 [aapaypal email="sandbox@example.com" item_name="Test Product" amount="10" sandbox="yes"] <br />38 39 [aapaypal email="live@example.com" item_name="Pro Membership" amount="49.99" sandbox="no"] 40 35 <ol> 36 <li>Install and activate the AA Simple PayPal plugin in your WordPress site.</li> 37 <li>Go to <strong>Settings > AA PayPal Generator</strong> in the WordPress admin dashboard.</li> 38 <li>Fill in the required fields like PayPal Email, Item Name, Amount, and select the Button Type and Style.</li> 39 <li>Customize optional settings such as Sandbox Mode, Return URL, Cancel URL, and CSS Class if needed.</li> 40 <li>Click the <strong>Generate Shortcode</strong> button to create the PayPal button shortcode.</li> 41 <li>Copy the generated shortcode and paste it into any post, page, or widget where you want the button to appear.</li> 42 <li>Save and view your page — your customized PayPal button will be displayed and ready for payment!</li> 43 </ol> 41 44 42 45 43 46 44 = Version = 45 46 1.0.1 47 48 == Installation == 49 50 1. Install as regular WordPress plugin.<br /> 51 2. Go your plugin setting via WordPress Dashboard and find "<strong>AA Simple Paypal</strong>" activate it.<br /> 47 = Installation = 48 <ol> 49 <li>Download the AA Simple PayPal plugin ZIP file.</li> 50 <li>Log in to your WordPress admin dashboard.</li> 51 <li>Go to <strong>Plugins > Add New</strong> and click <strong>Upload Plugin</strong>.</li> 52 <li>Select the downloaded ZIP file and click <strong>Install Now</strong>.</li> 53 <li>After installation, click <strong>Activate Plugin</strong>.</li> 54 <li>Access the PayPal button generator under <strong>Settings > AA PayPal Generator</strong>.</li> 55 </ol> 52 56 53 57 54 == Screenshots == 58 = Screenshots = 59 Coming Soon... 55 60 56 1. Screenshot_1 61 == Changelog == 57 62 58 63 <ol> 64 <li><strong>Version 1.0.1</strong> (2025-06-02) 65 <ol type="a"> 66 <li>Version 1.0.1 - Initial release with basic Buy Now PayPal button support.</li> 67 <li>Added Donate and Subscribe button types.</li> 68 <li>Introduced multiple button styles: Classic, Elegant, and Custom.</li> 69 <li>Added shortcode generator in admin panel with live preview.</li> 70 <li>Improved responsiveness and removed jQuery dependency.</li> 71 <li>Enhanced security with nonce verification and input sanitization.</li> 72 <li>Added options for sandbox mode, return and cancel URLs.</li> 73 <li>Enabled custom CSS classes and better UI in admin.</li> 74 </ol> 75 </li> 76 </ol> -
aa-paypal/trunk/readme.txt
r3304405 r3305162 14 14 This plugin is created to ensure your payment in paypal. It is very easy to use. Just use this shortcode to show your paypal button in anywhere in website. 15 15 16 17 16 18 = Features = 17 18 19 <ol> 19 <li>Generate PayPal payment buttons using a shortcode.</li> 20 <li>Supports both Live and Sandbox (Test) PayPal environments with a toggle option.</li> 21 <li>Allows one-time payments and subscription (recurring payment) support.</li> 22 <li>Includes shipping cost option for payment forms.</li> 23 <li>Customizable payment button styling via CSS classes.</li> 24 <li>Supports specifying quantity, custom fields, return and cancel URLs in the payment form.</li> 25 <li>Admin panel shortcode generator under <strong>Settings > PayPal Button</strong> for easy shortcode creation without manual coding.</li> 26 <li>Validates and sanitizes user inputs to ensure security and data integrity.</li> 27 <li>Lightweight and minimal dependencies to keep site performance optimal.</li> 20 <li>Multiple PayPal button types: Buy Now, Donate, Subscribe</li> 21 <li>Choose button styles: Classic, Elegant, or Custom image</li> 22 <li>Fully responsive PayPal buttons for all devices</li> 23 <li>Sandbox mode toggle for testing payments</li> 24 <li>Customizable button text, amount, currency, and quantity</li> 25 <li>Easy shortcode generator with live preview in WordPress admin</li> 26 <li>Supports custom CSS classes for button styling</li> 27 <li>Options to set return and cancel URLs after payment</li> 28 <li>Secure input sanitization and nonce verification in admin</li> 29 <li>Lightweight and minimal dependencies (no jQuery)</li> 28 30 </ol> 29 31 30 32 33 31 34 = How to use it = 32 33 Go to Settings > PayPal Button in WP Admin to generate the shortcode easily. <br />34 35 Use this shortcode <br />36 37 [aapaypal email="sandbox@example.com" item_name="Test Product" amount="10" sandbox="yes"] <br />38 39 [aapaypal email="live@example.com" item_name="Pro Membership" amount="49.99" sandbox="no"] 40 35 <ol> 36 <li>Install and activate the AA Simple PayPal plugin in your WordPress site.</li> 37 <li>Go to <strong>Settings > AA PayPal Generator</strong> in the WordPress admin dashboard.</li> 38 <li>Fill in the required fields like PayPal Email, Item Name, Amount, and select the Button Type and Style.</li> 39 <li>Customize optional settings such as Sandbox Mode, Return URL, Cancel URL, and CSS Class if needed.</li> 40 <li>Click the <strong>Generate Shortcode</strong> button to create the PayPal button shortcode.</li> 41 <li>Copy the generated shortcode and paste it into any post, page, or widget where you want the button to appear.</li> 42 <li>Save and view your page — your customized PayPal button will be displayed and ready for payment!</li> 43 </ol> 41 44 42 45 43 46 44 = Version = 45 46 1.0.1 47 48 == Installation == 49 50 1. Install as regular WordPress plugin.<br /> 51 2. Go your plugin setting via WordPress Dashboard and find "<strong>AA Simple Paypal</strong>" activate it.<br /> 47 = Installation = 48 <ol> 49 <li>Download the AA Simple PayPal plugin ZIP file.</li> 50 <li>Log in to your WordPress admin dashboard.</li> 51 <li>Go to <strong>Plugins > Add New</strong> and click <strong>Upload Plugin</strong>.</li> 52 <li>Select the downloaded ZIP file and click <strong>Install Now</strong>.</li> 53 <li>After installation, click <strong>Activate Plugin</strong>.</li> 54 <li>Access the PayPal button generator under <strong>Settings > AA PayPal Generator</strong>.</li> 55 </ol> 52 56 53 57 54 == Screenshots == 58 = Screenshots = 59 1. Screenshot_1.png 55 60 56 1. Screenshot_1 61 == Changelog == 57 62 58 63 <ol> 64 <li><strong>Version 1.0.1</strong> (2025-06-02) 65 <ol type="a"> 66 <li>Version 1.0.1 - Initial release with basic Buy Now PayPal button support.</li> 67 <li>Added Donate and Subscribe button types.</li> 68 <li>Introduced multiple button styles: Classic, Elegant, and Custom.</li> 69 <li>Added shortcode generator in admin panel with live preview.</li> 70 <li>Improved responsiveness and removed jQuery dependency.</li> 71 <li>Enhanced security with nonce verification and input sanitization.</li> 72 <li>Added options for sandbox mode, return and cancel URLs.</li> 73 <li>Enabled custom CSS classes and better UI in admin.</li> 74 </ol> 75 </li> 76 </ol>
Note: See TracChangeset
for help on using the changeset viewer.