From: Steve Sutton Date: Tue, 13 Dec 2016 13:38:53 +0000 (-0500) Subject: Release 1.0.0 X-Git-Tag: v1.0.0^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=caff8e11e227eab01fde06131ad123c5bbcebf65;p=WP-Themes%2Fharborcountry.git Release 1.0.0 Creating release for the theme. To make the site go live. --- 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 */