Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Releases: iwind/rockmongo

1.1.7

06 Jun 13:13
Compare
Choose a tag to compare

This is a quick fix to 1.1.6:

  • Fix deprecated warning in collection creation and modification
  • Fix pagination jump issue
  • Fix PHP undefined notice in Database Transfer
  • Fix json highlight with some symbols
  • Fix MongoCollection::update(safe => true) deprecate warning

1.1.6

05 Jun 02:42
Compare
Choose a tag to compare
  • Turkish translation thanks for M. Yılmaz SÜSLÜ yilmazsuslu@gmail.com
  • 2d index support
  • Compatible with php_mongo 1.4.x & 1.5.x
  • Compatible with PHP 5.5.x
  • Add URI, E-mail, Picture URLs field value recognition
  • Open log_query feature, can log your query to file, execute them later
  • Add docs_render option:http://rockmongo.com/wiki/configuration?lang=en_us#%23%23%23%23docs_render%0D
  • Bug Fix: array display as object
  • Bug Fix: update array or object field
  • View microtime as date string
  • Add "Query Examples" link under query box
  • Support empty object
  • Support unix domain sockets
  • Fix $_SERVER["PHP_SELF"] under nginx cgi
  • Fixed cookie vulnerability as reported in CVE-2013-5107 (thanks for synthomat)