Skip to content

Commit 2095095

Browse files
committed
Version bump!
1 parent 681ed60 commit 2095095

File tree

2 files changed

+36
-22
lines changed

2 files changed

+36
-22
lines changed

gravityview.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Plugin Name: GravityView
1515
* Plugin URI: http://gravityview.co
1616
* Description: Create directories based on a Gravity Forms form, insert them using a shortcode, and modify how they output.
17-
* Version: 1.0.3-beta
17+
* Version: 1.0.4-beta
1818
* Author: Katz Web Services, Inc.
1919
* Author URI: http://www.katzwebservices.com
2020
* Text Domain: gravity-view
@@ -52,7 +52,7 @@
5252
*/
5353
final class GravityView_Plugin {
5454

55-
const version = '1.0.3-beta';
55+
const version = '1.0.4-beta';
5656

5757
public static $theInstance;
5858

includes/class-admin-welcome.php

Lines changed: 34 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -178,24 +178,28 @@ public function getting_started_screen() {
178178
<div class="changelog point-releases">
179179
<h3>What changed in <?php echo $display_version; ?></h3>
180180
<ul>
181-
<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>
182-
<li>Fixed: Fatal errors caused by Gravity Forms not existing.</li>
183-
<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>
184-
<li>Fixed: Custom CSS classes didn't apply to images in list view</li>
185-
<li>Improved Settings layout</li>
186-
<li>Tweak: Hide WordPress SEO, Genesis, and WooThemes metaboxes until a View has been created</li>
187-
<li>Tweak: Field layout improvements; drag-and-drop works smoother now</li>
188-
<li>Tweak: Add icon to Multiple Entries / Single Entry tabs</li>
189-
<li>Tweak: Dialog boxes now have a backdrop</li>
190-
<li>Fixed: Don't show field/widget settings link if there are no settings (like on the Show Pagination Info widget)</li>
191-
<li>Fixed: Security warning by the WordFence plugin: it didn't like a line in a sample entry data .csv file</li>
192-
<li>Fixed: Don't show welcome screen on editing the plugin using the WordPress Plugin Editor</li>
193-
<li>Tweak: Close "Add Field" and "Add Widget" boxes by pressing the escape key</li>
194-
<li>Added: Hungarian translation. Thanks, <a href="https://www.transifex.com/accounts/profile/dbalage/" target="_blank">@dbalage</a>!</li>
195-
<li>Added: Italian translation. Thanks, <a href="https://www.transifex.com/accounts/profile/ClaraDiGennaro/" target="_blank">@ClaraDiGennaro</a></li>
196-
<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>
197-
</ul>
181+
<li><strong>DataTables integration</strong> Created a new view type for existing forms that uses the <a href="http://datatables.net">DataTables</a> script.<br/>
182+
We're just getting started with what can be done with DataTables. We'll have much more cool stuff like <a href="http://datatables.net/extensions/index">DataTables Extensions</a>.</li>
183+
<li>Added: "Add All Fields" option to bottom of the "Add Field" selector</li>
184+
<li>Added: Choose how to display User data. In the User field settings, you can now choose to display the "Display Name", username, or ID</li>
185+
<li>Added: Custom date format using <a href="https://www.php.net//manual/en/function.date.php">PHP date format</a> available for Entry Date and Date fields</li>
186+
<li>Added: <code>search_field</code> parameter to the shortcode. This allows you to specify a field ID where you want the search performed (The search itself is defined in <code>search_value</code>)</li>
187+
<li>Added: <a href="https://katzwebservices.zendesk.com/hc/en-us/articles/202934188">Using the Shortcode</a> help article</li>
188+
<li>Added: Data Source added to the Views page</li>
189+
<li>Fixed: Field labels escaping issue (<code>It's an Example</code> was displaying as <code>It\'s an Example</code>)</li>
190+
<li>Fixed: Settings "gear" not showing when adding a new field</li>
191+
<li>Fixed: Sorting issues on fields like Name, Address, Product</li>
192+
<li>Added <em>many</em> translations. <strong>Thanks everyone!</strong>
198193

194+
<ul>
195+
<li>Bengali translation by <a href="https://www.transifex.com/accounts/profile/tareqhi/">@tareqhi</a></li>
196+
<li>German translation by <a href="https://www.transifex.com/accounts/profile/seschwarz/">@seschwarz</a></li>
197+
<li>Turkish translation by <a href="https://www.transifex.com/accounts/profile/suhakaralar/">@suhakaralar</a></li>
198+
<li>Dutch translation by <a href="https://www.transifex.com/accounts/profile/leooosterloo/">@leooosterloo</a></li>
199+
<li>If you'd like to contribute translations, <a href="https://www.transifex.com/projects/p/gravityview/">please sign up here</a>. Thanks again to all who have contributed!</li>
200+
</ul>
201+
</li>
202+
</ul>
199203

200204
<h2 class="about-headline-callout">Configuring a View</h2>
201205
</div>
@@ -285,9 +289,19 @@ public function credits_screen() { ?>
285289

286290
<div class="feature-section">
287291
<div>
288-
<h2>Contributors (your name here)</h2>
289-
<h4>Want to contribute?</h4>
290-
<p>If you want to contribute to the code, you can <a href="mailto:zack@katzwebservices.com?subject=Github%20Access">request access to the Github repository</a>. If your contributions are accepted, you will be thanked here.</p>
292+
<h2><?php esc_attr_e( 'Contributors', 'gravity-view' ); ?></h2>
293+
294+
<ul class="wp-people-group">
295+
<li class="wp-person">Bengali translation by <a href="https://www.transifex.com/accounts/profile/tareqhi/">@tareqhi</a></li>
296+
<li class="wp-person">German translation by <a href="https://www.transifex.com/accounts/profile/seschwarz/">@seschwarz</a></li>
297+
<li class="wp-person">Turkish translation by <a href="https://www.transifex.com/accounts/profile/suhakaralar/">@suhakaralar</a></li>
298+
<li class="wp-person">Dutch translation by <a href="https://www.transifex.com/accounts/profile/leooosterloo/">@leooosterloo</a></li>
299+
<li class="wp-person">Hungarian translation by <a href="https://www.transifex.com/accounts/profile/dbalage/">@dbalage</a>!</li>
300+
<li class="wp-person">Italian translation by <a href="https://www.transifex.com/accounts/profile/ClaraDiGennaro/">@ClaraDiGennaro</a></li>
301+
</ul>
302+
303+
<h4><?php esc_attr_e( 'Want to contribute?', 'gravity-view' ); ?></h4>
304+
<p><?php echo sprintf( esc_attr__( 'If you want to contribute to the code, you can %srequest access to the Github repository%s. If your contributions are accepted, you will be thanked here.', 'gravity-view'), '<a href="mailto:zack@katzwebservices.com?subject=Github%20Access">', '</a>' ); ?></p>
291305
</div>
292306
</div>
293307

0 commit comments

Comments
 (0)