Plugin Directory

Changeset 2361471


Ignore:
Timestamp:
08/14/2020 08:55:28 PM (6 years ago)
Author:
foreupsoftware
Message:

recompile

Location:
foreup-forms/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • foreup-forms/trunk/README.txt

    r2361466 r2361471  
    55Requires at least: 5.1
    66Tested up to: 5.2
    7 Stable tag: 1.2.0
     7Stable tag: 1.2.1
    88Requires PHP: 5.2.4
    99License: GPLv2 or later
     
    5858*Updated endpoints
    5959
    60 = 1.2.0 =
     60= 1.2.1 =
    6161*updated error handling and required defaults for creating customers
  • foreup-forms/trunk/assets/js/frontend.js

    r2361466 r2361471  
    844844          birthdate: "",
    845845          customerId: "",
    846           token: "",
    847           handicapScore: 0
     846          token: ""
    848847        };
    849848      }
  • foreup-forms/trunk/assets/src/frontend/App.vue

    r2361466 r2361471  
    260260          customerId: "",
    261261          token: "",
    262           handicapScore: 0
    263262        };
    264263      }
  • foreup-forms/trunk/package-lock.json

    r2361466 r2361471  
    11{
    22    "name": "foreup-forms",
    3     "version": "1.2.0",
     3    "version": "1.2.1",
    44    "lockfileVersion": 1,
    55    "requires": true,
  • foreup-forms/trunk/package.json

    r2361466 r2361471  
    11{
    22    "name": "foreup-forms",
    3     "version": "1.2.0",
     3    "version": "1.2.1",
    44    "description": "Forms that integrate with foreUP Golf Software",
    55    "author": "Nathan Johnson <nathan@foreup.com>",
  • foreup-forms/trunk/plugin.php

    r2361466 r2361471  
    44Plugin URI: https://foreup.com/
    55Description: Forms that integrate with foreUP Golf Software
    6 Version: 1.2.0
     6Version: 1.2.1
    77Author: foreUP Software
    88Author URI: https://freakingjohnson.github.io/portfolio/
     
    5757     * @var string
    5858     */
    59     public $version = '1.2.0';
     59    public $version = '1.2.1';
    6060
    6161    /**
     
    323323                'birthdate',
    324324                'courseId',
    325                 'handicapScore',
    326325            ),
    327326        ]);
Note: See TracChangeset for help on using the changeset viewer.