Merge pull request #674 from WordOps/updating-configuration

Add Ubuntu 24.04 LTS « Noble Numbat » support
This commit is contained in:
VirtuBox
2024-06-14 17:12:46 +02:00
committed by GitHub
5 changed files with 18 additions and 7 deletions

View File

@@ -8,6 +8,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### v3.22.0 - [Unreleased]
### v3.21.3 - 2024-06-14
#### Added
- Add Ubuntu 24.04 LTS support
#### Changed
- Use MariaDB dynamic mirror by @VirtuBox in #673
#### Fixed
- Fix mariadb repo migration by @VirtuBox in #668
### v3.21.2 - 2024-06-11
#### Added

View File

@@ -57,6 +57,7 @@
#### Recommended
- Ubuntu 24.04 LTS (Noble)
- Ubuntu 22.04 LTS (Jammy)
- Ubuntu 20.04 LTS (Focal)
@@ -71,10 +72,6 @@
- Raspbian 10 (Buster)
- Raspbian 11 (Bullseye)
#### Not fully compatible yet
- Ubuntu 24.04 LTS (Noble)
## Getting Started
```bash

View File

@@ -9,7 +9,7 @@
# -------------------------------------------------------------------------
# wget -qO wo wops.cc && sudo -E bash wo
# -------------------------------------------------------------------------
# Version 3.21.2 - 2024-06-11
# Version 3.21.3 - 2024-06-14
# -------------------------------------------------------------------------
# CONTENTS

View File

@@ -27,7 +27,7 @@ if os.geteuid() == 0:
os.makedirs('/var/lib/wo/tmp/')
setup(name='wordops',
version='3.21.2',
version='3.21.3',
description='An essential toolset that eases server administration',
long_description=LONG,
long_description_content_type='text/markdown',

View File

@@ -15,7 +15,7 @@ class WOVar():
"""Intialization of core variables"""
# WordOps version
wo_version = "3.21.2"
wo_version = "3.21.3"
# WordOps packages versions
wo_adminer = "4.8.1"
wo_phpmyadmin = "5.2.0"