Releases: aliyilmaz/Mind
Releases · aliyilmaz/Mind
5.7.5
Version Notes
- Added $this->project_domain variable.
- Description of $this->project_domain variable added to English and Turkish documents.
- Added normalizeDomain() method.
- The explanation of the normalizeDomain() method has been added to the English and Turkish documents.
- The test file of the normalizeDomain() method has been created.
5.7.4
5.7.3
Version Notes
- Added bots() method.
- The test file of the bots() method has been created.
- An explanation of the bots() method has been added to the Turkish and English documents.
- Added is_bot() method.
- The test file of the is_bot() method has been created.
- An explanation of the is_bot() method has been added to the Turkish and English documents.
- Added
bot
rule to validate() method. - Updated test file of validate() method.
- The explanation of validate() method has been updated in Turkish and English documents.
5.7.2
Version Notes
- Added toRFC3339 method.
- A test file has been created for the toRFC3339 method.
- An explanation has been added to the Turkish and English documents for the toRFC3339 method.
- Added base64 and md5 rules to validate method.
- The test file of the validate method has been updated.
- The Turkish and English documents of the validate method have been updated.
5.7.1
Version Notes
- Added is_base64 method.
- The ability to specify % has been added to the measurements of the verification code image produced by the captcha method.
- Allowed captcha errors to be assigned to $this->errors['captcha']['required'] path.
- Updated the test file of the captcha method.
- The test file of the is_base64 method has been created.
- The captcha method's description has been updated in English and Turkish documents.
- The explanation of the is_base64 method has been added to the English and Turkish documents.
5.7.0
Version Notes
- The language detection capability of the getDateLib() method has been strengthened.
- Created tests that test the retrofit in the getDateLib() method.
- The tests created for the getDateLib() method have been reflected in English and Turkish documents.
5.6.9
5.6.8
Version Notes
- Added fileExists() method.
- Added fileExists rule to validate() method.
- Test of fileExists() method created.
- The fileExists rule has been added to the validate() method test.
- Updated the explanation of validate() method in Turkish and English document for fileExists rule.
- The fileExists() method has been added to Turkish and English documents.