This commit is contained in:
Madhura Jayaratne 2015-08-07 20:59:18 +05:30
commit 6cb838cef8
3 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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