News


03/07/2024 - 02:00

Major release of yiisoft/hydrator-validator was tagged.

  • Throws LogicException on call ValidatedInputInterface::getValidatedInput() method when object is not validated.




03/06/2024 - 20:38

Node v23.1.0 (Current)





03/05/2024 - 18:26

The first release candidate (RC1) for WordPress 6.5 is ready for download and testing!

This version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it’s recommended that you evaluate RC1 on a test server and site.





03/05/2024 - 02:00
  1. Source code available
  2. Goal
  3. Approach
  4. Conclusion

I was recently assigned with the task of integrating several extensive forms into a WordPress website. These forms
comprised numerous fields, intricate validation rules, dynamic fields (one to many relationships) and even
interdependencies, where employing PHP inheritance could mitigate code duplication.





03/04/2024 - 23:09

Symfony 7.0.5 has just been released.
Here is the list of the most important changes since 7.0.4:





03/04/2024 - 23:04

Symfony 6.4.5 has just been released.
Here is the list of the most important changes since 6.4.4:





03/04/2024 - 23:00

Symfony 5.4.37 has just been released.
Here is the list of the most important changes since 5.4.36:





03/04/2024 - 18:34
  1. Source code available
  2. Goal
  3. Approach
  4. Conclusion

I was recently assigned with the task of integrating several extensive forms into a WordPress website. These forms
comprised numerous fields, intricate validation rules, dynamic fields (one to many relationships) and even
interdependencies, where employing PHP inheritance could mitigate code duplication.