Explaining Versioning
Mable prides itself on being simple, and its version codes are easy to understand. The codes contain three numbers, such as 1.0.1
.
The three numbers are as follows:
- Major revision
- Minor revision
- Bug fixes
Major revisions contain functional changes, new features, any new namespaces, and anything which would heavily impact stability. Minor revisions have miscelaneous changes, and may change functionality, but never in a significant way, and never introduce new features. Bug fix versions are for bug fixes.
It is up to you when and how, or if you want to update your main CSS file. All themes are compatible with all versions of mable. Past, present, and future, provided they only affect variables. Affecting selectors directly can cause forward-compatability problems.
Versions
1.1
- Organization changes
- Various bug fixes
- Removed
top
namespace..top-section-transparent
is now.section-transparent-top
1.0.1
- Various bug fixes