Skip to content

Commit a131e88

Browse files
Release2130 (#758)
* Bump form-data from 4.0.3 to 4.0.4 (#747) Bumps [form-data](https://github.com/form-data/form-data) from 4.0.3 to 4.0.4. - [Release notes](https://github.com/form-data/form-data/releases) - [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md) - [Commits](form-data/form-data@v4.0.3...v4.0.4) --- updated-dependencies: - dependency-name: form-data dependency-version: 4.0.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump axios from 1.10.0 to 1.11.0 (#748) Bumps [axios](https://github.com/axios/axios) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.11.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump on-headers and compression (#746) Bumps [on-headers](https://github.com/jshttp/on-headers) and [compression](https://github.com/expressjs/compression). These dependencies needed to be updated together. Updates `on-headers` from 1.0.2 to 1.1.0 - [Release notes](https://github.com/jshttp/on-headers/releases) - [Changelog](https://github.com/jshttp/on-headers/blob/master/HISTORY.md) - [Commits](jshttp/on-headers@v1.0.2...v1.1.0) Updates `compression` from 1.8.0 to 1.8.1 - [Release notes](https://github.com/expressjs/compression/releases) - [Changelog](https://github.com/expressjs/compression/blob/master/HISTORY.md) - [Commits](expressjs/compression@1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: on-headers dependency-version: 1.1.0 dependency-type: indirect - dependency-name: compression dependency-version: 1.8.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * dotfile cleanup * update screenshots * Feature/con 446 block inspector panel (#754) * add inspector panel and link to edit current chosen form * block build files * non block builds * conditional display in case no form selected * block builds * 9 year old typo * remove edit link from frontend display (#756) * Feature/con 445 theme compats (#755) * add some common wp-based classes to our output to help with compatibility * custom wrapper classes method * kind of obvious comment separators * astra touchups * avada touchups * specify which theme this is related to * elementor/biz * builds * handle tel field types to match other inputs from early twenty* themes * update button styles to not rely on description showing. * current builds * version bump and current changelog * reword new "edit form link in block/admin * fill in some labels, adjust capitalization, remove unneeded labels since we do not have featured images * remove unused menu icon details * more decapitalization * more decapitalization * more decapitalization * list label touchups * update link href * param and return types * Fix/con 453 disclosure data fix (#757) * add new address values to work with, change our object code to matching array access * get physical location data by default * fix elvis operator usage * fill in more 2.13.0 notes * update knowledgebase URLs to non-redirecting versions * move upgrade notice section of readme file * phpcs and elementor edits * fill in since tag * revise upgrade notice to be current instead of version 2.0 release * touch up readme * npm updates * dedicated picker for title font color (#760) * CON-455: Add ability to display basic forms inline instead of vertically stacked. (#761) * convert to array implode based form tag creation * begin inline form styles * merge matching selectors from different source files * style build * revise capitalization * amend more excess capitalization * handle disabling and unchecking if we exceed field limit * build for our js * add new field for inline field display with limits * reword to row * check for inline toggle, remove extra semicolon * update selector, add some left marginargin * builds * move scheduling outside of a conditional, rename cron hook to be more specific in case of other code using same naming (#762) * update readme * update readme part 2 * update readme part 3 * updated screenshot * assets build --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 40d09af commit a131e88

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+3087
-1548
lines changed

.gitignore

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,30 @@
1+
# OSX
12
.DS_Store
23
.AppleDouble
34
.LSOverride
5+
46
.gitmodules
57
plugin-config.js
68

7-
# Files that might appear on external disk
8-
.Spotlight-V100
9-
.Trashes
10-
11-
# Directories potentially created on remote AFP share
12-
.AppleDB
13-
.AppleDesktop
14-
Network Trash Folder
15-
Temporary Items
16-
.apdisk
17-
/docs
18-
199
# Logs
2010
/logs
2111
*.log
2212
/node_modules/
23-
lib
24-
node_modules/
2513

2614
# PHPStorm
2715
.idea
2816

29-
# Sass Cache
30-
*.sass-cache
17+
# Composer
18+
/vendor
19+
20+
### Xcode ###
3121

32-
*.swp
22+
## Xcode 8 and earlier
3323

34-
/vendor/
35-
npm-shrinkwrap.json
24+
### Xcode Patch ###
25+
*.xcodeproj/*
26+
!*.xcodeproj/project.pbxproj
27+
!*.xcodeproj/xcshareddata/
28+
!*.xcworkspace/contents.xcworkspacedata
29+
/*.gcno
30+
**/xcshareddata/WorkspaceSettings.xcsettings

.wordpress-org/screenshot-1.png

868 KB
Loading

.wordpress-org/screenshot-2.png

226 KB
Loading

.wordpress-org/screenshot-3.png

234 KB
Loading

.wordpress-org/screenshot-4.png

172 KB
Loading

assets/css/admin-style.css

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/admin-style.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/admin-style.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)