Skip to content

Commit

Permalink
Version 1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tollmanz committed May 2, 2014
1 parent b028fab commit 789d7e0
Show file tree
Hide file tree
Showing 6 changed files with 2,240 additions and 1,473 deletions.
2 changes: 1 addition & 1 deletion assets/sass/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Author: The Theme Foundry
* Author URI: https://thethemefoundry.com
* Description: Create your website without touching a line of code. Make's flexible customization features and a powerful drag and drop page builder make designing your site fun and easy. Build almost anything: a simple portfolio or photography site, an ecommerce business site, a minimalist blog, or even a professional magazine. You'll start by customizing your background, layouts, fonts, colors, and logo. Next, add and organize your content using the drag and drop page builder. Add a photo, a video, a gallery, or even a slider to any page on your website. Make is responsive, so your website will naturally look great on phones, tablets, and desktop screens. It's also fully compatible with popular plugins like WooCommerce, Gravity Forms, Contact Form 7, Jetpack, and WP PageNavi.
* Version: 1.0.0
* Version: 1.0.1
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: make
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "make",
"version": "1.0.0",
"version": "1.0.1",
"description": "One theme to rule them all",
"homepage": "https://github.com/thethemefoundry/make",
"bugs": "https://github.com/thethemefoundry/make/issues",
Expand Down
2 changes: 1 addition & 1 deletion src/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/**
* The current version of the theme.
*/
define( 'TTFMAKE_VERSION', '1.0' );
define( 'TTFMAKE_VERSION', '1.0.1' );

if ( ! function_exists( 'ttfmake_is_wpcom' ) ) :
/**
Expand Down
2 changes: 1 addition & 1 deletion src/js/libs/cycle2/jquery.cycle2.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions src/languages/make.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is distributed under the GNU General Public License v2 or later.
msgid ""
msgstr ""
"Project-Id-Version: Make 1.0.0\n"
"Project-Id-Version: Make 1.0.1\n"
"Report-Msgid-Bugs-To: https://thethemefoundry.com/support\n"
"POT-Creation-Date: 2014-05-01 15:52:55+00:00\n"
"POT-Creation-Date: 2014-05-02 16:42:12+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand All @@ -28,35 +28,35 @@ msgstr ""
msgid "Comments are closed."
msgstr ""

#: functions.php:156
#: functions.php:158
msgid "Primary Menu"
msgstr ""

#: functions.php:157
#: functions.php:159
msgid "Social Profile Links"
msgstr ""

#: functions.php:187
#: functions.php:189
msgid "Left Sidebar"
msgstr ""

#: functions.php:196
#: functions.php:198
msgid "Right Sidebar"
msgstr ""

#: functions.php:205
#: functions.php:207
msgid "Footer 1"
msgstr ""

#: functions.php:214
#: functions.php:216
msgid "Footer 2"
msgstr ""

#: functions.php:223
#: functions.php:225
msgid "Footer 3"
msgstr ""

#: functions.php:232
#: functions.php:234
msgid "Footer 4"
msgstr ""

Expand Down Expand Up @@ -319,19 +319,19 @@ msgid "Cover"
msgstr ""

#: inc/builder/sections/section-definitions.php:72
msgid "Organize multiple columns of content."
msgid "Create rearrangeable columns of content and images."
msgstr ""

#: inc/builder/sections/section-definitions.php:138
msgid "A blank canvas for standard content or HTML code."
msgstr ""

#: inc/builder/sections/section-definitions.php:180
msgid "Display multiple types of content in a slider."
msgid "Display multiple types of content in a banner or a slider."
msgstr ""

#: inc/builder/sections/section-definitions.php:260
msgid "Display media elements using a modern slider."
msgid "Display your images in various grid combinations."
msgstr ""

#: inc/customizer/bootstrap.php:62
Expand Down
Loading

0 comments on commit 789d7e0

Please sign in to comment.