Changeset 3298546
- Timestamp:
- 05/22/2025 08:11:31 AM (10 months ago)
- Location:
- advanced-custom-fields-table-field
- Files:
-
- 21 added
- 6 edited
-
tags/1.3.29 (added)
-
tags/1.3.29/acf-table.php (added)
-
tags/1.3.29/assets (added)
-
tags/1.3.29/assets/images (added)
-
tags/1.3.29/assets/images/field-preview-table.png (added)
-
tags/1.3.29/changelog.txt (added)
-
tags/1.3.29/class-jh-acf-field-table.php (added)
-
tags/1.3.29/css (added)
-
tags/1.3.29/css/input.css (added)
-
tags/1.3.29/js (added)
-
tags/1.3.29/js/input-v4.js (added)
-
tags/1.3.29/js/input-v5.js (added)
-
tags/1.3.29/languages (added)
-
tags/1.3.29/languages/advanced-custom-fields-table-field-da_DK.mo (added)
-
tags/1.3.29/languages/advanced-custom-fields-table-field-da_DK.po (added)
-
tags/1.3.29/languages/advanced-custom-fields-table-field-de_DE.mo (added)
-
tags/1.3.29/languages/advanced-custom-fields-table-field-de_DE.po (added)
-
tags/1.3.29/languages/advanced-custom-fields-table-field-pl_PL.mo (added)
-
tags/1.3.29/languages/advanced-custom-fields-table-field-pl_PL.po (added)
-
tags/1.3.29/languages/advanced-custom-fields-table-field.pot (added)
-
tags/1.3.29/readme.txt (added)
-
trunk/acf-table.php (modified) (1 diff)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/class-jh-acf-field-table.php (modified) (1 diff)
-
trunk/js/input-v4.js (modified) (1 diff)
-
trunk/js/input-v5.js (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
advanced-custom-fields-table-field/trunk/acf-table.php
r3298208 r3298546 4 4 Plugin URI: https://www.acf-table-field.com 5 5 Description: This free Add-on adds a table field type for the plugins Advanced Custom Fields and Secure Custom Fields. 6 Version: 1.3.2 86 Version: 1.3.29 7 7 Author: Johann Heyne 8 8 Author URI: http://www.johannheyne.de -
advanced-custom-fields-table-field/trunk/changelog.txt
r3297505 r3298546 1 1 == Changelog == 2 3 = 1.3.29 = 4 * Fixes missing field preview image. 2 5 3 6 = 1.3.28 = -
advanced-custom-fields-table-field/trunk/class-jh-acf-field-table.php
r3298208 r3298546 22 22 */ 23 23 $this->settings = array( 24 'version' => '1.3.2 8',24 'version' => '1.3.29', 25 25 'dir_url' => plugins_url( '', __FILE__ ) . '/', 26 26 ); -
advanced-custom-fields-table-field/trunk/js/input-v4.js
r3297505 r3298546 5 5 var t = this; 6 6 7 t.version = '1.3.2 8';7 t.version = '1.3.29'; 8 8 9 9 t.param = {}; -
advanced-custom-fields-table-field/trunk/js/input-v5.js
r3297505 r3298546 5 5 var t = this; 6 6 7 t.version = '1.3.2 8';7 t.version = '1.3.29'; 8 8 9 9 t.param = {}; -
advanced-custom-fields-table-field/trunk/readme.txt
r3298208 r3298546 4 4 Requires at least: 5.3 5 5 Tested up to: 6.8 6 Stable tag: 1.3.2 86 Stable tag: 1.3.29 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 519 519 == Changelog == 520 520 521 = 1.3.29 = 522 * Fixes missing field preview image. 523 521 524 = 1.3.28 = 522 525 * Fixes loading translations from translate.wordpress.org.
Note: See TracChangeset
for help on using the changeset viewer.