From caff8e11e227eab01fde06131ad123c5bbcebf65 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 13 Dec 2016 08:38:53 -0500 Subject: [PATCH] Release 1.0.0 Creating release for the theme. To make the site go live. --- lib/EventRegistration.php | 4 ++-- style.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/EventRegistration.php b/lib/EventRegistration.php index b1c97ab..a1932c2 100644 --- a/lib/EventRegistration.php +++ b/lib/EventRegistration.php @@ -8,7 +8,7 @@ add_shortcode( 'glm-event-registrations', function( $atts ){ $_REQUEST['event'] = 0; // Event ID } - $_ENV['GLM_HOST_ID'] = 'DEVELOPMENT'; + $_ENV['GLM_HOST_ID'] = 'PRODUCTION'; require_once get_template_directory() . '/setup/setup.phtml'; include_once '/var/www/server/app.gaslightmedia.com/Common/Registrations_V3/front-end/registrations.inc'; } ); @@ -21,7 +21,7 @@ add_action( 'admin_bar_menu', function( $wp_admin_bar ){ $args = array( 'id' => 'eventregistrations', 'title' => 'Event Registrations', - 'href' => 'http://dev53.gaslightmedia.com/www.harborcountry.org/admin/', + 'href' => 'http://66.129.44.64/admin/', 'meta' => array( 'class' => 'eventregistrations', 'title' => 'Event Registrations', diff --git a/style.css b/style.css index a0bc1a9..9f42049 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: HarborCountry Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for HarborCountry -Version: 1.0 +Version: 1.0.0 */ -- 2.17.1