diff --git a/ChangeLog b/ChangeLog index 120dfde8f0..d2bb323690 100644 --- a/ChangeLog +++ b/ChangeLog @@ -88,7 +88,9 @@ phpMyAdmin - ChangeLog + issue #6102 Add SHA256 security password support - issue #10250 Displayed git revision info is not set -4.4.13.0 (not yet released) +4.4.14.0 (not yet released) + +4.4.13.0 (2015-08-07) - issue #1808 "Improve table structure" generates invalid SQL - issue Once checked "Show only active" checkbox is always checked - issue #1813 Delete rows using "Check All" is broken diff --git a/libraries/mult_submits.inc.php b/libraries/mult_submits.inc.php index 6ab8c1021a..92769ab57d 100644 --- a/libraries/mult_submits.inc.php +++ b/libraries/mult_submits.inc.php @@ -41,7 +41,7 @@ foreach ($request_params as $one_request_param) { global $db, $table, $clause_is_unique, $from_prefix, $goto, $mult_btn, $original_sql_query, $query_type, $reload, $selected, $selected_fld, $selected_recent_table, $sql_query, - $submit_mult, $table_type, $to_prefix, $url_query; + $submit_mult, $table_type, $to_prefix, $url_query, $pmaThemeImage; /** * Prepares the work and runs some other scripts if required diff --git a/scripts/create-release.sh b/scripts/create-release.sh index 59d3f43e20..1e1f78e70a 100755 --- a/scripts/create-release.sh +++ b/scripts/create-release.sh @@ -309,9 +309,9 @@ Todo now: - in doc/conf.py (if it exists) the line " version = '2.7.1-dev' " - 7. add a milestone for this new version in the bugs tickets, at https://sourceforge.net/p/phpmyadmin/bugs/milestones and set it to the default one + 7. on https://github.com/phpmyadmin/phpmyadmin/milestones close the milestone corresponding to the released version and open a new one for the next minor release - 8. tweet from @phpmya a link to the release notes (see item 5 above); your account should be added to TweetDeck to ease this posting + 8. if a maintenance version was released, delete the branch corresponding to the previous one; for example git push origin --delete MAINT_4_4_12 9. for a stable version, update demo/php/versions.ini in the scripts repository so that the demo server shows current versions