Skip to content

Commit

Permalink
Merge pull request #5 from amnestywebsite/release/v1.1.0
Browse files Browse the repository at this point in the history
v1.1.0
  • Loading branch information
jaymcp authored Jul 3, 2024
2 parents a6de2e1 + b3e2275 commit 5e9c5e4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v1.1.0
Features:
- Introduce full site editing support

### v1.0.1
Fixes:
- Remove erroneous version comparison
Expand Down
2 changes: 1 addition & 1 deletion amnesty-petitions.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Plugin Name: Humanity Petitions
Plugin URI: https://github.com/amnestywebsite/humanity-petitions
Description: Enable petitions support, with interface for synchronising data to a CRM. CRM integrations not included.
Version: 1.0.1
Version: 1.1.0
Author: Amnesty International
Author URI: https://www.amnesty.org
License: GPLv2
Expand Down
15 changes: 15 additions & 0 deletions private/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
}
}


.petition-formExtra {
display: flex;
margin-bottom: 24px;
Expand Down Expand Up @@ -242,3 +243,17 @@
iframe {
border: none;
}

.fse .petition-title,
.fse .petition-subtitle,
.fse .petition-contentReveal dt {
font-family: var(--wp--preset--font-family--secondary);
}

.fse .petition-formFill input {
font-family: var(--wp--preset--font-family--primary);

@include placeholder {
font-family: var(--wp--preset--font-family--primary);
}
}

0 comments on commit 5e9c5e4

Please sign in to comment.