Skip to content

Commit 865c231

Browse files
Merge pull request #8 from ITS-Digital-Technology/version_up
Version up!
2 parents 8e9806e + eccaf0f commit 865c231

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

manifest/info.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"author" : "<a href='https://its.northeastern.edu/'>ITS Digital Technology & Services</a>",
55
"author_profile" : "https://its.northeastern.edu/",
66
"version" : "1.4.0",
7-
"download_url" : "https://github.com/ITS-Digital-Technology/global-elements-wordpress/releases/download/v1.3.0/global-elements-wordpress.zip",
7+
"download_url" : "https://github.com/ITS-Digital-Technology/global-elements-wordpress/releases/download/v1.4.0/global-elements-wordpress.zip",
88
"requires" : "5.6",
99
"tested" : "6.6.1",
1010
"requires_php" : "5.6",
11-
"last_updated" : "2024-08-12 16:00:00",
11+
"last_updated" : "2025-01-06 16:00:00",
1212
"sections" : {
1313
"description" : "A Wordpress plugin developed by the Northeastern University ITS Web Solutions team that inserts the Northeastern University global header, footer, and TrustArc cookie consent manager. Each elemenent can be enabled/disabled from the plugin's settings.",
1414
"installation" : "Click the activate button to install. In order for the global header to display, the active theme must support a call to wp_body_open() after the opening &lt;body&gt; tag.",

nu_global_elements.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Description: Inserts the Northeastern University global header, footer, and TrustArc cookie consent manager. Requires wp_body_open() under the body tag to display the global header.
66
Author: Northeastern University ITS Web Solutions
77
Author URI: https://its.northeastern.edu
8-
Version: 1.3.0
8+
Version: 1.4.0
99
*/
1010

1111
if (!defined('ABSPATH')) { exit; }

0 commit comments

Comments
 (0)