Gaya Kessler
Forum Replies Created
-
Forum: Plugins
In reply to: [A/B Testing for WordPress] So – only works with Gutenberg?Yes. You’re only able to create tests using Gutenberg.
Forum: Plugins
In reply to: [A/B Testing for WordPress] .gitignore in plugin ignoring needed subfoldersHi Joshua,
I leave these out because
vendoranddistare generated from the source and what you find in GitHub is the source, and not the generated product.Including
vendoranddistwould mean that I ship generated code to my version control, which I do not want.You can find releases at https://github.com/Gaya/ab-testing-for-wp/releases, these contain everything you’d need to run the plugin and still allow you to keep updated through GitHub.
It might also not be a good idea to sync my plugin through GitHub as
masterdoes not always reflect the latest release and might contain work in progress code.Hope this helps.
Gaya
Forum: Plugins
In reply to: [A/B Testing for WordPress] Forcing Variants IssueHey @raptor235,
I haven’t had any free time to work on this yet.
You’re more than welcome to contribute to the project on GitHub and open a PR.
When I have the time I’ll try to get this feature in first.
Forum: Reviews
In reply to: [A/B Testing for WordPress] Gratest Gutenberg block everHi Paul,
Thank you for you kind words! Very much appreciated.
Let me know if you have any questions for the implementation of your plugin, I am glad to help out.
Cheers,
Gaya