Alain-Aymerick FRANCOIS
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Cassify] PHP 7 SupportHi,
Please upgrade to last version. SwiftMailer is upgraded to 6.2.0.
Best regards
Forum: Plugins
In reply to: [WP Cassify] Multivalued attributes and authorization rulesHi,
Take a look at 2.0.8 release. I’ve added two new operator “IN” and “NOTIN” to process array attributes values.
Best regards.
Hi,
Please update to version 2.0.7. Use new filter wp_cassify_override_service_validate_url in your plugin or in your functions.php.
See doc here :
https://wpcassify.wordpress.com/plugin-filters/.Best regards.
Forum: Plugins
In reply to: [Media Cleaner: Clean your WordPress!] ACF image field are tagged as unusedHi,
I’m plugin author too. So I understand what do you say.It doesn’t matter if the problem is not solved.
To reproduce this case :- install and enable ACF https://wordpress.org/plugins/advanced-custom-fields/
- In ACF menu create new field group called Customer
- Create two fields, one textfield called “Name” and another image field called “Identity photo”
- Link field group to posts
- Create new post and fill new fields at bottom of post edit screen (“Name” and “Identity photo”)
- Then Use media cleaner plugin to perform scan and check if media uploaded via “Identity photo” field is tagged as unused.
Best regards.
Forum: Plugins
In reply to: [Media Cleaner: Clean your WordPress!] ACF image field are tagged as unusedHi,
Sorry,
I’ve update plugin to release 4.4.6 but i’ve the same problem. After scan, the plugin tags image as “unused” but image is used in post using ACF image field.Best regards.
Forum: Plugins
In reply to: [WP Cassify] Where’s the backup file?Hi,
You must click on “Backup Plugin Configuration” button not on “Save Options” button. Then json configuration file is automatically downloaded on your local default download folder on your computer.
Best regards.
Forum: Plugins
In reply to: [WP Cassify] Creating CAS ServerHi,
This plugin allow to authenticate users through CAS server. It does not implement a CAS server.If you want to installé a CAS server, follow this link : https://apereo.github.io/cas/5.1.x/planning/Installation-Requirements.html
Best regards.
Forum: Plugins
In reply to: [WP Cassify] WP_Cassify prevents the admin bar from showingHi,
There’s nothing in plugin code which specify hiding admin bar. I think you must look elsewhere.
Best regards.
Forum: Plugins
In reply to: [WP Cassify] Registration of new users in the CAS/LDAPHi,
It’s possible to create new users in WordPress from CAS server. But it’s not possible to create new users in CAS server from WordPress.
Best regards.
Forum: Plugins
In reply to: [WP Cassify] WordPress User metas with two CAS User attributesHi,
This release does not do that but i will integrate this feature in next release.
Best regards.Forum: Plugins
In reply to: [WP Cassify] problem with autologin gatewayHi,
OK so i close thread.
Best regards.Forum: Plugins
In reply to: [WP Cassify] Login Landing Page (Services URL) brokenHi,
Bug is fixed by last release.
Best regards.Forum: Plugins
In reply to: [WP Cassify] Import ErrorsHi,
Please upgrade to 2.0.4 and keep me informed.
Best regards.
Forum: Plugins
In reply to: [WP Cassify] Login Landing Page (Services URL) brokenHi,
I think i’ve made a bug in last commit. Please uncomment line which encode URL in wp_cassify_encode_query_in_url function located in WP_cassify_utils.php.
Sorry, i can’t commit today but i will push new release tomorrow.Best regards.
Forum: Plugins
In reply to: [WP Cassify] Import ErrorsHi,
It’s a bug. I forgot to declare method as static. Please upgrade to next release (2.0.2).
Keep me informed if it solve the problem.Best regards.