Skip to content

Commit

Permalink
Merge pull request #9 from kprajapatii/master
Browse files Browse the repository at this point in the history
2.0.0.9
  • Loading branch information
kprajapatii authored Jan 30, 2020
2 parents f36f085 + 9d59059 commit 41803b3
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

// Define the version number for quick access
if (!defined('DIRECTORY_STARTER_VER')) define('DIRECTORY_STARTER_VER', '2.0.0.8');
if (!defined('DIRECTORY_STARTER_VER')) define('DIRECTORY_STARTER_VER', '2.0.0.9');

require_once('vendor/autoload.php'); // Composer autoload
require_once('lib/utils.php'); // Utility functions goes here
Expand Down
Binary file modified languages/en_US.mo
Binary file not shown.
8 changes: 4 additions & 4 deletions languages/en_US.po
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
msgid ""
msgstr ""
"Project-Id-Version: Directory Starter 2.0.0.8\n"
"Project-Id-Version: Directory Starter 2.0.0.9\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-07-23 14:55+0100\n"
"PO-Revision-Date: 2019-07-23 14:55+0100\n"
"POT-Creation-Date: 2020-01-30 16:03+0530\n"
"PO-Revision-Date: 2020-01-30 16:03+0530\n"
"Last-Translator: \n"
"Language-Team: AyeCode Ltd <contact@ayecode.io>\n"
"Language: en_US\n"
Expand All @@ -15,7 +15,7 @@ msgstr ""
"X-Poedit-Basepath: ..\n"
"X-Poedit-SourceCharset: UTF-8\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Poedit 1.8.7.1\n"
"X-Generator: Poedit 2.2.4\n"
"X-Poedit-SearchPath-0: .\n"

#: archive.php:43 index.php:43 single.php:48
Expand Down
10 changes: 7 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: paoltaia, stiofansisland, ayecode
Tags: food-and-drink, blog, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, translation-ready
Requires at least: 4.0
Tested up to: 5.2
Stable tag: 2.0.0.8
Tested up to: 5.3.2
Stable tag: 2.0.0.9
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -21,7 +21,11 @@ No, this is optional but recommended.

== Changelog ==

v2.0.0.8
= 2.0.0.9 =
* Option added to set header custom width - ADDED
* Adjust header for the mobile devices - FIXED

= v2.0.0.8 =
* Declare WooCommerce support for the theme - FIXED
* Change-log moved to readme.txt - CHANGED

Expand Down
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Theme URI: https://wpgeodirectory.com/downloads/directory-starter/
Author: GeoDirectory Team
Author URI: https://wpgeodirectory.com/
Description: Directory Starter is a starter theme for our GeoDirectory plugin (https://wordpress.org/plugins/geodirectory/), perfect to be edited directly or to create your own child themes. Directory Starter is a fully responsive Directory Theme that has been methodically coded to be lightweight and customisable, we have used all the latest WordPress Customizer options allowing you to customise the look and feel of your site with no coding knowledge. Check out the 1st child theme for DS called Supreme directory (https://wpgeodirectory.com/downloads/supreme-directory/)
Version: 2.0.0.8
Version: 2.0.0.9
Requires at least: 4.0
License: GPLv2 or greater
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: directory-starter
Expand Down

0 comments on commit 41803b3

Please sign in to comment.