You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,11 @@ In the directory samples you'll find phpminiconfig.php for known OpenSource pack
31
31
-[My website](http://osalabs.com)
32
32
33
33
## Change Log
34
+
### changes in phpMiniAdmin 1.9.160705
35
+
- screen appearance changes/fixes
36
+
- added buttons which inserts standard "template" queries for Select, Insert, Update, Delete
37
+
- disabled counting total number of records for pagination as it slows down response, especially on large datasets. Set `$IS_COUNT=true` to enable this feature back.
38
+
34
39
### changes in phpMiniAdmin 1.9.160630
35
40
36
41
- all queries now base64 encoded to bypass applications firewalls. Note, **IE10 browser or later required from now**
0 commit comments