Installatron Customization--WP Plugins

I’m updating the default package for our new WordPress installs in Installatron, and wanted all the plugins to install to the current version. I edited the script for several plugins (e.g., Really Simple SSL, WordPress Importer) that had been installing less than current versions. So, for example, I updated Really Simple SSL to:

$o->registerArchive(“really_simple_ssl”,“http://downloads.wordpress.org/plugin/really-simple-ssl.3.1.4.zip”, “zip”);

However, Installatron is still installing the older version (3.1.3). Same with several other plugins. Is there something I’m overlooking? Also, would like to install the latest version of themes, but I don’t see a way to ensure that the latest versions install by default.

More broadly, I’d be interested in knowing what plugs folks are putting into their default installs. Ours include Classic Editor, Hypothesis, Cookies for Comments, WordPress Importer, Head, Footer and Post Injections, Subscribe to Comments, and Import Users from CSV with meta.

Thanks,

Mo

I strongly recommend the use of Templates which don’t require any code https://workshop.reclaimhosting.com/whm-in-depth/using-templates-in-installatron/. They allow you to create a templated install in any account and then turn it into a template that is used for new installs. Much easier to keep up to date and no monkeying with PHP code.

Thanks Tim, that makes a lot of sense.

Thank you, very good answer for me too.