Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit d023ed6

Browse files
committed
Merge branch 'release-0.3.5'
2 parents 13b912e + 5a25205 commit d023ed6

File tree

7 files changed

+34
-13
lines changed

7 files changed

+34
-13
lines changed

.gitignore

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
.DS_Store
2-
public/index.html
3-
public/styleguide.html
4-
public/styleguide/html/styleguide.html
5-
public/css/*
6-
public/fonts/*
7-
public/js/*
8-
public/images/*
9-
public/patterns/*
2+
public/*
3+
!public/listeners/*
4+
!public/styleguide/*
5+
!public/patterns/**/*
106
config.ini
117
latest-change.txt
128
/public/styleguide/js/styleguide-ck.js
139
/public/listeners/synclisteners-ck.js
1410
/public/styleguide/js/data-saver-ck.js
15-
/public/styleguide/js/url-handler-ck.js
11+
/public/styleguide/js/url-handler-ck.js

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
THIS CHANGELOG IS AN ATTEMPT TO DOCUMENT CHANGES TO THIS PROJECT.
22

3+
PL-v0.3.5
4+
- ADD: an explicit MIT license
5+
- FIX: updated .gitignore so that it's more flexible
6+
- THX: thanks to @alienlebarge for the .gitignore fix
7+
38
PL-v0.3.4
49
- FIX: Generator class renamed because it's a reserved name in PHP 5.5
510
- THX: thanks to @faustgertz for the heads up

LICENSE

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2013 Brad Frost, http://bradfrostweb.com & Dave Olsen, http://dmolsen.com
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of
6+
this software and associated documentation files (the "Software"), to deal in
7+
the Software without restriction, including without limitation the rights to
8+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9+
the Software, and to permit persons to whom the Software is furnished to do so,
10+
subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

builder/builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*!
4-
* Pattern Lab Builder CLI - v0.3.4
4+
* Pattern Lab Builder CLI - v0.3.5
55
*
66
* Copyright (c) 2013 Dave Olsen, http://dmolsen.com
77
* Licensed under the MIT license

builder/lib/builder.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*!
4-
* Pattern Lab Builder Class - v0.3.4
4+
* Pattern Lab Builder Class - v0.3.5
55
*
66
* Copyright (c) 2013 Dave Olsen, http://dmolsen.com
77
* Licensed under the MIT license

builder/lib/generator.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*!
4-
* Pattern Lab Generator Class - v0.3.4
4+
* Pattern Lab Generator Class - v0.3.5
55
*
66
* Copyright (c) 2013 Dave Olsen, http://dmolsen.com
77
* Licensed under the MIT license

builder/lib/watcher.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*!
4-
* Pattern Lab Watcher Class - v0.3.4
4+
* Pattern Lab Watcher Class - v0.3.5
55
*
66
* Copyright (c) 2013 Dave Olsen, http://dmolsen.com
77
* Licensed under the MIT license

0 commit comments

Comments
 (0)