Skip to content

Releases: ProjectCleverWeb/Semantic-UI-WordPress

1.0.1 Patch

11 Jan 19:33
Compare
Choose a tag to compare
Commit Log: 1.0.0 – 1.0.1

Improvements

  • Gulp tasks re-implemented as function callbacks (more flexible; slightly faster and simpler)

Bugs:

  • Fixed utility styles interfering with Semantic UI defaults.
  • Fixed bug where \semantic\walker\abstract_base wasn't setting options correctly.
  • Fixed lowercase constants with capitol-case alternatives (depreciated lowercase)
  • Fixed dist. line endings (WordPress Guidelines)

Misc.

  • Corrected some documentation issues where the information was outdated or incorrect.

1.0.0 Release

17 Dec 23:11
Compare
Choose a tag to compare

Key Features:

  • Semantic UI 2.1.6
  • Simplified File-System
  • Enhanced Alternatives to WordPress Template Functions
  • Minimalist Styling
  • Much More... (see README for full details)

1.0.0 Beta 2

05 Dec 05:24
Compare
Choose a tag to compare
1.0.0 Beta 2 Pre-release
Pre-release

This release is largely a functional improvement to the first beta. It adds a build system, integrates Git Flow, improves how functionality is called, optimizes images, and also introduces a few new ideas. It also updates Semantic UI to 1.0.1 and fixes a number of bugs that were present in the first beta.

See the commit log

1.0.0 beta

24 Jun 07:55
Compare
Choose a tag to compare
1.0.0 beta Pre-release
Pre-release

A complete rewrite of the entire theme from scratch. This version should be very easy to grasp in comparison to the original theme. This version also promotes avoiding redundant content across theme files.


Much of the process has been simplified, and most things have in-context examples to help with the learning curve. This includes adding plenty of code comments, and using plain English throughout the code.

The theme class helps reduce redundancy by making it easier to include specific areas of content, and change areas practically on-the-fly. See theme::part() and theme::use_part().

0.2.1 Patch

09 Dec 21:10
Compare
Choose a tag to compare
0.2.1 Patch Pre-release
Pre-release
  • Updated Semantic: 0.9.2 => 0.9.6
  • Fixed: Empty Menu Error
  • Fixed: Closure Bug
  • Fixed: 'more' Tags
  • Fixed: page.php Content
  • Added: $_sui->model
  • Added: $tools->fmts_translate()
  • Added: Style Guide
  • Improved: Caption Design
  • Styled: <blockquote>
  • Styled: <table>

0.2.0 Minor Update

11 Nov 21:36
Compare
Choose a tag to compare
0.2.0 Minor Update Pre-release
Pre-release
  • Semantic UI Updated: 0.8.6 => 0.9.2
  • Reworked classes to use \semantic_ui\vars()
  • Reworked functions.php
  • Added: $_sui->scheme()
  • Added: Widget Parent (\semantic_ui\widget())
  • Added Widget: Semantic UI Menu (\semantic_ui\widget\add_menu())
  • Added: $_sui->model()
  • Default Scheme: Black & Blue
  • Fixed: Some WP Styles
  • Finished: menu->display()

0.1.1 Patch

06 Nov 03:50
Compare
Choose a tag to compare
0.1.1 Patch Pre-release
Pre-release

Features:

  • Updated Semantic: 0.8.1 => 0.8.6
  • Cleaner CSS
  • Created: $_sui->menu
  • Finished: data_class->post_img_info()
  • Finished: data_class->get_menu()
  • Page Improvements: Search
  • Page Improvements: Content Not Found
  • Page Improvements: Menu Implementation

Initial Release

05 Nov 05:34
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

This is the first public release. This is a starting point, as well as something to let the community play with.

Features

  • Basic model for the backend created
  • Basic theme layout created
  • Multi-layer OOP
  • Under semantic_ui namespace