Changeset 3215425
- Timestamp:
- 12/31/2024 04:19:53 PM (12 months ago)
- Location:
- acf-to-rest-api
- Files:
-
- 46 added
- 6 edited
-
tags/3.3.4 (added)
-
tags/3.3.4/class-acf-to-rest-api.php (added)
-
tags/3.3.4/composer.json (added)
-
tags/3.3.4/languages (added)
-
tags/3.3.4/languages/pt_BR.mo (added)
-
tags/3.3.4/legacy (added)
-
tags/3.3.4/legacy/v2 (added)
-
tags/3.3.4/legacy/v2/class-acf-to-rest-api-v2.php (added)
-
tags/3.3.4/legacy/v2/lib (added)
-
tags/3.3.4/legacy/v2/lib/endpoints (added)
-
tags/3.3.4/legacy/v2/lib/endpoints/class-acf-to-rest-api-attachment-controller.php (added)
-
tags/3.3.4/legacy/v2/lib/endpoints/class-acf-to-rest-api-controller.php (added)
-
tags/3.3.4/legacy/v2/lib/endpoints/class-acf-to-rest-api-option-controller.php (added)
-
tags/3.3.4/legacy/v2/lib/endpoints/class-acf-to-rest-api-term-controller.php (added)
-
tags/3.3.4/readme.md (added)
-
tags/3.3.4/readme.txt (added)
-
tags/3.3.4/shared (added)
-
tags/3.3.4/shared/assets (added)
-
tags/3.3.4/shared/assets/css (added)
-
tags/3.3.4/shared/assets/css/acf-to-rest-api-donation.css (added)
-
tags/3.3.4/shared/assets/js (added)
-
tags/3.3.4/shared/assets/js/acf-to-rest-api-donation.js (added)
-
tags/3.3.4/shared/includes (added)
-
tags/3.3.4/shared/includes/admin (added)
-
tags/3.3.4/shared/includes/admin/classes (added)
-
tags/3.3.4/shared/includes/admin/classes/class-acf-to-rest-api-donation.php (added)
-
tags/3.3.4/shared/includes/admin/classes/class-acf-to-rest-api-settings.php (added)
-
tags/3.3.4/shared/includes/admin/views (added)
-
tags/3.3.4/shared/includes/admin/views/html-notice-donation.php (added)
-
tags/3.3.4/shared/includes/admin/views/html-notice-missing-acf.php (added)
-
tags/3.3.4/shared/includes/admin/views/html-notice-missing-rest-api.php (added)
-
tags/3.3.4/shared/includes/admin/views/html-settings-field.php (added)
-
tags/3.3.4/shared/includes/admin/views/html-settings-section.php (added)
-
tags/3.3.4/v3 (added)
-
tags/3.3.4/v3/class-acf-to-rest-api-v3.php (added)
-
tags/3.3.4/v3/lib (added)
-
tags/3.3.4/v3/lib/class-acf-to-rest-api-acf-api.php (added)
-
tags/3.3.4/v3/lib/class-acf-to-rest-api-acf-field-settings.php (added)
-
tags/3.3.4/v3/lib/endpoints (added)
-
tags/3.3.4/v3/lib/endpoints/class-acf-to-rest-api-attachments-controller.php (added)
-
tags/3.3.4/v3/lib/endpoints/class-acf-to-rest-api-comments-controller.php (added)
-
tags/3.3.4/v3/lib/endpoints/class-acf-to-rest-api-controller.php (added)
-
tags/3.3.4/v3/lib/endpoints/class-acf-to-rest-api-options-controller.php (added)
-
tags/3.3.4/v3/lib/endpoints/class-acf-to-rest-api-posts-controller.php (added)
-
tags/3.3.4/v3/lib/endpoints/class-acf-to-rest-api-terms-controller.php (added)
-
tags/3.3.4/v3/lib/endpoints/class-acf-to-rest-api-users-controller.php (added)
-
trunk/class-acf-to-rest-api.php (modified) (2 diffs)
-
trunk/composer.json (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/shared/includes/admin/views/html-notice-donation.php (modified) (1 diff)
-
trunk/shared/includes/admin/views/html-notice-missing-acf.php (modified) (1 diff)
-
trunk/shared/includes/admin/views/html-notice-missing-rest-api.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
acf-to-rest-api/trunk/class-acf-to-rest-api.php
r2687878 r3215425 5 5 * Author: Aires Gonçalves 6 6 * Author URI: http://github.com/airesvsg 7 * Version: 3.3. 37 * Version: 3.3.4 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. 3';19 const VERSION = '3.3.4'; 20 20 21 21 private static $old_request_version = 2; -
acf-to-rest-api/trunk/composer.json
r2687878 r3215425 3 3 "description": "Exposes Advanced Custom Fields Endpoints in the WordPress REST API", 4 4 "type": "wordpress-plugin", 5 "version": "3.3. 3",5 "version": "3.3.4", 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
r2689652 r3215425 4 4 Tags: acf, api, rest, wp-api, wp-rest-api, json, wp, wordpress, wp-rest-api, wordpress-rest-api 5 5 Requires at least: 4.6 6 Tested up to: 5.9.17 Stable tag: 3.3. 36 Tested up to: 6.7.1 7 Stable tag: 3.3.4 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.4 = 25 fix text domain 23 26 24 27 = 3.3.3 = -
acf-to-rest-api/trunk/shared/includes/admin/views/html-notice-donation.php
r2245907 r3215425 8 8 9 9 <div class="notice acf-to-rest-api-donation-notice"> 10 <p><span class="acf-to-rest-api-donation-plugin-name">{ <?php esc_html_e( 'ACF to REST-API', 'ac t-to-rest-api' ); ?> }</span> <a href="<?php echo esc_url( self::DONATION_URL ); ?>" target="_blank" class="acf-to-rest-api-donation-button"> <span class="dashicons dashicons-heart"></span> <?php echo esc_html_e( 'Make a donation', 'acf-to-rest-api' ); ?></a></p>10 <p><span class="acf-to-rest-api-donation-plugin-name">{ <?php esc_html_e( 'ACF to REST-API', 'acf-to-rest-api' ); ?> }</span> <a href="<?php echo esc_url( self::DONATION_URL ); ?>" target="_blank" class="acf-to-rest-api-donation-button"> <span class="dashicons dashicons-heart"></span> <?php echo esc_html_e( 'Make a donation', 'acf-to-rest-api' ); ?></a></p> 11 11 <button type="button" class="notice-dismiss acf-to-rest-api-donation-button-notice-dismiss"><span class="screen-reader-text">Dismiss this notice.</span></button> 12 12 </div> -
acf-to-rest-api/trunk/shared/includes/admin/views/html-notice-missing-acf.php
r1752896 r3215425 24 24 25 25 <div class="notice error is-dismissible"> 26 <p><strong><?php esc_html_e( 'ACF to REST API', 'ac t-to-rest-api' ); ?></strong> <?php esc_html_e( 'depends on the last version of Advanced Custom Fields to work!', 'acf-to-rest-api' ); ?></p>26 <p><strong><?php esc_html_e( 'ACF to REST API', 'acf-to-rest-api' ); ?></strong> <?php esc_html_e( 'depends on the last version of Advanced Custom Fields to work!', 'acf-to-rest-api' ); ?></p> 27 27 <p><a href="<?php echo esc_url( $url ); ?>" class="button button-primary"<?php if ( $target ) : ?> target="_blank"<?php endif; ?>><?php esc_html_e( $action . ' Advanced Custom Fields', 'acf-to-rest-api' ); ?></a></p> 28 28 </div> -
acf-to-rest-api/trunk/shared/includes/admin/views/html-notice-missing-rest-api.php
r1752896 r3215425 24 24 25 25 <div class="notice error is-dismissible"> 26 <p><strong><?php esc_html_e( 'ACF to REST API', 'ac t-to-rest-api' ); ?></strong> <?php esc_html_e( 'depends on the last version of WordPress REST API to work!', 'acf-to-rest-api' ); ?></p>26 <p><strong><?php esc_html_e( 'ACF to REST API', 'acf-to-rest-api' ); ?></strong> <?php esc_html_e( 'depends on the last version of WordPress REST API to work!', 'acf-to-rest-api' ); ?></p> 27 27 <p><a href="<?php echo esc_url( $url ); ?>" class="button button-primary"<?php if ( $target ) : ?> target="_blank"<?php endif; ?>><?php esc_html_e( $action . ' WordPress REST API', 'acf-to-rest-api' ); ?></a></p> 28 28 </div>
Note: See TracChangeset
for help on using the changeset viewer.