Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Veraxus/nouveau

Tags

1.0.rc1

Toggle 1.0.rc1's commit message
Changelog update

0.14

Toggle 0.14's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
0.14 Release

0.12.0

Toggle 0.12.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
0.12

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.

0.11.4

Toggle 0.11.4's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
0.11.4 - Gulp Support

0.11.3

Toggle 0.11.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fixed dupes

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.

0.11.1

Toggle 0.11.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
0.11.1

* Adjusted method names for a consistent coding standard: classes are
CamelCase with no underscores, methods are lowercase with underscores
encouraged.
* Tweaks & improvements to MarkupGenerator
* Added some unit tests for MarkupGenerator
* Added phpdocs for the core NOUVEAU library; located in the theme's
`_docs` folder.

0.11.0

Toggle 0.11.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
0.11

* Updated NOUVEAU to use Foundation for Sites 6.2!
* NOUVEAU now uses PSR-4 class autoloading. No more manual requires!
* The main NV class is now accessed through a singleton: `NV::i()`
* Global constants were removed and replaced with properties. E.g.
`NV::i()->paths-theme` or `NV::i()->getPath('theme')`
* Applied WordPress coding standards to core NOUVEAU library.
* Created placeholder unit test scaffolding.
* Note: Some Foundation-oriented theme functions like
`Theme::archive_nav()` still need to be re-implemented.

0.10.0

Toggle 0.10.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Initial Foundation 6 integration

Foundation 6 integrated. NV core not yet optimized.