WordPress Version Update
CiviCRM files are set to 4.7 in the header blocks on: - uninstall.php - civicrm.php - assets/templates/civicrm.shortcode.php - includes/civicrm.shortcodes.php - includes/civicrm.users.php - includes/civicrm.shortcodes.modal.php - includes/civicrm.basepage.php - wp-cli/civicrm.php Is a PR in order or is there a better way to update? Also ``` // set version here: when it changes, will force JS to reload define( 'CIVICRM_PLUGIN_VERSION', '4.7' ); ``` Needs updating - if a PR is in order we can include this change.
issue