Changeset 3454161
- Timestamp:
- 02/04/2026 10:33:14 PM (8 weeks ago)
- Location:
- checkout-for-paypal/trunk
- Files:
-
- 3 edited
-
checkout-for-paypal-order.php (modified) (1 diff)
-
checkout-for-paypal.php (modified) (2 diffs)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
checkout-for-paypal/trunk/checkout-for-paypal-order.php
r3289497 r3454161 41 41 'labels' => $labels, 42 42 'public' => false, 43 'menu_icon' => 'dashicons-cart', 43 44 'exclude_from_search' => true, 44 45 'publicly_queryable' => false, -
checkout-for-paypal/trunk/checkout-for-paypal.php
r3341331 r3454161 2 2 /* 3 3 Plugin Name: Checkout for PayPal 4 Version: 1.0.4 44 Version: 1.0.45 5 5 Plugin URI: https://noorsplugin.com/checkout-for-paypal-wordpress-plugin/ 6 6 Author: naa986 … … 19 19 class CHECKOUT_FOR_PAYPAL { 20 20 21 var $plugin_version = '1.0.4 4';21 var $plugin_version = '1.0.45'; 22 22 var $db_version = '1.0.3'; 23 23 var $plugin_url; -
checkout-for-paypal/trunk/readme.txt
r3411717 r3454161 2 2 Contributors: naa986 3 3 Donate link: https://noorsplugin.com/ 4 Tags: paypal , button, elementor, payments, ecommerce4 Tags: paypal 5 5 Requires at least: 5.5 6 6 Tested up to: 6.9 7 Stable tag: 1.0.4 47 Stable tag: 1.0.45 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 16 16 17 17 This plugin is perfect for eCommerce stores, donation pages, and product sales. You can even use it alongside e-commerce plugins like WooCommerce without conflicts. 18 19 === Checkout for PayPal Add-ons === 20 21 * [Variable Price](https://noorsplugin.com/how-to-add-a-price-field-to-a-paypal-button/) 22 * [Dynamic Buttons](https://noorsplugin.com/checkout-for-paypal-dynamic-buttons/) 23 * [Contact Form 7 Integration](https://noorsplugin.com/checkout-for-paypal-integration-with-contact-form-7/) 24 * [Order Export](https://noorsplugin.com/checkout-for-paypal-order-export/) 18 25 19 26 === Features === … … 45 52 * Click **Publish**. 46 53 47 https://www.youtube.com/watch?v=b1Cg0w6X6XE&rel=048 49 === Checkout for PayPal Add-ons ===50 51 * [Variable Price](https://noorsplugin.com/how-to-add-a-price-field-to-a-paypal-button/)52 * [Dynamic Buttons](https://noorsplugin.com/checkout-for-paypal-dynamic-buttons/)53 * [Contact Form 7 Integration](https://noorsplugin.com/checkout-for-paypal-integration-with-contact-form-7/)54 * [Order Export](https://noorsplugin.com/checkout-for-paypal-order-export/)55 56 54 = Documentation = 57 55 … … 99 97 == Changelog == 100 98 99 = 1.0.45 = 100 * Changed order menu icon. 101 101 102 = 1.0.44 = 102 103 * Improvements to code.
Note: See TracChangeset
for help on using the changeset viewer.