Skip to content

Commit

Permalink
Updated readme files and added gpl license for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelbaker committed Jun 4, 2012
1 parent 76658fc commit 5add05e
Show file tree
Hide file tree
Showing 3 changed files with 762 additions and 94 deletions.
109 changes: 16 additions & 93 deletions README.md
Expand Up @@ -40,22 +40,18 @@ Bug tracker
**Report theme bugs** [https://github.com/rachelbaker/bootstrapwp-Twitter-Bootstrap-for-WordPress/issues](https://github.com/rachelbaker/bootstrapwp-Twitter-Bootstrap-for-WordPress/issues)


##Version .87 of BootstrapWP - still baking....
##v.87 of BootstrapWP - Released June 4, 2012

**The goals of this release are:**

1. ~~Switch to using the Less files instead of CSS~~

2. Add styling for wp_page_menu to navbar

2. ~~Improve navigation dropdown implementation~~

3. ~~Update styles and scripts to Bootstrap 2.04 release~~

4. ~~Switch to using bootstrap.js file instead of the separate .js files~~
**Release Highlights:**

1. Switched to using the Less files instead of CSS
2. Improved navigation submenu dropdown implementation with custom Walker
3. Updated styles and scripts to Bootstrap 2.04 release
4. Switched to using bootstrap.js file instead of the separate .js files

[Download](https://github.com/downloads/rachelbaker/bootstrapwp-Twitter-Bootstrap-for-WordPress/bootstrapwp-87.zip)

###Full Changelog
__Functions.php__

* Edited `bootstrapwp_css_loader()` function to use new `/less/bootstrapwp.css` generated from Less file compilation and removed references to previously used css files
Expand Down Expand Up @@ -109,75 +105,17 @@ __IMG Folder__
* Updated glyph icons with new set included in Bootstrap 2.04


##Version .86 of BootstrapWP – Released April 11, 2012

**This release resolves a few major bugs and keeps the theme moving forward along with the progress of Twitter Bootstrap.**

The major changes are:

1. Removed the buggy catch_that_image function that was displaying thumbnails for posts, and replacing it with the new `bootstrapwp_autoset_featured_image()` function that will automatically set the post thumbnail.
2. Fixed navbar on mobile devices where body padding was causing the navbar to drop below the the top of the window.
3. Revised order of stylesheets loading
4. Corrected the broken favicon links

**[Download BootstrapWP .86 theme](https://github.com/downloads/rachelbaker/bootstrapwp-Twitter-Bootstrap-for-WordPress/bootstrapwp.zip)**


###Full Change Log


__Bootstrap Styles and Scripts__

* Updated JS files from Bootstrap 2.0.3 branch as of April 7, 2012
* Updated CSS files from Bootstrap 2.0.3 branch as of April 11, 2012
* Updated LESS files from Bootstrap 2.0.3 branch as of April 7, 2012

__Functions.php__

* Added `bootstrapwp_autoset_featured_image()` function to replace previous `catch_that_image()` function that was causing issues for some theme users. The post thumbnail will now automatically be set to the first image added to a post if a featured image was not manually declared.
* Edited `bootstrapwp_css_loader()` to move `/css/bootstrap-responsive.css` down in the loading order

__Page-blog.php__

* Replaced `catch_that_image()` function with `the_post_thumbnail()`

__Author.php__

* Replaced `catch_that_image()` function with `the_post_thumbnail()`

__Archive.php__

* Replaced `catch_that_image()` function with `the_post_thumbnail()`

__Header.php__

* Added `<?php bloginfo( 'template_url' );?>` to favicon link
* Removed `get_header()` call at top of file

__Style.css__

* Added `@media (max-width: 979px) { body { padding-top: 0; }` to correct navbar on mobile devices
* Updated `.sub-menu` style to match `.dropdown-menu` from the Twitter Bootstrap styles to fix max-width restriction on navigation dropdown items

__Page-JSGuide.php__

* Added content from Bootstrap 2.0.3 files
* Added note about using the JS files within a WordPress theme

__Page-Styleguide.php__

* Added content from Bootstrap 2.0.3 files

__Misc.__

* Fixed JavaScript guide link in Readme thanks to @fsimmons
* Updated favicons and moved them to /ico/ folder
* Adding new screenshot image thanks to @yourdesigncoza


Copyright and license
---------------------

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.


Thanks to the Original Twitter Bootstrap Authors
Expand All @@ -194,18 +132,3 @@ Thanks to the Original Twitter Bootstrap Authors
+ http://github.com/fat


Copyright and license
---------------------


Licensed under the Apache License, Version 2.0 (the "License");
you may not use this work except in compliance with the License.
You may obtain a copy of the License in the LICENSE file, or at:

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

0 comments on commit 5add05e

Please sign in to comment.