Changeset 3043635
- Timestamp:
- 03/01/2024 12:30:28 PM (2 years ago)
- Location:
- acf-quickedit-fields
- Files:
-
- 8 edited
- 1 copied
-
tags/3.3.2 (copied) (copied from acf-quickedit-fields/trunk)
-
tags/3.3.2/include/version.php (modified) (1 diff)
-
tags/3.3.2/index.php (modified) (2 diffs)
-
tags/3.3.2/languages/acf-quickedit-fields.pot (modified) (2 diffs)
-
tags/3.3.2/readme.txt (modified) (2 diffs)
-
trunk/include/version.php (modified) (1 diff)
-
trunk/index.php (modified) (2 diffs)
-
trunk/languages/acf-quickedit-fields.pot (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
acf-quickedit-fields/tags/3.3.2/include/version.php
r3042783 r3043635 1 <?php return "3.3. 1";1 <?php return "3.3.2"; -
acf-quickedit-fields/tags/3.3.2/index.php
r3042783 r3043635 6 6 Description: Show Advanced Custom Fields in post list table. Edit field values in Quick Edit and / or Bulk edit. 7 7 Author: Jörn Lund 8 Version: 3.3. 18 Version: 3.3.2 9 9 Author URI: https://github.com/mcguffin 10 10 License: GPL3 … … 51 51 52 52 // performance 53 if ( ! wp_doing_ajax() || in_array( $_REQUEST['action'], [ 'inline-save', 'inline-save-tax', 'get_acf_post_meta' ] ) ) {53 if ( ! wp_doing_ajax() || in_array( $_REQUEST['action'], [ 'inline-save', 'inline-save-tax', 'get_acf_post_meta', 'pll_update_post_rows', 'pll_update_term_rows' ] ) ) { 54 54 Admin\Admin::instance(); 55 55 } -
acf-quickedit-fields/tags/3.3.2/languages/acf-quickedit-fields.pot
r3042783 r3043635 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: ACF QuickEdit Fields 3.3. 1\n"5 "Project-Id-Version: ACF QuickEdit Fields 3.3.2\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/acf-quickedit-fields\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2024-0 2-28T20:28:31+00:00\n"12 "POT-Creation-Date: 2024-03-01T12:30:01+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.10.0\n" -
acf-quickedit-fields/tags/3.3.2/readme.txt
r3042783 r3043635 6 6 Tested up to: 6.3 7 7 Requires PHP: 7.2 8 Stable tag: 3.3. 18 Stable tag: 3.3.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 105 105 106 106 == Changelog == 107 108 = 3.3.2 = 109 - Fix: Columns were gone if polylang is active 110 111 = 3.3.1 = 112 - Fix: Search buttons disabled after quick edit 113 - FIx: Sorting broken if used together with filters 114 - Fix: Some PHP warnings 115 - Fix: Column View in media list view was gone 116 - Performance: Load admin class only if needed 107 117 108 118 = 3.3.0 = -
acf-quickedit-fields/trunk/include/version.php
r3042783 r3043635 1 <?php return "3.3. 1";1 <?php return "3.3.2"; -
acf-quickedit-fields/trunk/index.php
r3042783 r3043635 6 6 Description: Show Advanced Custom Fields in post list table. Edit field values in Quick Edit and / or Bulk edit. 7 7 Author: Jörn Lund 8 Version: 3.3. 18 Version: 3.3.2 9 9 Author URI: https://github.com/mcguffin 10 10 License: GPL3 … … 51 51 52 52 // performance 53 if ( ! wp_doing_ajax() || in_array( $_REQUEST['action'], [ 'inline-save', 'inline-save-tax', 'get_acf_post_meta' ] ) ) {53 if ( ! wp_doing_ajax() || in_array( $_REQUEST['action'], [ 'inline-save', 'inline-save-tax', 'get_acf_post_meta', 'pll_update_post_rows', 'pll_update_term_rows' ] ) ) { 54 54 Admin\Admin::instance(); 55 55 } -
acf-quickedit-fields/trunk/languages/acf-quickedit-fields.pot
r3042783 r3043635 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: ACF QuickEdit Fields 3.3. 1\n"5 "Project-Id-Version: ACF QuickEdit Fields 3.3.2\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/acf-quickedit-fields\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2024-0 2-28T20:28:31+00:00\n"12 "POT-Creation-Date: 2024-03-01T12:30:01+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.10.0\n" -
acf-quickedit-fields/trunk/readme.txt
r3042783 r3043635 6 6 Tested up to: 6.3 7 7 Requires PHP: 7.2 8 Stable tag: 3.3. 18 Stable tag: 3.3.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 105 105 106 106 == Changelog == 107 108 = 3.3.2 = 109 - Fix: Columns were gone if polylang is active 110 111 = 3.3.1 = 112 - Fix: Search buttons disabled after quick edit 113 - FIx: Sorting broken if used together with filters 114 - Fix: Some PHP warnings 115 - Fix: Column View in media list view was gone 116 - Performance: Load admin class only if needed 107 117 108 118 = 3.3.0 =
Note: See TracChangeset
for help on using the changeset viewer.