Skip to content

GetSimpleCMS-CE/update-GetSimpleCMS-CE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

110 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GetSimple CMS Community Edition

image

CMS - GetSimpleCMS CE PHP - v7.4-8.x DataBase GitHub Release Documentation - Available License


What is GetSimple CMS CE? ℹ️

GetSimple CMS is a lightweight, user-friendly content management system designed for simplicity and efficiency. It is flat-file based, meaning it doesn’t require a database, making it ideal for smaller websites and quick deployments. With its intuitive interface, anyone can easily create and manage content without extensive technical knowledge. GetSimple CMS offers fast performance, robust security, and easy customization with themes and plugins. Perfect for small business websites, portfolios, and blogs, it allows users to focus on their content without the complexity of larger CMS platforms.

Its intuitive interface is specifically designed for ease of use, catering to non-technical users while still offering customization options for developers. Additionally, GetSimple emphasizes minimalism and efficiency, making it an excellent choice for smaller projects like portfolios, blogs, and business websites. Unlike many larger CMS platforms, GetSimple provides all the essential features without unnecessary complexity.

Now supporting php7.4-8.x.



REQUIREMENTS 📋

  • UNIX/Linux hosting, (Windows tested with minor limitations)
  • PHP 7.4+
  • Apache server. (LiteSpeed is exceptable, but depending on host, may have limitations. Nginx may not support working with .htaccess files).
  • SimpleXML (GS uses XML files to store data)
  • ZipArchive (Needed for making zip backups of your website.)
  • Apache mod_rewrite (Needed if you want to use FancyURLs)
  • cURL
  • GD Library (Needed in order to create thumbnails of uploaded images)
  • No MySQL databases are required


What's New ⭐

New:

  • New: Danish, Norwegian and Swedish langs. added.
  • New: Salt/Hash Generator included

Updates:

  • Updated: Health Check.
  • Updated: Support Page

Fixes:

  • Fixed: Typo in Edit Page.

Removals:

  • Removed: --

Security & Hotfixes:

  • Hotfixes: RCE vulnerability CVE-2025-48492

Other:

  • Miscellaneous cleanup, fixes, and improvements


Upgrade

⚠️ GetSimple v3.3.16 or newer required.

Always create a backup to protect against the unexpected!

  • Overwrite existing files.
  • If you have renamed the default /admin/ folder, this needs to be reverted back before applying this update. After you have applied the update, you may again personalize this.
  • Update your existing gsconfig.php with the following:

Add New:

# Login Page Default Language;
$LANG = 'en_EN'; // es_ES, pl_PL, de_DE, uk_UK, etc.

# Sort admin page list by title or menu
define('GSSORTPAGELISTBY','menu');

# Set CodeMirror Theme (blackboard or default)
define('GSCMTHEME','blackboard');

Replace section:

# WYSIWYG toolbars (advanced, basic or [custom config]) 
# define('GSEDITORTOOL', 'advanced');

# WYSIWYG Editor Options
# define('GSEDITOROPTIONS', '');

With updated:

# WYSIWYG toolbars (advanced, basic, advanced, island, CEbar or [custom config])
define('GSEDITORTOOL', "CEbar");

# WYSIWYG Editor Options
define('GSEDITOROPTIONS', '
extraPlugins:"fontawesome5,youtube,codemirror,cmsgrid,colorbutton,oembed,simplebutton,spacingsliders",
disableNativeSpellChecker : false,
forcePasteAsPlainText : true
');


Team 💻

The following individuals generously donate their time to further developing this "Community Edition" version, please consider supporting their efforts:

💻 multi / multicolor 🎮

Multi is a versatile freelance programmer and designer from Poland, skilled in both front-end and back-end development. Donate

💻 risingisland /islander 🌴

RisingIsland is a self-employed web developer and graphic designer originally from California, who has spent the past 20 years residing in Spain. Donate



LICENSE 📑

This software package is licensed under the GNU GENERAL PUBLIC LICENSE v3. LICENSE.txt is located within this download's zip file.

It would be great if you would link back to https://getsimple-ce.ovh/ if you use it.

About

GetSimpleCMS-CE Upgrade Patches

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •