Skip to content

Releases: mreishman/WebCoreMJR

0.2.1

26 Nov 20:01
aee4e01
Compare
Choose a tag to compare
  • 0.2.1
    • Features
      • Added 'back to top button' Module. Loaded by default in header section in template files.
    • Bug Fixes
      • Added file check around header image
      • Added file check around favicon
      • Added file check around js / css files
      • Fixed three column layout second column config settings

0.1.4

26 Nov 20:00
0aa1818
Compare
Choose a tag to compare
  • 0.1.4
    • Bug Fixes
      • Added file check around header image
      • Added file check around favicon
      • Added file check around js / css files
      • Fixed three column layout second column config settings
      • Fail check on missing header or footer modules

0.2

17 Feb 21:57
Compare
Choose a tag to compare
0.2
  • Features
    • New Templates
      • Two Column
      • Three Column
      • Navigation Templates
    • Submenu Logic
      • Logic for showing sub parts of menu
      • Menu icon support
      • Text descriptions for links
      • Added base page navigation file
    • Module Changes
      • Modules use own xml.
      • Allows for modules to have css / js files instead of template file
    • Config
      • Added config file for global variables
      • Added base url var, added on to front of file paths
      • Added default for file paths for page and content (default 404.xml and 404.html)
    • Added css option for mobile only menu
  • Bug Fixes
    • Fixed bug with having a trailing slash at end of pages

0.1.3

17 Feb 21:56
93ebc8b
Compare
Choose a tag to compare
  • Features
    • New Templates
      • Two Column
      • Three Column
    • Submenu Logic
      • Logic for showing sub parts of menu
      • Menu icon support
      • Text descriptions for links
      • Added base page navigation file
    • Added css option for mobile only menu
  • Bug Fixes
    • Fixed bug with having a trailing slash at end of pages

0.1.2.2

13 Jan 01:02
c839da0
Compare
Choose a tag to compare

Removed demo site from source code (moved to a separate branch)

0.1.2.1

06 Jan 21:53
cb53d8b
Compare
Choose a tag to compare
  • Bug Fixes
    • Fixed gallery bug with default Ids and left/right arrows

0.1.2

06 Jan 14:40
fcb8fb4
Compare
Choose a tag to compare
  • Features
    • Navigation now highlights active page
    • Added sitemap page
  • Bug Fixes
    • Gallery images do not require id (gets default from src)
    • Added target option for links in galleries
    • Fixed typo in navigation function
    • Having navigation groups without a main page works correctly now

0.1.1

24 Dec 14:49
81b2279
Compare
Choose a tag to compare
  • Features
    • Added gallery module
    • Auto versions css / js files (from file modify time)
  • Bug Fixes
    • Incorrect xml files now show 404 page instead of php error
    • Default file fixed for sub directories

0.1.0.1

22 Nov 23:45
af91c5b
Compare
Choose a tag to compare
  • Bug Fixes
    • Fixed JS / CSS link issues
    • Fixed bug with css breakpoint not working correctly because of missing meta tag

0.1

10 Nov 21:31
Compare
Choose a tag to compare
0.1
  • Initial version of WebCoreMJR
  • Features
    • Added basic structure for loading of php classes
    • Added functions for loading content based off of an xml structure
    • Added example site for demo