mod-build 3.7.23-beta.3 → 3.7.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/gulp-tasks/templates.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 3.7.24
|
|
4
|
+
|
|
5
|
+
- Removed `GUTTERS`, `GUTTER_COVERS`, & `SOLAR` from the TCPA placement configurations.
|
|
6
|
+
|
|
3
7
|
## 3.7.23
|
|
8
|
+
|
|
4
9
|
- Added `geolocation.min.js` to the `grab-shared-scripts` task to grab & hash that file during build (leaving the file in `grab-cdn` task to not break what is currently there).
|
|
5
10
|
|
|
6
11
|
## 3.7.22
|
|
12
|
+
|
|
7
13
|
- Added extra conditions for `addTcpaAboveCta` and `addTcpaBelowCta` helper functions to not break when required data is not passed.
|
|
8
14
|
|
|
9
15
|
## 3.7.21
|
package/gulp-tasks/templates.js
CHANGED
|
@@ -94,7 +94,7 @@ module.exports = function(gulp, gulpPlugins, siteSettings, siteData) {
|
|
|
94
94
|
return result;
|
|
95
95
|
};
|
|
96
96
|
|
|
97
|
-
var tradesWithTcpaAboveCta = ['
|
|
97
|
+
var tradesWithTcpaAboveCta = ['HOME_SECURITY'];
|
|
98
98
|
|
|
99
99
|
// Support helper functions
|
|
100
100
|
var handlebarsHelpers = [
|