Skip to content

Commit 2975dae

Browse files
authored
Merge pull request #34 from brainstormforce/feat-bsf-analytics
feat: Users can now share non-personal usage data to help us test and develop better products
2 parents 5ac1839 + 40cc5fd commit 2975dae

File tree

13 files changed

+1400
-49
lines changed

13 files changed

+1400
-49
lines changed

README.md

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
**Donate link:** https://www.paypal.me/BrainstormForce
44
**Tags:** custom adobe fonts, theme custom fonts, unlimited typekit custom fonts
55
**Requires at least:** 4.4
6-
**Tested up to:** 5.4
7-
**Stable tag:** 1.0.16
6+
**Tested up to:** 5.4.2
7+
**Stable tag:** 1.0.17
88
**License:** GPLv2 or later
99
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -49,60 +49,64 @@ If you're not using any of the supported plugins and theme, you can write the cu
4949

5050
## Changelog ##
5151

52-
### v1.0.16 ###
52+
### 1.0.17 ###
53+
- New: Users can now share non-personal usage data to help us test and develop better products. ( https://store.brainstormforce.com/usage-tracking/?utm_source=wp_dashboard&utm_medium=general_settings&utm_campaign=usage_tracking )
54+
- Fix: "PHP Notice: Trying to access array offset on value of type bool" when user is migrating from 1.0.8 or lower version.
55+
56+
### 1.0.16 ###
5357
- Improvement: Updated warning strings incase of wrong project ID.
5458

55-
### v1.0.15 ###
59+
### 1.0.15 ###
5660
- Fix: Settings page's sections showing markup instead of content.
5761

58-
### v1.0.14 ###
62+
### 1.0.14 ###
5963
- Improvement: Hardened the security of plugin
6064
- Improvement: Compatibility with latest WordPress PHP_CodeSniffer rules
6165

62-
### v1.0.13 ###
66+
### 1.0.13 ###
6367
- Fix: Console errors in customizer & frontend on adobe font(TypeKit) selection.
6468

65-
### v1.0.12 ###
69+
### 1.0.12 ###
6670
- Fix: Load Custom Adobe Fonts (Typekit) menu after Astra Options.
6771
- Fix: Console errors in customizer while selecting font.
6872

69-
### v1.0.11 ###
73+
### 1.0.11 ###
7074
- Improvement: Allow whitelabel settings to be setup from using constants when using Astra Pro.
7175

72-
### v1.0.10 ###
76+
### 1.0.10 ###
7377
- Fix: Remove typekit font from the Astra Theme's google fonts URL.
7478

75-
### v1.0.9 ###
79+
### 1.0.9 ###
7680
- Improvement: Use CSS embed method for enqueueing TypeKit fonts. This should remove the slight delay in displaying the TypeKit fonts on the page,
7781
- Fix: Post URL in the Block Editor goes behind the Editor Top Bar.
7882

79-
### v1.0.8 ###
83+
### 1.0.8 ###
8084
- Fixed: A few TypeKit fonts not being rendered correctly.
8185

82-
### v1.0.7 ###
86+
### 1.0.7 ###
8387
- Improvement: Enqueue typekit fonts in the block editor.
8488

85-
### v1.0.6 ###
89+
### 1.0.6 ###
8690
- Fixed: Update font name to correct font family to be rendered correctly for all the fonts.
8791
- Fixed: Typekit fonts not rendered ccorrectly in Beaver Builder and Elementor settings.
8892

89-
### v1.0.5 ###
93+
### 1.0.5 ###
9094
- Fixed: Fatal error: Uncaught Error: Class ‘Bsf_Custom_Fonts_Taxonomy’ not found
9195

92-
### v1.0.4 ###
96+
### 1.0.4 ###
9397
- Fixed: Added Fonts in separate group for Elementor fonts & global fonts selection.
9498

95-
### v1.0.3 ###
99+
### 1.0.3 ###
96100
- New: Added compatibility with Beaver Builder Theme, Beaver Builder Plugin and Elementor.
97101

98-
### v1.0.2 ###
102+
### 1.0.2 ###
99103
- Typekit fonts support added for all themes.
100104
- White Label support added from the [Astra Pro](https://wpastra.com/pro/) plugin.
101105

102-
### v1.0.1 ###
106+
### 1.0.1 ###
103107
- Custom Typekit Fonts wp admin menu renamed to Typekit Fonts.
104108
- Empty Kit notice added if there is not fonts in the Kit.
105109
- Php waring if there is no font list handled.
106110

107-
### v1.0.0 ###
111+
### 1.0.0 ###
108112
- Initial release

admin/bsf-analytics/assets/css/minified/style-rtl.min.css

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

admin/bsf-analytics/assets/css/minified/style.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
#bsf-optin-notice {
2+
padding: 1px 12px;
3+
border-right-color: #007cba;
4+
}
5+
6+
#bsf-optin-notice .notice-container {
7+
padding-top: 10px;
8+
padding-bottom: 12px;
9+
}
10+
11+
#bsf-optin-notice .notice-content {
12+
margin: 0;
13+
}
14+
15+
#bsf-optin-notice .notice-heading {
16+
padding: 0 0 12px 20px;
17+
}
18+
19+
#bsf-optin-notice .button-primary {
20+
margin-left: 5px;
21+
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
#bsf-optin-notice {
2+
padding: 1px 12px;
3+
border-left-color: #007cba;
4+
}
5+
6+
#bsf-optin-notice .notice-container {
7+
padding-top: 10px;
8+
padding-bottom: 12px;
9+
}
10+
11+
#bsf-optin-notice .notice-content {
12+
margin: 0;
13+
}
14+
15+
#bsf-optin-notice .notice-heading {
16+
padding: 0 20px 12px 0;
17+
}
18+
19+
#bsf-optin-notice .button-primary {
20+
margin-right: 5px;
21+
}

0 commit comments

Comments
 (0)