Skip to content

Commit

Permalink
Merge pull request #167 from Codeinwp/minor-fixes
Browse files Browse the repository at this point in the history
Fix issue with UTM tags and shortner consistency.
Adds Exclude Posts as a separate page. 
Fix issue with sharing stopped after the first share. 
Fix timeline events refresh when the min interval changes. 
Fix Facebook page accounts not showing in certain environments.
Adds remove account feature for permanently delete an account from the list.
  • Loading branch information
selul authored May 2, 2018
2 parents e0bf8d6 + d57f6bd commit dd1a259
Show file tree
Hide file tree
Showing 39 changed files with 1,374 additions and 39,703 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ artifact
vendor
composer.lock
bin/
build
package-lock.json
6 changes: 4 additions & 2 deletions assets/css/rop_core.css
Original file line number Diff line number Diff line change
Expand Up @@ -4004,6 +4004,7 @@ a.active {

.service_account_image {
width: 150%;
max-width: 150% !important;
margin-top: -25%;
margin-left: -25%;
border-radius: 50%;
Expand Down Expand Up @@ -4437,7 +4438,6 @@ a.active {
content: "";
-webkit-animation: move 2s linear infinite;
animation: move 2s linear infinite;
animation: move 2s linear infinite;
}

.upsell a {
Expand All @@ -4451,10 +4451,12 @@ a.active {
pointer-events: auto;
}

.toplevel_page_TweetOldPost #wpbody-content > * {
.toplevel_page_TweetOldPost #wpbody-content > *,
.revive-old-posts_page_rop_content_filters #wpbody-content > * {
display: none !important;
}

.revive-old-posts_page_rop_content_filters #wpbody-content > #rop_content_filters,
.toplevel_page_TweetOldPost #wpbody-content > #rop_core {
display: block !important;
}
26 changes: 26 additions & 0 deletions assets/js/build/dashboard.min.js

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions assets/js/build/exclude.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit dd1a259

Please sign in to comment.