Skip to content

Commit

Permalink
v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Apr 6, 2019
1 parent 44e61e0 commit 1cdcdb9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* @since 1.0
*/
define( 'GRIDD_VERSION', '1.0.7' );
define( 'GRIDD_VERSION', '1.1' );

/**
* Gracefully fail if the user is on an old PHP version
Expand Down
6 changes: 3 additions & 3 deletions languages/gridd.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.0 or later.=!>
msgid ""
msgstr ""
"Project-Id-Version: Gridd 1.0.8\n"
"Project-Id-Version: Gridd 1.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/gridd\n"
"POT-Creation-Date: 2019-04-06 12:56:42+00:00\n"
"POT-Creation-Date: 2019-04-06 13:03:39+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down Expand Up @@ -1359,7 +1359,7 @@ msgstr ""
#: inc/customizer/grid.php:64
#. translators: Link to the blocks-management screen.
msgid ""
"Did you know you can place resuable blocks anywhere in your grid? <a "
"Did you know you can place reusable blocks anywhere in your grid? <a "
"href=\"%s\" target=\"_blank\">Click here</a> to manage your reusable blocks."
msgstr ""

Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-com
Requires at least: 4.9
Tested up to: 5.0
Requires PHP: 5.6
Stable tag: 1.0.8
Stable tag: 1.1
License: GNU General Public License v2.0 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -36,6 +36,12 @@ You can install the theme using the WordPress Administration menu. For more info

== Changelog ==

= 1.1 =

* New: Implemented lazy-loaded grid-parts using the REST API.
* Fix: Improved and simplified the navigation styles.
* Fix: Better implementation for toggle buttons in menus.

= 1.0.8 =

* Fix: Custom CSS priority
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Author: Ari Stathopoulos
* Author URI: https://wplemon.com/
* Description: Built with Accessibility, performance and SEO in mind, the Gridd theme features a unique layout builder allowing you to create any kind of layout with ease.
* Version: 1.0.8
* Version: 1.1
* License: GNU General Public License v2.0 or later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: gridd
Expand Down

0 comments on commit 1cdcdb9

Please sign in to comment.