Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pods Gravity Forms 1.4.6 #164

Closed
wants to merge 23 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
4668755
Set version to 1.4.6-a-1
sc0ttkclark Mar 2, 2024
6783057
Force view-only current page number to 0
sclark3-godaddy Mar 2, 2024
0e1cf3d
Ensure other custom Pods GF submission handling does not duplicate
sclark3-godaddy Mar 2, 2024
d25b773
Allow filtering of Pods GF options to set custom settings apart from …
sclark3-godaddy Mar 2, 2024
3bbf5b5
Add view-only class to view action
sclark3-godaddy Mar 2, 2024
6c2223d
Limit form feed editing to active status only
sclark3-godaddy Mar 2, 2024
5ee3a07
Additional fixes for secondary submit buttons and their forms
sclark3-godaddy Mar 2, 2024
d2509c3
Update GH workflows
sclark3-godaddy Mar 13, 2024
310edcb
Fixes for cancel/secondary submit logic
sclark3-godaddy Mar 13, 2024
9ab6734
Specify third argument in in_array to avoid ambiguity later
sclark3-godaddy Mar 13, 2024
9bda75c
Fix action name
sclark3-godaddy Mar 13, 2024
7acdfcc
Support value overrides for checkbox fields
sclark3-godaddy Mar 13, 2024
27c029b
Fix php notice
sclark3-godaddy Mar 13, 2024
80ab398
Fix php var usage that did not exist
sclark3-godaddy Mar 13, 2024
7f0e8bc
Integer checks for the paging logic
sclark3-godaddy Mar 13, 2024
bd0747a
Update logic for pre populating values, removing extra comma/pipe cha…
sclark3-godaddy Mar 13, 2024
b6c045f
Return null in pods_gf() by default
sclark3-godaddy Mar 13, 2024
3c20de1
Initial 1.4.6 changelog
sclark3-godaddy Mar 13, 2024
7f03be8
Remove comments from mapping list and remove extra HTML for now
sclark3-godaddy Mar 13, 2024
9752b70
For non-dropdown fields autopopulating, trim the dashes off of the se…
sclark3-godaddy Mar 13, 2024
96bad73
Prevent PHP errors where a list field has no value
sclark3-godaddy Mar 13, 2024
dc3c20a
Add the ability to debug before Pods adds/saves an item from a feed
sclark3-godaddy Mar 13, 2024
612ebc5
Add new filter pods_gf_dynamic_select_show_empty_option
sclark3-godaddy Mar 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/workflows/wordpress-version-checker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: "WordPress version checker"
on:
push:
branches:
- main
- release/*
schedule:
- cron: '0 0 * * *'

permissions:
issues: write

jobs:
wordpress-version-checker:
runs-on: ubuntu-latest
steps:
- name: WordPress version checker
uses: skaut/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
3 changes: 0 additions & 3 deletions .github/workflows/wporg-update-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ on:
minimum_php_version:
description: 'Minimum PHP version'
required: false
minimum_mysql_version:
description: 'Minimum MySQL version'
required: false
pull_request:
paths:
- 'package.json'
Expand Down
Loading
Loading