Skip to content

Commit

Permalink
Merge pull request #29 from shubhw12/dev
Browse files Browse the repository at this point in the history
fix: updated the tested up to version and analytics code.
  • Loading branch information
Nikschavan authored Aug 13, 2020
2 parents 935c299 + 15b033e commit 0293136
Show file tree
Hide file tree
Showing 21 changed files with 1,832 additions and 5,624 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
**Donate link:** https://www.paypal.me/BrainstormForce
**Tags:** customizer, search
**Requires at least:** 4.6
**Tested up to:** 5.4.2
**Stable tag:** 1.1.4
**Tested up to:** 5.5
**Stable tag:** 1.1.5
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -26,6 +26,9 @@ https://www.youtube.com/watch?v=IBFfap_vGzg

## Changelog ##

### 1.1.5 ###
- Fix: Fixed compatibility with other plugins with respect to the admin notice.

### 1.1.4 ###
- 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 )

Expand Down
33 changes: 0 additions & 33 deletions admin/bsf-analytics/.gitignore

This file was deleted.

210 changes: 0 additions & 210 deletions admin/bsf-analytics/Gruntfile.js

This file was deleted.

2 changes: 1 addition & 1 deletion admin/bsf-analytics/assets/css/minified/style-rtl.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion admin/bsf-analytics/assets/css/minified/style.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions admin/bsf-analytics/assets/css/unminified/style-rtl.css
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
#bsf-optin-notice {
[ID*="-optin-notice"] {
padding: 1px 12px;
border-right-color: #007cba;
}

#bsf-optin-notice .notice-container {
[ID*="-optin-notice"] .notice-container {
padding-top: 10px;
padding-bottom: 12px;
}

#bsf-optin-notice .notice-content {
[ID*="-optin-notice"] .notice-content {
margin: 0;
}

#bsf-optin-notice .notice-heading {
[ID*="-optin-notice"] .notice-heading {
padding: 0 0 12px 20px;
}

#bsf-optin-notice .button-primary {
[ID*="-optin-notice"] .button-primary {
margin-left: 5px;
}
10 changes: 5 additions & 5 deletions admin/bsf-analytics/assets/css/unminified/style.css
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
#bsf-optin-notice {
[ID*="-optin-notice"] {
padding: 1px 12px;
border-left-color: #007cba;
}

#bsf-optin-notice .notice-container {
[ID*="-optin-notice"] .notice-container {
padding-top: 10px;
padding-bottom: 12px;
}

#bsf-optin-notice .notice-content {
[ID*="-optin-notice"] .notice-content {
margin: 0;
}

#bsf-optin-notice .notice-heading {
[ID*="-optin-notice"] .notice-heading {
padding: 0 20px 12px 0;
}

#bsf-optin-notice .button-primary {
[ID*="-optin-notice"] .button-primary {
margin-right: 5px;
}
19 changes: 0 additions & 19 deletions admin/bsf-analytics/bin/block-commits-with-merge-conflict.sh

This file was deleted.

Loading

0 comments on commit 0293136

Please sign in to comment.