From f1c50d1f389fa3705da90e9dcd6bbc77fa5302e6 Mon Sep 17 00:00:00 2001 From: Zack Katz Date: Mon, 25 Jun 2018 18:02:26 -0600 Subject: [PATCH] =?UTF-8?q?Fix=20Grunt=20file=E2=80=94no=20need=20for=20po?= =?UTF-8?q?tomo=20or=20Transifex?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gruntfile.js | 25 +------------------------ readme.md | 14 +++++++++++++- 2 files changed, 14 insertions(+), 25 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 828c70b..a0caff5 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -47,31 +47,8 @@ module.exports = function(grunt) { }, }, - dirs: { - lang: 'languages' - }, - - // Convert the .po files to .mo files - potomo: { - dist: { - options: { - poDel: false - }, - files: [{ - expand: true, - cwd: '<%= dirs.lang %>', - src: ['*.po'], - dest: '<%= dirs.lang %>', - ext: '.mo', - nonull: true - }] - } - }, - // Pull in the latest translations exec: { - transifex: 'tx pull -a', - // Create a ZIP file zip: 'python /usr/bin/git-archive-all ../gravity-forms-business-hours.zip' } @@ -85,6 +62,6 @@ module.exports = function(grunt) { grunt.loadNpmTasks('grunt-exec'); - grunt.registerTask( 'default', ['uglify','exec:transifex','potomo','wp_readme_to_markdown','watch'] ); + grunt.registerTask( 'default', ['uglify','wp_readme_to_markdown','watch'] ); }; \ No newline at end of file diff --git a/readme.md b/readme.md index e803aa9..418381a 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,7 @@ # Gravity Forms Business Hours by GravityView # **Tags:** gravityview,gravity forms, gravity,gravity form,business, hours, time, field, form **Requires at least:** 3.3 -**Tested up to:** 4.9 +**Tested up to:** 4.9.6 **Stable tag:** trunk **Contributors:** katzwebdesign,katzwebservices,gravityview **License:** GPL 3 or higher @@ -11,6 +11,8 @@ Add a Business Hours field to Gravity Forms. ## Description ## +> This plugin requires [Gravity Forms](https://rocketgenius.pxf.io/c/1210629/445235/7938), the best form plugin for Wordpress! + Add a Business Hours field to your Gravity Forms form. __This plugin supports:__ @@ -58,6 +60,16 @@ These filters are available for code writers to modify the output: ## Changelog ## +### 2.1 on June 25, 2018 ### + +* Updated: Use site's time format setting for the time dropdowns (24-hour clock now supported) +* Fixed: Not able to update the field's default label + +### 2.0.1 on February 26, 2018 ### + +* Fixed: Network Activation on Multisite +* Moved `GFBusinessHours` class to its own file + ### 2.0 on November 8, 2017 ### * Email notifications now show a list of hours instead of code