Hello,
The lack of correct tag usage in your svn repository also messes with composer-based setups that use your plugin.
On wpackagist.org, the composer package repository for WordPress plugins, you can see that it does not list your previous versions either. https://wpackagist.org/search?q=interactive-3d-flipbook-powered-physics-engine
If we have a dependency on an older version, and then try to subsequently install it on a new machine, we get an error like this:
– Root composer.json requires wpackagist-plugin/interactive-3d-flipbook-powered-physics-engine == 1.12.1.0, found wpackagist-plugin/interactive-3d-flipbook-powered-physics-engine[dev-trunk, 1.12.2] but these do not match your constraint and are therefore not installable. Make sure you either fix the constraint or avoid updating this package to keep the one present in the lock file (wpackagist-plugin/interactive-3d-flipbook-powered-physics-engine[1.12.1]).
Here’s how you can do this: https://developer.www.ads-software.com/plugins/wordpress-org/how-to-use-subversion/#tagging-new-versions
Thanks!