Skip to content

Releases: shane-zentz/bs-cms

BS-CMS Final Release V-1.0.8

23 May 02:48
a10c96d
Compare
Choose a tag to compare

This is the final release of BS-CMS, V-1.0.8...

BS-CMS Beta Release V-1.0.7

05 May 02:06
1226f9a
Compare
Choose a tag to compare

This is V-1-0-7

BS-CMS Beta Release V-1.0.6

03 May 03:38
804d411
Compare
Choose a tag to compare

BS-CMS Beta Release V-1.0.6

This is just a maintenance release to fix some bugs/issues with V-1.0.5

BS-CMS Beta Release V-1.0.5

11 Feb 02:20
bdede7a
Compare
Choose a tag to compare

BS-CMS Beta Release V-1.0.5

@shane-zentz shane-zentz released this on Dec 11, 2020 · 2 commits to master since this release

BS-CMS is a simple flat file cms project. It is fully functional and has most expected features of a cms, however it is still in a beta release.

BS-CMS (c) 2020 by Shane Zentz (https://www.shanezentz.com/)

Licensed: MIT Description: BS-CMS is a simple CMS (content management system) that is a flat-file based system. It uses JSON and XML files in place of an SQL database. This is the first version, and you should consider it a beta release. In other words use it at your own risk and do not assume that it is fully correct or bug free or secure. However, feel free to try it out, use it, find limitations and bugs. Also feel free to submit bugs and improvements through my github channel, . Enjoy!

Limitations: BS-CMS was designed to be a bare-bones, simple CMS, and as such does have it's limitations, as almost any software does. Here is a list of some (but not all) obvious limitations: . It does not have user permissions, and as such all users are 'master' or 'god mode' users that have all permissions, and can delete any other users. I hope to fix this in later releases. . It may contain security flaws that could be exploitable. Use at your own risk. . At present there is no ability for plugins (called add ons here), this will possibly be added at a later release. . It may contain bugs or other flaws. This is my first attempt at a simple, flat-file CMS and as such it may not be correct or 'the way it should be', but at a simple level it does work. . At present it only contains the Tiny MCE editor, which is fine, however I will attempt to add other editors in future releases. Most likely where the end user will have a choice between different editors.

BS-CMS uses the following components:

Bootstrap 4 Licensed: MIT URL: https://getbootstrap.com/

Lightbox 2 Licensed: MIT Author: Lokesh Dhakar URL: https://lokeshdhakar.com/projects/lightbox2/

Tiny MCE Licensed: GNU Lesser General Public License (LGPL) URL: https://www.tiny.cloud/

jQuery Licensed: MIT - https://jquery.org/license/ URL: https://jquery.org/

Nestable jQuery plugin Licensed: Dual-licensed under the BSD or MIT licenses URL: https://dbushell.com/Nestable/ and https://github.com/dbushell/Nestable

PHP Simple Router Class (CHRISTOPH STITZ) Licensed: MIT URL: https://steampixel.de/en/simple-and-elegant-url-routing-with-php/, https://steampixel.de/en/author/christoph/, https://github.com/steampixel/simplePHPRouter/tree/master

Updates for V.1.0.5

added icons to admin dashboard
minor fixes to some update files

BS-CMS Beta Release V-1.0.4

30 Jan 03:50
a52aaac
Compare
Choose a tag to compare

@shane-zentz shane-zentz released this on Dec 11, 2020 · 2 commits to master since this release

BS-CMS is a simple flat file cms project. It is fully functional and has most expected features of a cms, however it is still in a beta release.

BS-CMS (c) 2020 by Shane Zentz (https://www.shanezentz.com/)

Licensed: MIT Description: BS-CMS is a simple CMS (content management system) that is a flat-file based system. It uses JSON and XML files in place of an SQL database. This is the first version, and you should consider it a beta release. In other words use it at your own risk and do not assume that it is fully correct or bug free or secure. However, feel free to try it out, use it, find limitations and bugs. Also feel free to submit bugs and improvements through my github channel, . Enjoy!

Limitations: BS-CMS was designed to be a bare-bones, simple CMS, and as such does have it's limitations, as almost any software does. Here is a list of some (but not all) obvious limitations: . It does not have user permissions, and as such all users are 'master' or 'god mode' users that have all permissions, and can delete any other users. I hope to fix this in later releases. . It may contain security flaws that could be exploitable. Use at your own risk. . At present there is no ability for plugins (called add ons here), this will possibly be added at a later release. . It may contain bugs or other flaws. This is my first attempt at a simple, flat-file CMS and as such it may not be correct or 'the way it should be', but at a simple level it does work. . At present it only contains the Tiny MCE editor, which is fine, however I will attempt to add other editors in future releases. Most likely where the end user will have a choice between different editors.

BS-CMS uses the following components:

Bootstrap 4 Licensed: MIT URL: https://getbootstrap.com/

Lightbox 2 Licensed: MIT Author: Lokesh Dhakar URL: https://lokeshdhakar.com/projects/lightbox2/

Tiny MCE Licensed: GNU Lesser General Public License (LGPL) URL: https://www.tiny.cloud/

jQuery Licensed: MIT - https://jquery.org/license/ URL: https://jquery.org/

Nestable jQuery plugin Licensed: Dual-licensed under the BSD or MIT licenses URL: https://dbushell.com/Nestable/ and https://github.com/dbushell/Nestable

PHP Simple Router Class (CHRISTOPH STITZ) Licensed: MIT URL: https://steampixel.de/en/simple-and-elegant-url-routing-with-php/, https://steampixel.de/en/author/christoph/, https://github.com/steampixel/simplePHPRouter/tree/master

Updates for V.1.0.4

  • new automatic updating system
  • fixed visitor / page tracking system
  • added automatic human readable sitemap function
  • a few other minor fixes
  • some minor style updates

BS-CMS Beta Release V-1.0.3

12 Dec 03:02
d325f42
Compare
Choose a tag to compare

BS-CMS is a simple flat file cms project. It is fully functional and has most expected features of a cms, however it is still in a beta release.

BS-CMS (c) 2020 by Shane Zentz (https://www.shanezentz.com/)

Licensed: MIT Description: BS-CMS is a simple CMS (content management system) that is a flat-file based system. It uses JSON and XML files in place of an SQL database. This is the first version, and you should consider it a beta release. In other words use it at your own risk and do not assume that it is fully correct or bug free or secure. However, feel free to try it out, use it, find limitations and bugs. Also feel free to submit bugs and improvements through my github channel, . Enjoy!

Limitations: BS-CMS was designed to be a bare-bones, simple CMS, and as such does have it's limitations, as almost any software does. Here is a list of some (but not all) obvious limitations: . It does not have user permissions, and as such all users are 'master' or 'god mode' users that have all permissions, and can delete any other users. I hope to fix this in later releases. . It may contain security flaws that could be exploitable. Use at your own risk. . At present there is no ability for plugins (called add ons here), this will possibly be added at a later release. . It may contain bugs or other flaws. This is my first attempt at a simple, flat-file CMS and as such it may not be correct or 'the way it should be', but at a simple level it does work. . At present it only contains the Tiny MCE editor, which is fine, however I will attempt to add other editors in future releases. Most likely where the end user will have a choice between different editors.

BS-CMS uses the following components:

Bootstrap 4 Licensed: MIT URL: https://getbootstrap.com/

Lightbox 2 Licensed: MIT Author: Lokesh Dhakar URL: https://lokeshdhakar.com/projects/lightbox2/

Tiny MCE Licensed: GNU Lesser General Public License (LGPL) URL: https://www.tiny.cloud/

jQuery Licensed: MIT - https://jquery.org/license/ URL: https://jquery.org/

Nestable jQuery plugin Licensed: Dual-licensed under the BSD or MIT licenses URL: https://dbushell.com/Nestable/ and https://github.com/dbushell/Nestable

PHP Simple Router Class (CHRISTOPH STITZ) Licensed: MIT URL: https://steampixel.de/en/simple-and-elegant-url-routing-with-php/, https://steampixel.de/en/author/christoph/, https://github.com/steampixel/simplePHPRouter/tree/master

Updates for V.1.0.3
-updates to Base2 theme

  • updates to backup method

BS-CMS Beta Release V.1.0.1

19 Jul 04:14
b294e0a
Compare
Choose a tag to compare
Pre-release

bs-cms
BS-CMS is a simple flat file cms project. It is fully functional and has most expected features of a cms, however it is still in a beta release.

BS-CMS (c) 2020 by Shane Zentz (https://www.shanezentz.com/)

Licensed: MIT Description: BS-CMS is a simple CMS (content management system) that is a flat-file based system. It uses JSON and XML files in place of an SQL database. This is the first version, and you should consider it a beta release. In other words use it at your own risk and do not assume that it is fully correct or bug free or secure. However, feel free to try it out, use it, find limitations and bugs. Also feel free to submit bugs and improvements through my github channel, . Enjoy!

Limitations: BS-CMS was designed to be a bare-bones, simple CMS, and as such does have it's limitations, as almost any software does. Here is a list of some (but not all) obvious limitations: . It does not have user permissions, and as such all users are 'master' or 'god mode' users that have all permissions, and can delete any other users. I hope to fix this in later releases. . It may contain security flaws that could be exploitable. Use at your own risk. . At present there is no ability for plugins (called add ons here), this will possibly be added at a later release. . It may contain bugs or other flaws. This is my first attempt at a simple, flat-file CMS and as such it may not be correct or 'the way it should be', but at a simple level it does work. . At present it only contains the Tiny MCE editor, which is fine, however I will attempt to add other editors in future releases. Most likely where the end user will have a choice between different editors.

BS-CMS uses the following components:

Bootstrap 4 Licensed: MIT URL: https://getbootstrap.com/

Lightbox 2 Licensed: MIT Author: Lokesh Dhakar URL: https://lokeshdhakar.com/projects/lightbox2/

Tiny MCE Licensed: GNU Lesser General Public License (LGPL) URL: https://www.tiny.cloud/

jQuery Licensed: MIT - https://jquery.org/license/ URL: https://jquery.org/

Nestable jQuery plugin Licensed: Dual-licensed under the BSD or MIT licenses URL: https://dbushell.com/Nestable/ and https://github.com/dbushell/Nestable

PHP Simple Router Class (CHRISTOPH STITZ) Licensed: MIT URL: https://steampixel.de/en/simple-and-elegant-url-routing-with-php/, https://steampixel.de/en/author/christoph/, https://github.com/steampixel/simplePHPRouter/tree/master

Updates for V.1.0.1
-updates to Base2 theme

BS-CMS Beta Release V.1.0.0

13 Jul 03:25
ec74832
Compare
Choose a tag to compare
Pre-release

This is a beta release of BS-CMS, a simple, flat file CMS created by Shane Zentz as a simple php programming project. This version is fully working and fully functional although it may contain bugs and/or other issues that will be corrected in future releases.