Plugin Directory

Changeset 2245907


Ignore:
Timestamp:
02/17/2020 11:19:55 PM (6 years ago)
Author:
airesvsg
Message:

3.2.0

Location:
acf-to-rest-api
Files:
55 added
1 deleted
5 edited

Legend:

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

    r1752896 r2245907  
    55 * Author: Aires Gonçalves
    66 * Author URI: http://github.com/airesvsg
    7  * Version: 3.1.0
     7 * Version: 3.2.0
    88 * Plugin URI: http://github.com/airesvsg/acf-to-rest-api
    99 */
     
    1717    class ACF_To_REST_API {
    1818
    19         const VERSION = '3.1.0';
     19        const VERSION = '3.2.0';
    2020
    2121        private static $old_request_version     = 2;
     
    4949            if ( self::is_plugin_active( 'all' ) ) {
    5050                if ( is_admin() ) {
    51                     require_once dirname( __FILE__ ) . '/shared/lib/class-acf-to-rest-api-settings.php';
     51                    require_once dirname( __FILE__ ) . '/shared/includes/admin/classes/class-acf-to-rest-api-settings.php';
     52                    require_once dirname( __FILE__ ) . '/shared/includes/admin/classes/class-acf-to-rest-api-donation.php';
    5253                }
    5354                self::instance()->includes();
     
    7778                add_action( 'admin_notices', array( __CLASS__, 'missing_notice' ) );
    7879            }
    79 
    8080        }
    8181
  • acf-to-rest-api/trunk/composer.json

    r1752896 r2245907  
    33  "description": "Exposes Advanced Custom Fields Endpoints in the WordPress REST API",
    44  "type": "wordpress-plugin",
    5   "version": "3.1.0",
     5  "version": "3.2.0",
    66  "keywords": ["wordpress", "wp", "rest-api", "acf", "wp-api", "json", "wordpres-plugin", "fields"],
    77  "homepage": "https://github.com/airesvsg/acf-to-rest-api",
    8   "license": "GPLv2.0+",
     8  "license": "GPL-2.0-only",
    99  "authors": [
    1010    {
  • acf-to-rest-api/trunk/readme.md

    r1752896 r2245907  
    1313- [Editing the Fields](#editing-the-fields)
    1414- [Examples](#examples)
     15- [Get ACF Fields Recursively ![new](http://airesgoncalves.com.br/screenshot/acf-to-rest-api/readme/new-v3.1.png)](#get-acf-fields-recursively)
    1516- [Cache](#cache)
    1617
     
    177178https://github.com/airesvsg/to-do-list-acf-to-rest-api
    178179
     180
     181Get ACF Fields Recursively![new](http://airesgoncalves.com.br/screenshot/acf-to-rest-api/readme/new-v3.1.png)
     182====
     183https://github.com/airesvsg/acf-to-rest-api-recursive
     184
     185More details:
     186
     187- Issues
     188  - https://github.com/airesvsg/acf-to-rest-api/issues/109
     189  - https://github.com/airesvsg/acf-to-rest-api/issues/223
     190  - https://github.com/airesvsg/acf-to-rest-api/issues/9
     191
     192- Pull Request
     193  - https://github.com/airesvsg/acf-to-rest-api/pull/95
     194
    179195Cache
    180196====
  • acf-to-rest-api/trunk/readme.txt

    r1780442 r2245907  
    11=== ACF to REST API ===
    22Contributors: airesvsg
    3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=airesvsg%40gmail%2ecom&lc=BR&item_name=Aires%20Goncalves&no_note=0&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest
     3Donate link: 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
    44Tags: acf, api, rest, wp-api, wp-rest-api, json, wp, wordpress, wp-rest-api, wordpress-rest-api
    55Requires at least: 4.6
    6 Tested up to: 4.9.1
    7 Stable tag: 3.1.0
     6Tested up to: 5.3.2
     7Stable tag: 3.2.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1414Exposes [Advanced Custom Fields](https://wordpress.org/plugins/advanced-custom-fields/) Endpoints in the [WordPress REST API](https://developer.wordpress.org/rest-api/)
    1515
    16 **See details on GitHub:** http://github.com/airesvsg/acf-to-rest-api
     16**See details on GitHub:** [https://github.com/airesvsg/acf-to-rest-api/](https://github.com/airesvsg/acf-to-rest-api/)
    1717
    1818== Installation ==
     
    2121
    2222== Changelog ==
     23
     24= 3.2.0 =
     25moving class-acf-to-rest-api-settings.php to shared/include/admin/classes
     26adding donation notice
     27update tested up
    2328
    2429= 3.1.0 =
  • acf-to-rest-api/trunk/shared/includes/admin/views/html-settings-field.php

    r1752896 r2245907  
    88
    99<div id="acf-to-rest-api-settings">
    10     <code><?php echo esc_url( site_url( 'wp-json/acf/' ) ); ?></code>
     10    <code><?php echo esc_url( home_url( 'wp-json/acf/' ) ); ?></code>
    1111    <select name="acf_to_rest_api_settings[request_version]">
    1212        <option value="2"<?php selected( 2, $request_version ); ?>>v2</option>
    1313        <option value="3"<?php selected( 3, $request_version ); ?>>v3</option>
    1414    </select>
    15     <p><a href="<?php echo esc_url( self::$donation_url ); ?>" target="_blank"><?php esc_html_e( 'Click here', 'acf-to-rest-api' ); ?></a> <?php esc_html_e( 'to make a donation and help to improve the plugin.', 'acf-to-rest-api' ); ?></p>
     15    <p><a href="<?php echo esc_url( ACF_To_REST_API_Donation::DONATION_URL ); ?>" target="_blank" class="acf-to-rest-api-donation-button"><span class="dashicons dashicons-heart"></span>  <?php esc_html_e( 'Make a donation', 'acf-to-rest-api' ); ?></a> <?php esc_html_e( 'and help to improve the ACF to REST-API plugin.', 'acf-to-rest-api' ); ?></p>
    1616</div>
Note: See TracChangeset for help on using the changeset viewer.