Skip to main content

Current Version

Latest Version: 1.20.0 (Application Version)Server Version: 1.12

View All Releases

Complete changelog on GitHub

Download Latest

Get the latest version

Supported Versions

Webinoly Version Information

Webinoly uses two version numbers:
The main Webinoly application version that tracks:
  • Feature additions
  • Bug fixes
  • Command improvements
  • Script updates
Check your version:
sudo webinoly -version
The server configuration version that tracks:
  • NGINX configuration changes
  • Stack component updates
  • System-level modifications
  • Security patches
View server info:
sudo webinoly -info

Component Versions

Supported PHP Versions:
  • PHP 7.4
  • PHP 8.0
  • PHP 8.1
  • PHP 8.2
  • PHP 8.3
  • PHP 8.4 (default)
  • PHP 8.5
See PHP official documentation for version lifecycle.

Updating Webinoly

Check for Updates

# Check current version
sudo webinoly -version

# View full system info
sudo webinoly -info

Update to Latest Version

# Update Webinoly
sudo webinoly -update

# The update process:
# 1. Downloads latest version
# 2. Backs up current configuration
# 3. Installs new version
# 4. Preserves all your sites and settings
Always backup your sites before major updates:
sudo backup -all

Beta Releases

Test upcoming features:
# Switch to beta channel
sudo webinoly -update -beta

# Switch back to stable
sudo webinoly -update

Release Channels

Stable

Recommended for production
  • Thoroughly tested
  • Production-ready
  • Regular security updates
  • Long-term support

Beta

For testing and feedback
  • Early access to features
  • Help test new functionality
  • Report bugs before stable release
  • Not recommended for production

Version History Overview

Recent Major Releases

Current Stable ReleaseKey features and improvements:
  • Enhanced stability and performance
  • Updated component support
  • Security enhancements
  • Bug fixes and optimizations
View detailed release notes
Previous Stable VersionsMajor milestones:
  • PHP 8.x support improvements
  • Enhanced WordPress management
  • Performance optimizations
  • Security updates
Browse all releases
Legacy VersionsFoundation releases:
  • Core functionality established
  • Basic LEMP stack management
  • Initial WordPress support
  • SSL certificate automation
Users on 1.0x versions should upgrade to 1.20.x for latest features and security updates.

What’s New in 1.20.0

New Capabilities:
  • Updated PHP version support (8.4 as default)
  • Improved MariaDB/MySQL version management
  • Enhanced backup and restore functionality
  • Better error handling and messages
  • Performance optimizations

Upgrade Path

From Older Versions

1

Backup Everything

# Create full backup before upgrading
sudo backup -all
2

Check Compatibility

# Review current installation
sudo webinoly -info

# Check site status
sudo site -list
3

Update Webinoly

# Perform update
sudo webinoly -update

# Verify new version
sudo webinoly -version
4

Test Your Sites

# Verify all sites work
curl -I https://example.com

# Check logs
sudo log example.com

Breaking Changes

Check the release notes for any breaking changes before upgrading major versions.
Common upgrade considerations:
  • PHP version compatibility
  • Database engine changes
  • Configuration file formats
  • Command syntax changes
  • Deprecated features

Deprecation Notice

End of Life Components

Ubuntu Version Support:✅ Supported:
  • Ubuntu 24.04 (Noble)
  • Ubuntu 22.04 (Jammy)
❌ No Longer Supported:
  • Ubuntu 20.04 (Focal)
  • Ubuntu 18.04 (Bionic)
  • Older versions
See Ubuntu release cycle for details.
PHP Support Status:⚠️ Security Support Only:
  • PHP 7.4 (consider upgrading)
  • PHP 8.0 (consider upgrading)
✅ Active Support:
  • PHP 8.1 and newer
Check PHP supported versions.

Release Schedule

Update Frequency

Regular Updates:
  • Patch releases: As needed for critical fixes
  • Minor releases: Every few months for features
  • Major releases: Annually for significant changes
Security Updates:
  • Released immediately for critical vulnerabilities
  • Follow responsible disclosure practices
  • Announced via GitHub and social media

Stay Informed

GitHub Releases

Subscribe to release notifications

Newsletter

Get updates via email

Twitter/X

Follow for announcements

Mastodon

Alternative social channel

Migration Guides

For version-specific migration instructions:

Migration Guide

Comprehensive migration guide for all scenarios

Rollback Procedure

If you encounter issues after updating:
1

Stop Services

sudo service nginx stop
sudo service php*-fpm stop
2

Restore Backup

# If you created a backup before updating
sudo restore -all
3

Report Issue

Create an issue with:
  • Version numbers (old and new)
  • Error messages
  • Steps to reproduce
  • System information

Version Support Policy

Supported Versions

VersionStatusSupport UntilSecurity Updates
1.20.x✅ StableCurrentYes
1.1x.x⚠️ Maintenance6 monthsYes
1.0x.x❌ End of LifeEndedNo

Support Levels

Current Stable VersionIncludes:
  • New features
  • Bug fixes
  • Security patches
  • Performance improvements
  • Community support
  • Documentation updates

Development Roadmap

Upcoming Features

Future development priorities (subject to change):
  • Enhanced container support
  • Improved monitoring tools
  • Advanced caching options
  • Better automation capabilities
  • Extended platform support
Follow the GitHub repository for the latest roadmap updates and feature discussions.

Contributing to Development

Help shape the future of Webinoly:

Report Bugs

Help identify issues

Suggest Features

Share your ideas

Contribute Code

Submit pull requests

Test Betas

Help test new releases

Questions?

View Full Changelog

Access complete version history and detailed release notes on GitHub

Build docs developers (and LLMs) love