Skip to content

Commit

Permalink
Merge pull request #355 from katzwebservices/dev/1.7.6.1-wrapup
Browse files Browse the repository at this point in the history
Dev/1.7.6.1 wrapup
  • Loading branch information
zackkatz committed May 8, 2015
2 parents 14bd13a + 4400a15 commit b0f48a0
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
Binary file added assets/images/gustavo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/zack.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/images/zack.png
Binary file not shown.
31 changes: 27 additions & 4 deletions includes/class-admin-welcome.php
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,22 @@ public function changelog_screen() {

<hr />

<h3>1.7.6.1 on May 7</h3>

<ul>
<li>Fixed: Pagination links not working when a search is performed</li>
<li>Fixed: Return false instead of error if updating approved status fails</li>
<li>Added: Hooks when an entry approval is updated, approved, or disapproved:

<ul>
<li><code>gravityview/approve_entries/updated</code> - Approval status changed (passes $entry_id and status)</li>
<li><code>gravityview/approve_entries/approved</code> - Entry approved (passes $entry_id)</li>
<li><code>gravityview/approve_entries/disapproved</code> - Entry disapproved (passes $entry_id)</li>
</ul>
</li>
</ul>


<h3>1.7.6 on May 5</h3>

<ul>
Expand Down Expand Up @@ -464,23 +480,30 @@ public function credits_screen() { ?>

<p class="about-description"><?php _e( 'GravityView is brought to you by:', 'gravityview' ); ?></p>

<div class="feature-section col two-col">
<div class="feature-section col three-col">

<div>
<h2>Zack Katz</h2>
<h4 style="font-weight:0; margin-top:0">Project Lead &amp; Developer</h4>
<p></p>
<p><img style="float:left; margin: 0 15px 0 0;" src="<?php echo plugins_url( 'assets/images/zack.png', GRAVITYVIEW_FILE ); ?>" width="94" height="94" />Zack has been developing integrations with Gravity Forms since 2009. He is the President of Katz Web Services and lives with his wife and cat in Denver, Colorado.</p>
<p><img style="float:left; margin: 0 15px 10px 0;" src="<?php echo plugins_url( 'assets/images/zack.jpg', GRAVITYVIEW_FILE ); ?>" width="94" height="94" />Zack has been developing integrations with Gravity Forms since 2009. He is the President of Katz Web Services and lives with his wife (and cat) in Denver, Colorado.</p>
<p><a href="https://katz.co">View Zack&rsquo;s website</a></p>
</div>

<div class="last-feature">
<div>
<h2>Luis Godinho</h2>
<h4 style="font-weight:0; margin-top:0">Developer &amp; Support</h4>
<p><img style="margin: 0 15px 0 0;" class="alignleft avatar" src="<?php echo plugins_url( 'assets/images/luis.jpg', GRAVITYVIEW_FILE ); ?>" width="94" height="94" />Luis is a WordPress developer passionate about WordPress. He is a co-founder and partner of GOMO, a digital agency located in Lisbon, Portugal.</p>
<p><img style="margin: 0 15px 10px 0;" class="alignleft avatar" src="<?php echo plugins_url( 'assets/images/luis.jpg', GRAVITYVIEW_FILE ); ?>" width="94" height="94" />Luis is a WordPress developer passionate about WordPress. He is a co-founder and partner of GOMO, a digital agency located in Lisbon, Portugal.</p>
<p><a href="http://tinygod.pt">View Luis&rsquo;s website</a></p>
</div>

<div class="last-feature">
<h2>Gustavo Bordoni</h2>
<h4 style="font-weight:0; margin-top:0">Developer &amp; Support</h4>
<p><img style="margin: 0 15px 10px 0;" class="alignleft avatar" src="<?php echo plugins_url( 'assets/images/gustavo.jpg', GRAVITYVIEW_FILE ); ?>" width="94" height="94" />Gustavo is a WordPress developer and an active WordPress community member. He is a frequent WordCamp speaker and is based in Rio de Janeiro, Brazil.</p>
<p><a href="http://bordoni.me">View Gustavo&rsquo;s website</a></p>
</div>

</div>

<hr class="clear" />
Expand Down

0 comments on commit b0f48a0

Please sign in to comment.