Skip to content

Releases: aliyilmaz/Mind

5.7.5

18 Jul 15:56
Compare
Choose a tag to compare

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

14 Jul 20:55
Compare
Choose a tag to compare

Version Notes

  • Added $this->project_path variable.

5.7.3

11 Jun 17:37
Compare
Choose a tag to compare

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

10 Jun 21:42
Compare
Choose a tag to compare

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

04 Jun 21:21
Compare
Choose a tag to compare

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

05 May 16:02
Compare
Choose a tag to compare

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

01 May 08:28
Compare
Choose a tag to compare

Version Notes

  • Updated the "knownunique" rule in the "validate()" method. The behavior that will be displayed if the value sent to the rule contains : has been determined.

5.6.8

30 Apr 21:14
Compare
Choose a tag to compare

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.

5.6.7

29 Apr 13:15
Compare
Choose a tag to compare

Version Notes

  • The saveAs() method has been stabilized.

5.6.6

28 Apr 14:43
Compare
Choose a tag to compare

Version Notes

  • Added getDateLib() method.
  • Added format_date() method.
  • Added managerSentence() method.
  • The saveAs() method has been stabilized.
  • Tests of getDateLib(), format_date() and managerSentence() methods, English-Turkish documents were created.