| | 10 | |
| | 11 | == Updates == |
| | 12 | |
| | 13 | The site was updated to 3.6.1 on ticket:594. |
| | 14 | |
| | 15 | == Dev Site == |
| | 16 | |
| | 17 | There is a development version of the site available for testing update on at http://recondev.parrot.webarch.net/ |
| | 18 | |
| | 19 | == Issues == |
| | 20 | |
| | 21 | === wp === |
| | 22 | |
| | 23 | Running the http://wp-cli.org/ tool generates a PHP warning: |
| | 24 | |
| | 25 | {{{ |
| | 26 | wp core version |
| | 27 | 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/recon/sites/default/wp-includes/plugin.php on line 406 |
| | 28 | 3.6.1 |
| | 29 | }}} |
| | 30 | |
| | 31 | === bad-behavior === |
| | 32 | |
| | 33 | This plugin was stoping the {{{wp}}} command line interface form working until it was whitelisted, see ticket:539#comment:4 |