Changeset 2405721
- Timestamp:
- 10/24/2020 02:33:29 AM (5 years ago)
- Location:
- acf-to-rest-api/trunk
- Files:
-
- 4 edited
-
class-acf-to-rest-api.php (modified) (2 diffs)
-
composer.json (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
shared/includes/admin/classes/class-acf-to-rest-api-donation.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
acf-to-rest-api/trunk/class-acf-to-rest-api.php
r2330886 r2405721 5 5 * Author: Aires Gonçalves 6 6 * Author URI: http://github.com/airesvsg 7 * Version: 3.3. 17 * Version: 3.3.2 8 8 * Plugin URI: http://github.com/airesvsg/acf-to-rest-api 9 9 */ … … 17 17 class ACF_To_REST_API { 18 18 19 const VERSION = '3.3. 1';19 const VERSION = '3.3.2'; 20 20 21 21 private static $old_request_version = 2; -
acf-to-rest-api/trunk/composer.json
r2330886 r2405721 3 3 "description": "Exposes Advanced Custom Fields Endpoints in the WordPress REST API", 4 4 "type": "wordpress-plugin", 5 "version": "3.3. 1",5 "version": "3.3.2", 6 6 "keywords": ["wordpress", "wp", "rest-api", "acf", "wp-api", "json", "wordpres-plugin", "fields"], 7 7 "homepage": "https://github.com/airesvsg/acf-to-rest-api", -
acf-to-rest-api/trunk/readme.txt
r2330886 r2405721 5 5 Requires at least: 4.6 6 6 Tested up to: 5.4.2 7 Stable tag: 3.3. 17 Stable tag: 3.3.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 21 21 22 22 == Changelog == 23 24 = 3.3.2 = 25 updating donation link 23 26 24 27 = 3.3.1 = -
acf-to-rest-api/trunk/shared/includes/admin/classes/class-acf-to-rest-api-donation.php
r2245907 r2405721 9 9 class ACF_To_REST_API_Donation { 10 10 11 const DONATION_URL = 'https://www.paypal.com/ cgi-bin/webscr?cmd=_donations&business=E5M7HDWNPFVF4&lc=BR&item_name=Aires%20Goncalves&no_note=0¤cy_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'; 12 12 13 13 private static $version_meta = 'acf_to_rest_api_donation_version';
Note: See TracChangeset
for help on using the changeset viewer.