Skip to content

Commit

Permalink
Version bump!
Browse files Browse the repository at this point in the history
  • Loading branch information
zackkatz committed May 23, 2014
1 parent 20850fe commit 16b7544
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gravityview.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* Plugin Name: GravityView
* Plugin URI: http://www.seodenver.com/
* Description: Create directories based on a Gravity Forms form, insert them using a shortcode, and modify how they output.
* Version: 1.0.2-beta
* Version: 1.0.3-beta
* Author: Katz Web Services, Inc.
* Author URI: http://www.katzwebservices.com
* Text Domain: gravity-view
Expand Down Expand Up @@ -52,7 +52,7 @@
*/
final class GravityView_Plugin {

const version = '1.0.2-beta';
const version = '1.0.3-beta';

public static $theInstance;

Expand Down
24 changes: 24 additions & 0 deletions includes/class-admin-welcome.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,30 @@ public function getting_started_screen() {
<?php $this->tabs(); ?>


<div class="changelog point-releases">
<h3>What changed in <?php echo $display_version; ?></h3>
<ul>
<li>Added: Sort by field, sort direction, Start &amp; End date now added to Post view (Note: When using the shortcode, the shortcode settings override the View settings.)</li>
<li>Fixed: Fatal errors caused by Gravity Forms not existing.</li>
<li>Added a setting for Support Email - please make sure your email is accurate; otherwise we won't be able to respond to the feedback you send</li>
<li>Fixed: Custom CSS classes didn't apply to images in list view</li>
<li>Improved Settings layout</li>
<li>Tweak: Hide WordPress SEO, Genesis, and WooThemes metaboxes until a View has been created</li>
<li>Tweak: Field layout improvements; drag-and-drop works smoother now</li>
<li>Tweak: Add icon to Multiple Entries / Single Entry tabs</li>
<li>Tweak: Dialog boxes now have a backdrop</li>
<li>Fixed: Don't show field/widget settings link if there are no settings (like on the Show Pagination Info widget)</li>
<li>Fixed: Security warning by the WordFence plugin: it didn't like a line in a sample entry data .csv file</li>
<li>Fixed: Don't show welcome screen on editing the plugin using the WordPress Plugin Editor</li>
<li>Tweak: Close "Add Field" and "Add Widget" boxes by pressing the escape key</li>
<li>Added: Hungarian translation. Thanks, <a href="https://www.transifex.com/accounts/profile/dbalage/" target="_blank">@dbalage</a>!</li>
<li>Added: Italian translation. Thanks, <a href="https://www.transifex.com/accounts/profile/ClaraDiGennaro/" target="_blank">@ClaraDiGennaro</a></li>
<li>If you'd like to contribute translations, <a href="https://www.transifex.com/projects/p/gravityview/" target="_blank">please sign up here</a>.</li>
</ul>


<h2 class="about-headline-callout">Configuring a View</h2>
</div>

<div class="feature-section col two-col" style="margin-top:0;">

Expand Down

0 comments on commit 16b7544

Please sign in to comment.