Moving forward, we will be posting our release notes on https://news.nationbuilder.com/
Release notes
New features, updates, and bug fixes in NationBuilder! Subscribe to updates via RSS
-
-
Product updates Dec 27
Update
You can now email your donors with a link to a specified amount in the portal!
Use this code to implement this in your nation:
We appreciate all your contributions to {{settings.official_name}} in the past year! Want to increase your impact by 25%?
{% for recurring_donation in recipient.recurring_donations %}
{% if recurring_donation.recurrence == 'annual' and recurring_donation.status == 'active' %}
{% assign new_amount = recurring_donation.amount_format | remove: "$" | times: 1.25 %}
{% assign new_amount_decimals = new_amount | split: '.' %}
{% if new_amount_decimals[1].size == 1 %}{% assign new_amount = new_amount | append: "0" %}{% endif %}
Follow this link to upgrade your {{ recurring_donation.amount_format }} donation to {{ new_amount | prepend: "$" }}: https://mycooldomain.com/supporter_portal/recurring_donation/{{ recurring_donation.id }}?amount={{ new_amount }}
{% endif %}
{% endfor %}
Update
Your recurring donors can now edit their recurring donation amount through the supporter portal.
Update
Our new Email Editor is officially in beta, please get in touch with us at [email protected] if you'd like to become a beta tester!
-
Product updates Nov 22
Workflows
Update
Actions from “Contact your Representative” and “Signup” ActionButtons can now be added as a source of an automation in NationBuilder!
-
Product updates Nov 3
People
Update
We added “affiliate of”, “consultant”, and “consultant to” relationship types to filter
Finances
Fix
We fixed bug with duplicate fundraising amount when a pledge is added after a donation
Workflows
Update
We launched multiple source automations. You can now enroll multiple groups of recipients into the same automation. These groups include:
- Results of a filter - add people in batches
- Page settings - add people as they sign up
-
Product updates Oct 17
Website
- Fixing bug with duplicate fundraising amount when a pledge is added after a donation
Finances
- Added pagination to signup’s donations list in finance tab
-
Product updates Sep 23
People
- Enabled auto-districting for nations in Bulgaria
Website
- Fixed duplicate action fields in Donation v2 page advanced settings
Finances
- Deployed filters for recurring donation frequency and next donation date
NationBuilder Payments
- Supporter Portal now live!
ActionButton
- Released custom image Dial & Sentiment Poll upload for paid plans and other minor updates/bug fixes
-
Product updates Aug 26
Website
- When a CPU only has website permissions, they now see “View all sites” in the sidebar menu
-
Product updates Aug 9
People
- Improved membership cancellations from the control panel
Memberships tied to recurring donations can now be canceled through the control panel.Cancel the associated recurring donation. A recurring donation cannot be re-associated with a membership once it's been canceled
In the settings of an Active membership tied to a recurring payment, you will now see a "Cancel membership" button in the lower-right corner. When clicked, you'll see a friction modal indicating that canceling the membership will:
Schedule the cancelation for the end of the current billing cycle. After cancelation, the membership will remain active with an expiration date of the end of the current billing cycle. More here in documentation
- Released an update to the Supporter Portal beta which includes more features for donation and membership management as well as portal appearance read detail here
- Improved membership cancellations from the control panel
-
Product updates July 18
People
- Ever wondered why a control panel user has access to certain profiles and not others? Lost track of where on your website you're assigning point people? Now you can see all the people that are assigned to a control panel user, filter by assignment type and review all assignment sources in your Nation. Go to a profile dashboard < assignments
- Past exports can now be accessed through the "More" menu in the people view
- If you’re using tag sharing there are now two more sync options available, reach out to your Account Manager is if you would like this functionality added to your Nation: primary email and email is bad
-
Product updates July 6
People
- Control panel users with assigned people can no longer access exports generated by control panel users who are assigned to them
- Allow recurring imports to be edited. Previously you had to delete and re-add the import to make changes
- Fixed bug that caused recruits count in the control panel and on public profiles to be incorrect if a recruit was deleted
Website
- Fixed bug that resulted in site access being removed from a group when the sites images, footer or analytics setup were edited
- Allow capturing middle name on donation forms. This can also be added/accessed via the donation api. Api docs have been updated
Communications
Finance
- Allow capturing middle name on donation forms. This can also be added/accessed via the donation api. Api docs have been updated
Workflows
Settings
API
- Allow capturing middle name on donation form via the donation API. API docs have been updated