Skip to content
This repository was archived by the owner on Jan 4, 2022. It is now read-only.

Commit b1297d2

Browse files
committed
New upstream version 4.9.0.1
1 parent 99867de commit b1297d2

File tree

1,243 files changed

+386749
-216581
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,243 files changed

+386749
-216581
lines changed

CONTRIBUTING.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,24 @@ Please report [bugs on GitHub][1].
2020
## Patches submission
2121

2222
Patches are welcome as [pull requests on GitHub][2]. Please include a
23-
Signed-off-by tag in the commit message (you can do this by passing `--signoff`
23+
Signed-off-by tag in the commit message (you can do this by passing [`--signoff`][4]
2424
parameter to Git).
2525

2626
When creating the commit on GitHub or using some other tool which does not have
2727
direct support for this, it is the same as adding
2828
`Signed-off-by: Your name <[email protected]>`
2929
as the last line of the commit message.
3030

31+
Example: `Signed-off-by: Jane Smith <[email protected]>`
32+
3133
Note that by submitting patches with the Signed-off-by tag, you are giving
3234
permission to license the patch as GPLv2-or-later. See [the DCO file][3] for
3335
details.
3436

3537

3638
[2]: https://github.com/phpmyadmin/phpmyadmin/pulls
3739
[3]: https://github.com/phpmyadmin/phpmyadmin/blob/master/DCO
40+
[4]: https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---signoff
3841

3942
## More information
4043

ChangeLog

+116-135
Large diffs are not rendered by default.

DCO

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ By making a contribution to this project, I certify that:
3434
And please confirm your certification to the above by adding the following
3535
line to your patch:
3636

37-
Signed-off-by: Jane Developer <[email protected]>
37+
Signed-off-by: Jane Smith <jane.smith@example.org>
3838

3939
using your real name (sorry, no pseudonyms or anonymous contributions).
4040

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
phpMyAdmin - Readme
22
===================
33

4-
Version 4.8.5
4+
Version 4.9.0.1
55

66
A web interface for MySQL and MariaDB.
77

RELEASE-DATE-4.8.5

-1
This file was deleted.

RELEASE-DATE-4.9.0.1

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Tue Jun 4 16:05:32 UTC 2019

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"ext-json": "*",
4747
"ext-ctype": "*",
4848
"ext-hash": "*",
49-
"phpmyadmin/sql-parser": "^4.2.3",
49+
"phpmyadmin/sql-parser": "^4.3.2",
5050
"phpmyadmin/motranslator": "^4.0",
5151
"phpmyadmin/shapefile": "^2.0",
5252
"phpseclib/phpseclib": "^2.0",

0 commit comments

Comments
 (0)