Adds DFs
This commit is contained in:
@@ -0,0 +1,128 @@
|
||||
== Changelog ==
|
||||
|
||||
= 1.3.5 =
|
||||
* Fixes an issue that removes table header content using update_field() while option "use header" is set to "no".
|
||||
* Fixes an issue with the update_post_metadata filter
|
||||
|
||||
= 1.3.4 =
|
||||
* Fixes an issue that prevents the removal of table contents
|
||||
|
||||
= 1.3.3 =
|
||||
* Fixes returning empty table after saving content containing a single quote
|
||||
|
||||
= 1.3.5 =
|
||||
* Fixes returning empty table after saving content containing quotes
|
||||
* Fixes an issue using update_field() on a table field
|
||||
|
||||
= 1.3.5 =
|
||||
* Changes table data storing format from JSON string to serialized array. This is due to an issue caused by third party plugins using update_post_meta() without providing wp_slash() to the value before. Existing table data values in JSON string format in the database will still exists and be compatible. When a field is saved again, the storage format changes from JSON to serialized array.
|
||||
* Fixes an PHP error of table caption
|
||||
|
||||
= 1.3.0 =
|
||||
* Adds support for table caption
|
||||
* Fixes an JavaScript issue for ACF version 4
|
||||
|
||||
= 1.2.6 =
|
||||
* Replaces jQuery.noConflict methode
|
||||
* Prevents PHP error if table fields value is from a previous fieldtype
|
||||
|
||||
= 1.2.5 =
|
||||
* Adds danish translation, thanks to Jeppe Skovsgaard
|
||||
|
||||
= 1.2.4 =
|
||||
* Fixes backslashes on using update_field();
|
||||
|
||||
= 1.2.3 =
|
||||
* Adds support for the ACF update_field() function. If you get the table fields data array by get_field(), you can change the table data array and using update_field() to save the changes to the field.
|
||||
|
||||
= 1.2.2 =
|
||||
* Adds plugin version to table data for handling structural changes.
|
||||
* Fixes loosing table data containing quotes on third party update_post_meta() actions to table field values. Limited to new fields or fields value changed since plugin version 1.2.2.
|
||||
* Fixes an PHP warning since PHP 7.2 when body data is null
|
||||
|
||||
= 1.2.1 =
|
||||
* Fixes not using user locale for translation
|
||||
* Adds description for handling line breaks to plugins page
|
||||
|
||||
= 1.2 =
|
||||
* Adds support for tab navigation. Uses shift + tab for backward navigation.
|
||||
* Minor code improvements
|
||||
|
||||
= 1.1.16 =
|
||||
* Keeps the WordPress admin area working, if tablefields value is not a valid JSON string. Logs the invalid value in the console for debugging.
|
||||
|
||||
= 1.1.15 =
|
||||
* Adds polish translation by Pawel Golka
|
||||
|
||||
= 1.1.14 =
|
||||
* Fixes table does not appear under certain field groups location rules
|
||||
|
||||
= 1.1.13 =
|
||||
* Fixes an XSS issue within /wp-admin/ pages
|
||||
|
||||
= 1.1.12 =
|
||||
* Adds support for field groups post taxonomy rule
|
||||
|
||||
= 1.1.11 =
|
||||
* Fixes rerendering of tables while changing other content
|
||||
|
||||
= 1.1.10 =
|
||||
* Fixed table functionality with respect to the ACF rules
|
||||
|
||||
= 1.1.9 =
|
||||
* Fixes returning false on single empty table cell for ACF version 4
|
||||
|
||||
= 1.1.8 =
|
||||
* Fixes support for user edit pages
|
||||
|
||||
= 1.1.7 =
|
||||
* Fixes support for user profile pages
|
||||
|
||||
= 1.1.6 =
|
||||
* UI: Fixes table header switch off problem
|
||||
|
||||
= 1.1.5 =
|
||||
* Fixes issue occured after database migration with plugin "WP Migrate DB"
|
||||
|
||||
= 1.1.4 =
|
||||
* Takes over icon class changes in ACF-Pro since version 5.3.2
|
||||
|
||||
= 1.1.3 =
|
||||
* Fixes wrong function name 'change_template'
|
||||
|
||||
= 1.1.2 =
|
||||
* Fixes missing table on page template change
|
||||
|
||||
= 1.1.1 =
|
||||
* Compatibility to icon changes of ACF Pro version 5.2.8
|
||||
* Fixes table top legend height in FireFox
|
||||
* Fixes delete column icon position in IE
|
||||
|
||||
= 1.1 =
|
||||
* Improved User Experience when deleting all columns and rows.
|
||||
* Compatibility to changes of ACF Pro version 5.2.7.
|
||||
|
||||
= 1.0.7 =
|
||||
* Use wp_json_encode() instead of json_encode(). This may fix issues in rare enviroments.
|
||||
|
||||
= 1.0.6 =
|
||||
* If the table has only a single empty cell (this is by default), no table data will return now.
|
||||
|
||||
= 1.0.5 =
|
||||
* Fixes javascript issue in IE 8.
|
||||
* Fixes missing table borders and table header´s height in FireFox.
|
||||
|
||||
= 1.0.4 =
|
||||
* Fixes an uri problem on some hosts.
|
||||
|
||||
= 1.0.3 =
|
||||
* Fixes an php error on HTTP_REFFERER.
|
||||
|
||||
= 1.0.2 =
|
||||
* Fixes error when including the plugin from inside a theme.
|
||||
|
||||
= 1.0.1 =
|
||||
* Fixes ACF validation error "required" when header option "use table header" was used and unchecked.
|
||||
|
||||
= 1.0 =
|
||||
* Official Release of the free version
|
||||
@@ -0,0 +1,79 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ACF Table Field\n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: Johann Heyne <mail@johannheyne.de>\n"
|
||||
"Language-Team: Johann Heyne <mail@johannheyne.de>\n"
|
||||
"Language: de_DE\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 2.1.1\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Poedit-SourceCharset: UTF-8\n"
|
||||
|
||||
#: acf-table-v5.php:208
|
||||
msgid "table caption"
|
||||
msgstr ""
|
||||
|
||||
#: acf-table-v5.php:134
|
||||
msgid "Presetting the usage of table caption"
|
||||
msgstr ""
|
||||
|
||||
#: acf-table-v5.php:133
|
||||
msgid "Table Caption"
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin/theme
|
||||
msgid "Johann Heyne"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin/theme
|
||||
msgid ""
|
||||
"This free Add-on adds a table field type for the Advanced Custom Fields "
|
||||
"plugin."
|
||||
msgstr ""
|
||||
|
||||
#. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom
|
||||
#. Fields: Table Field 1.3.5) #-#-#-#-#
|
||||
#. Plugin URI of the plugin/theme
|
||||
#. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom
|
||||
#. Fields: Table Field 1.3.5) #-#-#-#-#
|
||||
#. Author URI of the plugin/theme
|
||||
msgid "http://www.johannheyne.de/"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin Name of the plugin/theme
|
||||
msgid "Advanced Custom Fields: Table Field"
|
||||
msgstr ""
|
||||
|
||||
#: acf-table-v5.php:120
|
||||
msgid "Presetting the usage of table header"
|
||||
msgstr ""
|
||||
|
||||
#: acf-table-v4.php:185 acf-table-v5.php:124
|
||||
msgid "Optional"
|
||||
msgstr "Opcjonalne"
|
||||
|
||||
#: acf-table-v4.php:175 acf-table-v5.php:119
|
||||
msgid "Table Header"
|
||||
msgstr "Nagłówek tabeli"
|
||||
|
||||
#: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125
|
||||
#: acf-table-v5.php:138 acf-table-v5.php:196
|
||||
msgid "Yes"
|
||||
msgstr "Tak"
|
||||
|
||||
#: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126
|
||||
#: acf-table-v5.php:139 acf-table-v5.php:195
|
||||
msgid "No"
|
||||
msgstr "Nie"
|
||||
|
||||
#: acf-table-v4.php:95 acf-table-v5.php:193
|
||||
msgid "use table header"
|
||||
msgstr "Użyj nagłówka tabeli"
|
||||
|
||||
#: acf-table-v4.php:24 acf-table-v5.php:38
|
||||
msgid "Table"
|
||||
msgstr "Tabela"
|
||||
Reference in New Issue
Block a user