Changeset 3298216
- Timestamp:
- 05/21/2025 05:02:50 PM (10 months ago)
- Location:
- advanced-custom-fields-table-field/tags/1.3.28
- Files:
-
- 3 edited
-
acf-table.php (modified) (1 diff)
-
class-jh-acf-field-table.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
advanced-custom-fields-table-field/tags/1.3.28/acf-table.php
r3297509 r3298216 1 1 <?php 2 2 /* 3 Plugin Name: Advanced Custom Fields: Table Field3 Plugin Name: Table Field Add-on for ACF and SCF 4 4 Plugin URI: https://www.acf-table-field.com 5 Description: This free Add-on adds a table field type for the Advanced Custom Fields plugin.5 Description: This free Add-on adds a table field type for the plugins Advanced Custom Fields and Secure Custom Fields. 6 6 Version: 1.3.28 7 7 Author: Johann Heyne -
advanced-custom-fields-table-field/tags/1.3.28/class-jh-acf-field-table.php
r3297687 r3298216 91 91 92 92 // canceling meta value uptdate 93 error_log( 'The plugin advanced-custom-fields-table-field prevented a third party update_post_meta( ' . $object_id . ', "' . $meta_key . '", $value ); action that would save a broken JSON string.' . "\n" . 'For details see https://codex.wordpress.org/Function_Reference/update_post_meta#Character_Escaping.' ); 93 $error_message = 'The plugin advanced-custom-fields-table-field prevented a third party update_post_meta( ' . $object_id . ', "' . $meta_key . '", $value ); action that would save a broken JSON string.' . "\n" . 'For details see https://codex.wordpress.org/Function_Reference/update_post_meta#Character_Escaping.'; 94 trigger_error( esc_html( $error_message ), E_USER_WARNING ); 94 95 return true; 95 96 } -
advanced-custom-fields-table-field/tags/1.3.28/readme.txt
r3298208 r3298216 3 3 Tags: acf, table, scf, advanced custom fields, secure custom fields 4 4 Requires at least: 5.3 5 Tested up to: 6.8 .15 Tested up to: 6.8 6 6 Stable tag: 1.3.28 7 7 Requires PHP: 7.4
Note: See TracChangeset
for help on using the changeset viewer.