Plugin Directory

Changeset 2372005


Ignore:
Timestamp:
08/30/2020 09:41:27 PM (6 years ago)
Author:
foreupsoftware
Message:

fixed update method

Location:
foreup-forms/trunk
Files:
370 added
4 edited

Legend:

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

    r2366889 r2372005  
    55Requires at least: 5.1
    66Tested up to: 5.2
    7 Stable tag: 1.2.6
     7Stable tag: 1.2.7
    88Requires PHP: 5.2.4
    99License: GPLv2 or later
  • foreup-forms/trunk/package-lock.json

    r2366889 r2372005  
    11{
    22    "name": "foreup-forms",
    3     "version": "1.2.6",
     3    "version": "1.2.7",
    44    "lockfileVersion": 1,
    55    "requires": true,
  • foreup-forms/trunk/package.json

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

    r2366889 r2372005  
    44Plugin URI: https://foreup.com/
    55Description: Forms that integrate with foreUP Golf Software
    6 Version: 1.2.6
     6Version: 1.2.7
    77Author: foreUP Software
    88Author URI: https://freakingjohnson.github.io/portfolio/
     
    11301130                    \"country\": \"United States\",
    11311131                    \"handicap_account_number\": \"\",
    1132                     \"handicap_score\": \"\",
    11331132                    \"comments\": \"\"
    11341133                            }
     
    11631162                    \"country\": \"United States\",
    11641163                    \"handicap_account_number\": \"\",
    1165                     \"handicap_score\": \"\",
    11661164                    \"comments\": \"\"
    11671165                            }
     
    11951193                    \"country\": \"United States\",
    11961194                    \"handicap_account_number\": \"\",
    1197                     \"handicap_score\": \"\",
    11981195                    \"comments\": \"\"
    11991196                            }
Note: See TracChangeset for help on using the changeset viewer.