Pular para o conteúdo principal

Updates and Maintenance

Stay up-to-date with the latest updates and learn how to handle application maintenance.

Changelog

Updates are reported in our Changelog. Regularly check it to learn about new features and bug fixes.

Specify Script Version

If you want to use a specific version instead of the latest, you can specify the version in the src of the script:

<script
id="puzzle-bot-script"
src="https://your-application.com/bot-ai?v=1.2.3"
data-apikey="your-api-key"
></script>

Replace 1.2.3 with the desired version number.