Merge pull request #674 from WordOps/updating-configuration
Add Ubuntu 24.04 LTS « Noble Numbat » support
This commit is contained in:
14
CHANGELOG.md
14
CHANGELOG.md
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
2
install
2
install
@@ -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
|
||||
|
||||
2
setup.py
2
setup.py
@@ -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',
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user