Skip to content

Commit

Permalink
Merge pull request #41 from moderntribe/release/G19.03.1
Browse files Browse the repository at this point in the history
Release/g19.03.1
  • Loading branch information
sc0ttkclark authored Mar 1, 2019
2 parents 8efea28 + 510d0dc commit 95362fe
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 13 deletions.
6 changes: 3 additions & 3 deletions css/gigpress-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ strong.gigpress-soldout {

.gigpress-error {
background: #ffebe8 !important;
border: 1px solid #C00 !important;
border: 1px solid #C00 !important;
}

span.gigpress-error {
Expand All @@ -44,7 +44,7 @@ span.gigpress-error {
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border-radius: 3px;
}

tbody.gigpress-addition tr {
Expand Down Expand Up @@ -95,7 +95,7 @@ span.gigpress-time {
font-size: 90%;
color: #666;
padding: 3px 0;
display: block;
display: block;
}


Expand Down
22 changes: 14 additions & 8 deletions gigpress.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
<?php
/*
Plugin Name: GigPress
Plugin URI: http://gigpress.com
Description: GigPress is a live performance listing and management plugin built for musicians and performers.
Version: 2.3.22
Author: Modern Tribe
Text Domain: gigpress
/**
* Plugin Name: GigPress
* Plugin URI: http://m.tri.be/1aca
* Description: GigPress is a live performance listing and management plugin built for musicians and performers.
* Version: 2.3.23
* Author: Modern Tribe, Inc.
* Author URI: https://tri.be
* Text Domain: gigpress
* Domain Path: /langs/
* License: GPLv2 or later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/*
Copyright 2007-2017 Modern Tribe
This program is free software; you can redistribute it and/or modify
Expand Down Expand Up @@ -40,7 +46,7 @@
}

if ( ! defined( 'GIGPRESS_VERSION' ) ) {
define( 'GIGPRESS_VERSION', '2.3.22' );
define( 'GIGPRESS_VERSION', '2.3.23' );
}

if ( ! defined( 'GIGPRESS_DB_VERSION' ) ) {
Expand Down
6 changes: 4 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
=== GigPress ===
Contributors: ModernTribe, brianjessee, camwynsp, sc0ttkclark, zbtirrell
Contributors: ModernTribe, brianjessee, camwynsp, sc0ttkclark, aguseo, barry.hughes, bordoni, borkweb, brook-tribe, cliffpaulick, courane01, GeoffBel, geoffgraham, ggwicz, leahkoerper, neillmcshea, nicosantos, peterchester, reid.peifer, shane.pearlman, shelbelliott, tribecari, vicskf, zbtirrell
Tags: concerts, bands, tours, shows, record labels, music, musicians, performers, artists
Requires at least: 4.5
Tested up to: 5.1
Stable tag: 2.3.23

GigPress is a live performance listing and management plugin that's been serving musicians and performers since 2007.

Expand Down Expand Up @@ -35,8 +36,9 @@ If you want to go beyond GigPress, we also have other plugins that could work gr

== Changelog ==

= 2.3.23 [2019-02-25] =
= 2.3.23 [2019-02-28] =

* Tweak - Update plugin header [90398]
* Fix - Improve admin pagination accessibility and WordPress 5.1 compatibility. Thanks @jeiseman for submitting this fix! [123241]

= 2.3.22 [2018-11-13] =
Expand Down

0 comments on commit 95362fe

Please sign in to comment.