Skip to content

Releases: aliyilmaz/Mind

5.9.5

06 Feb 20:30
Compare
Choose a tag to compare

Version Notes

  • Latitude and longitude rules have been added to the validate() method.
  • Removed some comment lines and improved syntax.
  • Updated the test file of the validate() method.
  • Explanations of latitude and longitude rules have been added to Turkish and English documents.
  • Latitude and longitude rules have been added to the sample codes of the validate() method in Turkish and English documents.

5.9.4

03 Jan 08:15
Compare
Choose a tag to compare

Version Notes

  • NULL data type has been made available in getData() and its dependent methods.

5.9.3

02 Jan 21:21
Compare
Choose a tag to compare

Version Notes

  • I added the join feature, which was added to the getData() method of version 5.5.4 and was not available in later versions.
  • Improvements have been implemented that allow JOINs to be used with other queries.
  • FULL OUTER JOIN capability has been added for MYSQL database type.
  • Turkish and English documents have been updated.

5.9.2

31 Dec 00:58
Compare
Choose a tag to compare

Version Notes

  • The ability to store and send cookies in the get_contents() method has been removed.

_There are more secure and effective methods for keeping and using user sessions than classic Cookies.

I think it will be beneficial for everyone to use the get_contents() method in services that prefer these methods. Of course, those who want to use it in another way can use the removed part by adding it to the relevant place. But as I said, I personally do not recommend such use.

Hope to see you in the next version._

5.9.1

29 Dec 05:52
Compare
Choose a tag to compare

Version Notes

  • When adding multiple data, data with broken key hierarchy was causing problems. An improvement has been applied to the insert() method that automatically corrects the key hierarchy. In this way, more stable addition of multiple data was ensured.

5.9.0

28 Dec 18:27
Compare
Choose a tag to compare

Version Notes

  • Improved stristr() method added.
  • Improved strstr() method added.
  • A test file was created for the stristr() method.
  • A test file was created for the strstr() method.
  • Explanation for stristr() method added to English and Turkish documentation.
  • Explanation for strstr() method added to English and Turkish documentation.

5.8.9

27 Dec 07:25
Compare
Choose a tag to compare

Version Notes

  • Enabled detection of empty HTTP_ACCEPT_LANGUAGE header.

5.8.8

25 Dec 20:56
Compare
Choose a tag to compare

Version Notes

5.8.7

10 Dec 11:30
Compare
Choose a tag to compare

Version Notes

  • json_encode() method has been updated. The JSON header feature, which is preferred in API layers that respond to the JavaScript side, has been added.
  • Test file of json_encode() method has been updated.
  • Turkish and English documentation of the json_encode() method has been updated.

5.8.6

29 Nov 22:30
Compare
Choose a tag to compare

Version Notes

  • The formatPrice() method has been made stable.
  • Facebook and Google's special bots have been added to the bots() method.