You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide a general summary of your changes in the Title above. Most of the time, we copy a connected issue title.
4
+
Describe your changes and technical choices in detail.
5
+
If this is fixing a bug/regression, please include when and where this was introduced.
6
+
-->
7
+
8
+
9
+
## Motivation and Context
10
+
<!---
11
+
Why is this change required? What problem does it solve?
12
+
Please link to the issue here (example: Fixes #42).
13
+
-->
14
+
15
+
16
+
## Changelog
17
+
<!---
18
+
Read the detailed description on how to write changelog: https://github.com/awesomemotive/wpforms-plugin/wiki/How-to-write-CHANGELOG.md-records.
19
+
-->
20
+
The changes in this PR can be summarized with this [changelog](https://github.com/awesomemotive/wpforms-plugin/wiki/How-to-write-CHANGELOG.md-records) record:
21
+
22
+
*
23
+
24
+
## Content Review
25
+
-[ ] The text/copy used in PR has been reviewed by the content team.
26
+
-[ ] The URLs introduced in PR have been reviewed by the content team.
27
+
28
+
## QA Review
29
+
<!---
30
+
Please describe in detail how you tested your changes.
31
+
Include details of your testing environment and the tests you ran to
32
+
see how your change affects other areas of the code, etc.
33
+
-->
34
+
1. Do this.
35
+
2. Do that.
36
+
3. Profit!
37
+
38
+
### Impact
39
+
<!--
40
+
Sometimes PRs have a bigger impact than it's mentioned in the changelog record.
41
+
In such cases, additional regression testing might be necessary.
42
+
To make it clear which parts of the plugin may need additional testing,
43
+
please outline here what is impacted by this PR.
44
+
-->
45
+
This PR affects the following parts of the plugin/addons, which may require extra testing:
46
+
47
+
*
48
+
49
+
## Self-Testing Checklist
50
+
<!---
51
+
The PR author fills in this section.
52
+
If the checkbox is not relevant - still mark it as checked.
53
+
-->
54
+
-[ ] I tested both **Free** and **paid** version of the plugin.
55
+
-[ ] I tested these changes to the best of my abilities with browser console opened and debug.log monitored.
56
+
-[ ] I checked situations when users **update free/pro in a different order**.
57
+
-[ ]**Backward compatibility** with users updating from an older version to the one with these changes has been checked.
58
+
-[ ] For the Block Editor related changes, I checked in both Sydney and Botiga theme.
59
+
-[ ] For the front-end related changes, I checked in both Sydney and Botiga theme.
60
+
-[ ] I tested in different browsers (Chrome/Firefox/Safari/Edge).
61
+
-[ ] I tested on Multisite OR this change does not affect Multisite in any way.
62
+
-[ ] I tested with LTR and RTL languages.
63
+
<!--
64
+
If you have checked any of the above cases, please add some context about the reason, which editor/browser/functionality should be tested in particular, etc.
65
+
-->
66
+
67
+
## Screenshots / Screencasts
68
+
<!--- Provide screenshots how the completed change is displayed/presented to users (if relevant). -->
69
+
<!--- Please remove this section if not relevant. -->
0 commit comments