Plugin Directory

Changeset 2254781


Ignore:
Timestamp:
03/05/2020 02:23:23 AM (6 years ago)
Author:
hahncgdev
Message:

version 4.2.6 - Added more code for i18n conversion.

Location:
custom-post-donations/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • custom-post-donations/trunk/admin/edit-cpDonation.php

    r2122854 r2254781  
    162162                <td>
    163163                  <select name="cpDonationType" id="donation-type">
    164                     <option id="standard" value="1"<?php echo ($donationWidget->donationtype == 1) ? " selected='selected'" : "" ?>>Standard Donation</option>
    165                     <option id="fixed-additional" value="2"<?php echo ($donationWidget->donationtype == 2) ? " selected='selected'" : "" ?>>Fixed + Additional</option>
    166                     <option id="per-item" value="3"<?php echo ($donationWidget->donationtype == 3) ? " selected='selected'" : "" ?>>Per Item + Additional</option>
     164                    <option id="standard" value="1"<?php echo ($donationWidget->donationtype == 1) ? " selected='selected'" : "" ?>><?php _e('Standard Donation', 'custom-post-donations'); ?></option>
     165                    <option id="fixed-additional" value="2"<?php echo ($donationWidget->donationtype == 2) ? " selected='selected'" : "" ?>><?php _e('Fixed + Additional', 'custom-post-donations'); ?></option>
     166                    <option id="per-item" value="3"<?php echo ($donationWidget->donationtype == 3) ? " selected='selected'" : "" ?>><?php _e('Per Item + Additional', 'custom-post-donations'); ?></option>
    167167                  </select>
    168168                </td>
  • custom-post-donations/trunk/custom-post-donations.php

    r2122854 r2254781  
    55Description: This WordPress plugin will allow you to create unique customized PayPal donation widgets on WordPress posts or pages and accept donations. Creates custom PayPal donation widgets.
    66Author: HahnCreativeGroup
    7 Version: 4.2.5
     7Version: 4.2.6
    88Author URI: https://plugingarden.com/
    99*/
  • custom-post-donations/trunk/readme.txt

    r2228212 r2254781  
    66Tested up to: 5.3
    77Requires PHP: 5.6
    8 Stable tag: 4.2.5
     8Stable tag: 4.2.6
    99
    1010WordPress PayPal Plugin to easily accept payment in WordPress by adding a PayPal button to your website.  Add PayPal Buy Now and integrated forms for selling products and accepting donations.
     
    8282== Changelog ==
    8383
     84**4.2.6**
     85
     86* Added more code for i18n conversion.
     87
    8488**4.2.5**
    8589
Note: See TracChangeset for help on using the changeset viewer.