Vova Feldman

Results 46 comments of Vova Feldman

@KarthikeyanKumar just adding a point on top of @mohsinoffline's request, the library doesn't have to be licensed as GPL, it can be [GPL-compatible](https://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses), which include many types of open-source licenses...

Thanks for your PR @timiwahalahti. I checked the repo, and I can't find a file named `air.php`, can you please share the URL? Or if that's a mistake, please fix...

@nikic any ETA on releasing a stable version of format preservation? We really need it :)

@Luehrsen this is an ongoing back and forth with wp.org. Not everything needs to be sanitized/escaped, especially when you know the expected format/structure of the value. If we start to...

Relevant PR: https://github.com/Freemius/wordpress-sdk/pull/308

@johnalarcon it is working that way by design. If a user opens a hidden page, we do want to show them the context of the page by showing the hidden...

@fajardoleo why not simply change this line: `if ( true !== $this->_storage->is_whitelabeled ) {` with: `if ( true !== $this->apply_filters( 'is_whitelabeled', $this->_storage->is_whitelabeled ) ) {` ?

@Rhytz is it still happening? If so, could you please contact our support via [support AT freemius DOT com] and we'll continue from there.