You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: includes/class-admin-welcome.php
+34-20Lines changed: 34 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -178,24 +178,28 @@ public function getting_started_screen() {
178
178
<div class="changelog point-releases">
179
179
<h3>What changed in <?phpecho$display_version; ?></h3>
180
180
<ul>
181
-
<li>Added: Sort by field, sort direction, Start & 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>
<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>
<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>
199
203
200
204
<h2 class="about-headline-callout">Configuring a View</h2>
201
205
</div>
@@ -285,9 +289,19 @@ public function credits_screen() { ?>
285
289
286
290
<div class="feature-section">
287
291
<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>
<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><?phpesc_attr_e( 'Want to contribute?', 'gravity-view' ); ?></h4>
304
+
<p><?phpechosprintf( 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>
0 commit comments