Plugin Directory

Changeset 3305162


Ignore:
Timestamp:
06/02/2025 04:33:32 PM (10 months ago)
Author:
aaextention
Message:

AA Simple Paypal Update

Location:
aa-paypal
Files:
29 added
3 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • aa-paypal/tags/1.0.1/readme.txt

    r3304405 r3305162  
    1414This 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.
    1515
     16
     17
    1618= Features =
    17 
    1819<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 &gt; 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>
    2830</ol>
    2931
    3032
     33
    3134= 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 &gt; 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>
    4144
    4245
    4346
    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 &gt; 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 &gt; AA PayPal Generator</strong>.</li>
     55</ol>
    5256
    5357
    54 == Screenshots ==
     58= Screenshots =
     59Coming Soon...
    5560
    56 1. Screenshot_1
     61== Changelog ==
    5762
    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  
    1414This 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.
    1515
     16
     17
    1618= Features =
    17 
    1819<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 &gt; 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>
    2830</ol>
    2931
    3032
     33
    3134= 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 &gt; 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>
    4144
    4245
    4346
    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 &gt; 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 &gt; AA PayPal Generator</strong>.</li>
     55</ol>
    5256
    5357
    54 == Screenshots ==
     58= Screenshots =
     591. Screenshot_1.png
    5560
    56 1. Screenshot_1
     61== Changelog ==
    5762
    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.