Skip to content

Commit

Permalink
Merge pull request #191 from usdigitalresponse/master
Browse files Browse the repository at this point in the history
Use CTCL GitHub repository for updates
  • Loading branch information
paulschreiber authored Dec 11, 2020
2 parents 993a877 + 12f975d commit 7fa635e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down
4 changes: 2 additions & 2 deletions includes/class-updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7fa635e

Please sign in to comment.