Releases: aliyilmaz/Mind
Releases · aliyilmaz/Mind
5.9.5
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
5.9.3
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
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
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
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
5.8.8
5.8.7
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.