Plugin Directory

Changeset 3322245


Ignore:
Timestamp:
07/04/2025 10:31:18 AM (9 months ago)
Author:
niaj
Message:

v@1.0.6

Location:
pay-what-you-want
Files:
249 added
3 edited

Legend:

Unmodified
Added
Removed
  • pay-what-you-want/trunk/inc/pay-what-you-want.php

    r3200996 r3322245  
    4242                ?>
    4343                <?php if ( 'enabled' == $pwyw_allow_own_price ) { ?>           
    44                 <input type="number" pattern="[0-9]+(\\.[0-9][0-9]?)?" min="<?php esc_html_e( $pwyw_min_price ); ?>" id="bw-own-price" class='my-price' value="" placeholder="My Price">
     44                <input type="number" step="0.01" pattern="[0-9]+(\.[0-9]{1,2})?" min="<?php esc_html_e( $pwyw_min_price ); ?>" id="bw-own-price" class='my-price' value="" placeholder="My Price">
    4545                <?php } ?>
    4646
  • pay-what-you-want/trunk/pay-what-you-want.php

    r3321832 r3322245  
    55 * Plugin URI:        https://betterwizard.com/product/pay-what-you-want/
    66 * Description:       A simple tool to add a variable payment option to your product so that people can buy your product with a given of sets of price.
    7  * Version:           1.0.5
     7 * Version:           1.0.6
    88 * Author:            Better Wizard
    99 * Author URI:        https://betterwizard.com/
     
    3535                'type'                => 'plugin',
    3636                'public_key'          => 'pk_525971f23b41b2c460ab4dbdb4e2c',
    37                 'is_premium'          => false,
     37                'is_premium'          => false, // if true, licensing option will be enabled
    3838                'premium_suffix'      => 'Pro',
    3939                'has_premium_version' => true,
  • pay-what-you-want/trunk/readme.txt

    r3321751 r3322245  
    77License:            GPL v2 or later
    88License URI:        https://www.gnu.org/licenses/gpl-2.0.html
    9 Stable tag:         1.0.5
     9Stable tag:         1.0.6
    1010
    1111== Description ==
     
    4747
    4848== Changelog ==
     49= 1.0.6 =
     50* Allowed decimal values as prices
     51
     52= 1.0.5 =
     53* Set the default minimum price from $5 to $0
     54* Allowed $0 payments
     55
     56= 1.0.4 =
     57* bug fixed
    4958
    5059= 1.0.3 =
Note: See TracChangeset for help on using the changeset viewer.