Skip to content

Commit

Permalink
1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
stiofan committed Aug 21, 2018
1 parent d30c714 commit 3b7d5f5
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions change_log.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
v1.1.9
WooCommerce category page shows incorrect title - FIXED
Event dates missing from detail page sidebar - FIXED
Includes security patch related to search title - SECURITY

v1.1.8
Responsive CSS improvements - CHANGED
Expand Down
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* Define some constants for later use.
*/
if (!defined('SD_DEFAULT_FEATURED_IMAGE')) define('SD_DEFAULT_FEATURED_IMAGE', get_stylesheet_directory_uri() . "/images/featured.jpg");
if (!defined('SD_VERSION')) define('SD_VERSION', "1.1.8");
if (!defined('SD_VERSION')) define('SD_VERSION', "1.1.9");
if (!defined('SD_CHILD')) define('SD_CHILD', 'supreme-directory');

/**
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<h1 class="entry-title">
<?php
if ( is_search() ) {
echo __('Your Search Results for ', 'supreme-directory').get_search_query(false);
echo __('Your Search Results for ', 'supreme-directory').get_search_query(true);
} else {
echo get_the_title($page_for_posts);
}
Expand Down
Binary file modified languages/en_US.mo
Binary file not shown.
6 changes: 3 additions & 3 deletions languages/en_US.po
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
msgid ""
msgstr ""
"Project-Id-Version: Supreme Directory 1.1.8\n"
"Project-Id-Version: Supreme Directory 1.1.9\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-05-25 18:36+0100\n"
"PO-Revision-Date: 2018-05-25 18:36+0100\n"
"POT-Creation-Date: 2018-08-21 10:45+0100\n"
"PO-Revision-Date: 2018-08-21 10:45+0100\n"
"Last-Translator: \n"
"Language-Team: GD Team <[email protected]>\n"
"Language: en_US\n"
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Description: A Supreme Child Theme for Directory Starter, check out this video t
Author: GeoDirectory
Author URI: https://wpgeodirectory.com/
Template: directory-starter
Version: 1.1.8
Version: 1.1.9
License: GPLv2 or greater
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: supreme-directory
Expand Down

0 comments on commit 3b7d5f5

Please sign in to comment.