Changeset 3298208
- Timestamp:
- 05/21/2025 04:41:25 PM (10 months ago)
- Location:
- advanced-custom-fields-table-field
- Files:
-
- 4 edited
-
tags/1.3.28/readme.txt (modified) (1 diff)
-
trunk/acf-table.php (modified) (1 diff)
-
trunk/class-jh-acf-field-table.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
advanced-custom-fields-table-field/tags/1.3.28/readme.txt
r3297509 r3298208 5 5 Tested up to: 6.8.1 6 6 Stable tag: 1.3.28 7 Requires PHP: 7. 57 Requires PHP: 7.4 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
advanced-custom-fields-table-field/trunk/acf-table.php
r3297507 r3298208 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/trunk/class-jh-acf-field-table.php
r3297687 r3298208 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/trunk/readme.txt
r3297680 r3298208 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 Requires PHP: 7. 57 Requires PHP: 7.4 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.