Semantic UI WordPress Versions Save

This project incorporates Semantic UI into a starter (aka developer) theme for WordPress.

1.0.1

8 years ago
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

8 years ago

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-beta2

9 years ago

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

9 years ago

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

10 years ago
  • 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

10 years ago
  • 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

10 years ago

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

0.1.0

10 years ago

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