Sapayth Hossain
Sapayth Hossain
We were using a dynamic hook depending on the menu title. If the title got translated, the hook doesn't work for some languages(Español, Türkçe, Arabic, etc.) and shows a blank...
A new function is introduced where we can log our messages in a specific file. It will help us debug cron jobs, form settings, payment info etc. Calling a simple...
1. Dropdown item options were not showing when LearnPress is installed. 2. `wpuf-form-builder.css` was loading multiple times 3. removed `font-family` assigning style from WPUF. font-family should come from the theme...
Dashboard Promotional banner design updated from [this](https://prnt.sc/u3qIDZTNKKr7) to [that](https://prnt.sc/l5R6J4IyCyH4)
- Required fields validation fixed for all the fields - Content restriction fields validation fixed for both word and character Companion [PR](https://github.com/weDevsOfficial/wpuf-pro/pull/473) in pro fix #1253
1. Validation fixed for required file upload field and radio field. 2. Password strength validation added Companion [PR](https://github.com/weDevsOfficial/wpuf-pro/pull/400)
The `Bank Payment Success Page` redirection setting was not working as expected. It’s honoring the `Payment Success Page` redirection instead the `Bank Payment Success Page` redirection. We have two success...
Note for testing: Remember to run `composer i` `composer du -o` `npm i` `grunt` command after pulling. Companion [PR ](https://github.com/weDevsOfficial/wpuf-pro/pull/468)
In User Frontend > Tools a new setting is introduced to delete some data upon plugin deletion. When you delete the WP User Frontend version, it will also delete all...
While trying to select the text area type (Normal, Rich text area, Teeny rich text area) through radio buttons for the Post Content & Post Description fields, all the buttons...