Plugin Directory

Changeset 3454161


Ignore:
Timestamp:
02/04/2026 10:33:14 PM (8 weeks ago)
Author:
naa986
Message:

.v1.0.45 commit

Location:
checkout-for-paypal/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • checkout-for-paypal/trunk/checkout-for-paypal-order.php

    r3289497 r3454161  
    4141        'labels' => $labels,
    4242        'public' => false,
     43        'menu_icon' => 'dashicons-cart',
    4344        'exclude_from_search' => true,
    4445    'publicly_queryable' => false,
  • checkout-for-paypal/trunk/checkout-for-paypal.php

    r3341331 r3454161  
    22/*
    33  Plugin Name: Checkout for PayPal
    4   Version: 1.0.44
     4  Version: 1.0.45
    55  Plugin URI: https://noorsplugin.com/checkout-for-paypal-wordpress-plugin/ 
    66  Author: naa986
     
    1919    class CHECKOUT_FOR_PAYPAL {
    2020
    21         var $plugin_version = '1.0.44';
     21        var $plugin_version = '1.0.45';
    2222        var $db_version = '1.0.3';
    2323        var $plugin_url;
  • checkout-for-paypal/trunk/readme.txt

    r3411717 r3454161  
    22Contributors: naa986
    33Donate link: https://noorsplugin.com/
    4 Tags: paypal, button, elementor, payments, ecommerce
     4Tags: paypal
    55Requires at least: 5.5
    66Tested up to: 6.9
    7 Stable tag: 1.0.44
     7Stable tag: 1.0.45
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1616
    1717This 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/)
    1825
    1926=== Features ===
     
    4552* Click **Publish**.
    4653
    47 https://www.youtube.com/watch?v=b1Cg0w6X6XE&rel=0
    48 
    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 
    5654= Documentation =
    5755
     
    9997== Changelog ==
    10098
     99= 1.0.45 =
     100* Changed order menu icon.
     101
    101102= 1.0.44 =
    102103* Improvements to code.
Note: See TracChangeset for help on using the changeset viewer.