diff --git a/functions.php b/functions.php index be24146d..74054da9 100644 --- a/functions.php +++ b/functions.php @@ -7,7 +7,7 @@ */ // Global constants. -define( 'THEME_VERSION', '0.9.3' ); +define( 'THEME_VERSION', '0.9.4' ); if ( ! defined( 'WP_ENVIRONMENT_TYPE' ) ) { $host = filter_input( INPUT_SERVER, 'HTTP_HOST', FILTER_SANITIZE_STRING ); diff --git a/includes/class-updater.php b/includes/class-updater.php index 567e340a..5f882aa3 100644 --- a/includes/class-updater.php +++ b/includes/class-updater.php @@ -16,8 +16,8 @@ */ class Updater { - const UPDATE_URL = 'https://api.github.com/repos/usdigitalresponse/election-websites/releases/latest'; - const RELEASES_URL = 'https://github.com/usdigitalresponse/election-websites/releases'; + const UPDATE_URL = 'https://api.github.com/repos/ctcl/election-websites/releases/latest'; + const RELEASES_URL = 'https://github.com/ctcl/election-websites/releases'; const TRANSIENT_NAME = 'election-websites-update-theme'; const CACHE_KEY = 'ctcl_election_website_update_data'; const THEME_SLUG = 'election-websites'; diff --git a/package-lock.json b/package-lock.json index e0532c85..2edf1776 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ctcl-election-website-toolkit", - "version": "0.9.3", + "version": "0.9.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 913a67a6..08026f9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ctcl-election-website-toolkit", - "version": "0.9.3", + "version": "0.9.4", "description": "Election websites toolkit, by CTCL and USDR", "main": "Gruntfile.js", "repository": { diff --git a/style.css b/style.css index df90c2f7..ec2fe55e 100644 --- a/style.css +++ b/style.css @@ -3,7 +3,7 @@ * Theme URI: https://electiontools.org/ * Author: Center for Tech and Civic Life, United States Digital Reponse * Author URI: https://usdigitalresponse.org/ - * Version: 0.9.3 + * Version: 0.9.4 * Description: If you’re a local election official in the United States, you can use this template to get a head start on building your election website. The template will provide you with (1) a pre-built home page with election-related links and icons, (2) pre-loaded web pages on voting, voter registration, election resources, and more. The template follows guidelines from the Center for Civic Design and is fast, mobile-friendly and accessible. * Requires at least: 5.4 * Tested up to: 5.5