| 12 | == Updates == |
| 13 | |
| 14 | Updated to WordPress 3.6.1 on ticket:594. |
| 15 | |
| 16 | == Issues == |
| 17 | |
| 18 | The http://wp-cli.org/ command line tool generates this warning: |
| 19 | |
| 20 | {{{ |
| 21 | wp core version |
| 22 | PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, function '_show_post_preview' not found or invalid function name in /home/movie/sites/default/wp-includes/plugin.php on line 406 |
| 23 | 3.6.1 |
| 24 | }}} |
| 25 | |
| 26 | There are available updates to the woocommerce plugins: |
| 27 | |
| 28 | {{{ |
| 29 | wp plugin status | grep U |
| 30 | PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, function '_show_post_preview' not found or invalid function name in /home/movie/sites/default/wp-includes/plugin.php on line 406 |
| 31 | UA affiliates |
| 32 | UA affiliates-woocommerce-light |
| 33 | UA event-o-matic |
| 34 | UA woocommerce |
| 35 | UA woocommerce-export-csv |
| 36 | UA woocommerce-dynamic-pricing |
| 37 | UA woocommerce-delivery-notes |
| 38 | UA woocommerce-shipping-table-rate |
| 39 | Legend: A = Active, I = Inactive, U = Update Available |
| 40 | }}} |
| 41 | |
| 42 | But updating them isn't simple, see ticket:594 |
| 43 | |