• The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked!
  • Information: Safety & Support
    Resources here are generally safe, but false positives may occur on Virustotal due to certain coding techniques. Exercise caution and test before use.
    Consider buying licenses to support developers. Your security is our priority.

v2.7​

Minor Release - 26.03.2024 - 18 commits

Added​

  • RSS feeds
  • helper function remove_special_chars
  • accept image/gif to featured image
  • regular expression for validation - username field
  • stories count to community table CP
  • stories count to user table CP

Improved​

  • php dependencies updated to latest versions
  • remove special chars from social username
  • only accept (png, jpg, jpeg) for upload avatar and cover and fixed translation to submit button

Fixed​

  • subject input contact form
  • sitemap url for users
  • pollStyle dark backgroud
  • attemp to read property username on null. Delete all related records from deleted user
  • delete story from CP, related records not deleted
  • delete user from CP, related records not deleted
  • delete comment from CP, related records not deleted
  • openUserDetailsModal missed
Top