Plugin Directory

Changeset 2405721


Ignore:
Timestamp:
10/24/2020 02:33:29 AM (5 years ago)
Author:
airesvsg
Message:

updating donation link

Location:
acf-to-rest-api/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • acf-to-rest-api/trunk/class-acf-to-rest-api.php

    r2330886 r2405721  
    55 * Author: Aires Gonçalves
    66 * Author URI: http://github.com/airesvsg
    7  * Version: 3.3.1
     7 * Version: 3.3.2
    88 * Plugin URI: http://github.com/airesvsg/acf-to-rest-api
    99 */
     
    1717    class ACF_To_REST_API {
    1818
    19         const VERSION = '3.3.1';
     19        const VERSION = '3.3.2';
    2020
    2121        private static $old_request_version     = 2;
  • acf-to-rest-api/trunk/composer.json

    r2330886 r2405721  
    33  "description": "Exposes Advanced Custom Fields Endpoints in the WordPress REST API",
    44  "type": "wordpress-plugin",
    5   "version": "3.3.1",
     5  "version": "3.3.2",
    66  "keywords": ["wordpress", "wp", "rest-api", "acf", "wp-api", "json", "wordpres-plugin", "fields"],
    77  "homepage": "https://github.com/airesvsg/acf-to-rest-api",
  • acf-to-rest-api/trunk/readme.txt

    r2330886 r2405721  
    55Requires at least: 4.6
    66Tested up to: 5.4.2
    7 Stable tag: 3.3.1
     7Stable tag: 3.3.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2121
    2222== Changelog ==
     23
     24= 3.3.2 =
     25updating donation link
    2326
    2427= 3.3.1 =
  • acf-to-rest-api/trunk/shared/includes/admin/classes/class-acf-to-rest-api-donation.php

    r2245907 r2405721  
    99    class ACF_To_REST_API_Donation {
    1010
    11         const DONATION_URL = 'https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=E5M7HDWNPFVF4&lc=BR&item_name=Aires%20Goncalves&no_note=0&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest';
     11        const DONATION_URL = 'https://www.paypal.com/donate?hosted_button_id=P4DVDKW4ZV7GE&source=url';
    1212
    1313        private static $version_meta = 'acf_to_rest_api_donation_version';
Note: See TracChangeset for help on using the changeset viewer.