Plugin Directory

Changeset 3053252

Timestamp:
03/18/2024 09:20:30 AM (5 months ago)
Author:
bobbingwide
Message:

field-block-for-acf-pro v1.3.1 fixes issue #24, tested with WordPress 6.5-RC2 and ACF PRO v6.2.7

Location:
field-block-for-acf-pro
Files:
1 added
6 edited

Legend:

Unmodified
Added
Removed
  • field-block-for-acf-pro/trunk/field-block-for-acf-pro.php

    r3051092 r3053252  
    55Description: Displays ACF fields in a block
    66Depends: advanced-custom-fields-pro
    7 Version: 1.3.0
     7Version: 1.3.
    88Author: bobbingwide
    99Author URI: https://bobbingwide.com/about-bobbing-wide
  • field-block-for-acf-pro/trunk/includes/acf-field-names.php

    r3051092 r3053252  
    3131            $post_types=field_block_for_acf_pro_process_field_group( $field_group );
    3232            if ( $post_types ) {
    33                 $raw_fields=acf_get_fields( $field_group['ID'] );
     33                $raw_fields=acf_get_fields( $field_group );
    3434                foreach ( $raw_fields as $raw_field ) {
    3535                    if ( ! empty( $raw_field['name'] ) ) {
  • field-block-for-acf-pro/trunk/readme.txt

    r3051092 r3053252  
    44Tags: ACF, field, block
    55Requires at least: 6.2
    6 Tested up to: 6.4.3
    7 Stable tag: 1.3.0
     6Tested up to: 6.
     7Stable tag: 1.3.
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3030- Supports display of the field's label, if required.
    3131
    32 
    3332This plugin depends on Advanced Custom Fields PRO; it uses the plugin's server side rendering block logic.
    34 
     33If ACF PRO is not activated then the ACF field block will not be registered.
    3534
    3635For PHP developers
     
    3938- rendering for custom field types,
    4039- rendering for custom field names
    41 
    4240
    4341If you want to alter the output from the `acf-field-block/acf-field` block
     
    5250
    5351== Installation ==
    54 1. Upload the contents of the acf-field-block plugin to the `/wp-content/plugins/acf-field-block' directory
    55 1. Activate the acf-field-block plugin through the 'Plugins' menu in WordPress
    56 1. Use the ACF field block
     521. Upload the contents of the ' directory
     531. Activate the plugin through the 'Plugins' menu in WordPress
     541. Use the ACF field block
    5755
    5856== Screenshots ==
     
    6260
    6361== Upgrade Notice ==
    64 = 1.3.0 =
    65 Improved security using escaping functions. Removal of calls to trace logic.
    66 
    67 = 1.2.0 =
    68 Update for the option to display field labels.
    69 
    70 = 1.1.0 =
    71 Updated following review by WordPress plugin review team.
    72 
    73 = 1.0.0 =
    74 First version for wordpress.org
    75 
    76 = 0.2.0 =
    77 Update for center alignment support and link colors
    78  
    79 = 0.1.1 =
    80 Internationalized and localized for UK English.
    81 
    82 = 0.1.0 =
    83 No code solution to display ACF Fields using the ACF field block
     62= 1.3.1 =
     63Tested with WordPress 6.5-RC2 and Advanced Custom Fields Pro v6.2.7
    8464
    8565== Changelog ==
    86 = 1.3.0 =
    87 * Changed: Satisfy plugin-check's tests.
    88 * Deleted: Removed calls to trace functions.
    89 
    90 = 1.2.0 =
    91 * Changed: Add support for displaying and styling the field's label #22
    92 * Changed: Update CSS for class name changes #20.
    93 * Changed: Add support for Display label to Gallery field type #22
    94 * Changed: Sort field names and improve identification #23
    95 * Fixed: Re-enable display of seamless cloned fields #20
    96 * Tested: With WordPress 6.4.3 and WordPress Multisite
    97 * Tested: With Advanced Custom Fields PRO v6.2.5
    98 * Tested: With Gutenberg 17.6.1
     66= 1.3.1 =
     67* Changed: Updated screenshots
     68* Fixed: Correct pass $field_group structure to acf_get_fields() #24
     69* Tested: With WordPress 6.5-RC2 and WordPress Multisite
     70* Tested: With Advanced Custom Fields PRO v6.2.7
     71* Tested: With Gutenberg 17.9.0
    9972* Tested: With PHP 8.3
    10073* Tested: With PHPUnit 9.6
    101 
    102 = 1.1.0 =
    103 * Added: Add PHPUnit tests for the image field type #15
    104 * Added: Add PHPUnit tests for the password field type #15
    105 * Changed: Document use of maps.googleapis.com for Google Map field #21
    106 * Changed: Improve output field security #21
    107 * Changed: Rename function prefix to field_block_for_acf_pro_ #21
    108 * Changed: exit if accessed directly #21
    109 * Changed: Tidy up tests a bit. Add README.md #15
    110 * Tested: With WordPress 6.4.3 and WordPress Multisite
    111 * Tested: With Advanced Custom Fields PRO v6.2.5
    112 * Tested: With Gutenberg 17.6.0
    113 * Tested: With PHP 8.3
    114 * Tested: With PHPUnit 9.6
    115 
    116 = 1.0.0 =
    117 * Changed: Renamed for wordpress.org #18
    118 * Changed: Support for PHP 8.1 and PHP 8.2 #19
    119 * Tested: With WordPress 6.4-RC3 and WordPress Multisite
    120 * Tested: With Advanced Custom Fields PRO v6.2.2
    121 * Tested: With Gutenberg 16.9.0
    122 * Tested: With PHP 8.0, PHP 8.1 and PHP 8.2
    123 * Tested: With PHPUnit 9.6
    124 
    125 = 0.2.0 =
    126 * Changed: Support the align attribute #12
    127 * Changed: Enable link colors #1
    128 
    129 = 0.1.1 =
    130 * Changed: Internationalize and localize into UK English and bb_BB locale #11
    131 
    132 = 0.1.0 =
    133 * Added: google_map field type #10
    134 * Changed: Don't handle fields with no name #3
    135 * Changed: Set list-style:none for gallery list items
    136 * Added: clone field type #9
    137 * Changed: Set Google Maps API key from oik options if available and not already set #10
    138 * Added: flexible_content field type #6
    139 * Added: Add render_no_field_info() method. #7
    140 * Added: group field type #4
    141 * Added: repeater field type #5
    142 * Changed: Cater for field;s with no value #7
    143 * Added: Add date_picker, date_time_picker, time_picker, color_picker #1
    144 * Added: Add render_acf_field_block_user to display user's display name #1
    145 * Changed: Refactor to use methods. Allow extensibility using acf_field_block_get_renderer filter #1
    146 * Changed: Refactor to use acf_field_block_renderer class #1
    147 * Changed: Improve comments, cater for missing oik-bwtrace functions #1
    148 
    149 = 0.0.0 =
    150 * Changed: Refactored to acf-field block ( acf-field/acf-field ) #1
    151 * Added: Created from oik-testimonials ( commit 6b2d92c ) #1
    152 * Tested: With WordPress 6.2.2 and WordPress Multi Site
    153 * Tested: With Advanced Custom Fields PRO v6.1.6
    154 * Tested: With PHP 8
Note: See TracChangeset for help on using the changeset viewer.