From 5fcd2f4a3b50bb1eb7918fcaac35e9d21e69e4f8 Mon Sep 17 00:00:00 2001 From: alexandragauss <“alexandra_gauss@uri.edu”> Date: Tue, 7 Mar 2023 14:46:10 -0500 Subject: [PATCH 1/2] Add a composer.json file --- js/composer.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 js/composer.json diff --git a/js/composer.json b/js/composer.json new file mode 100644 index 0000000..02f77ee --- /dev/null +++ b/js/composer.json @@ -0,0 +1,17 @@ +{ + "name": "uriweb/uri-tides", + "type": "wordpress-plugin", + "description": "Display live tide data from NOAA", + "authors": [ + { + "name": "URI Web Communications", + "email": "web-group@uri.edu", + "homepage": "https://github.com/uriweb" + } + ], + "homepage": "https://www.uri.edu", + "license": "GPL-3.0-only", + "require": { + "php": ">=7.4" + } +} \ No newline at end of file From 91ba07b11f64e3014ad59eec499e1c5b4c2e5fb1 Mon Sep 17 00:00:00 2001 From: alexandragauss <“alexandra_gauss@uri.edu”> Date: Tue, 7 Mar 2023 14:58:20 -0500 Subject: [PATCH 2/2] Bump version number --- README.md | 2 +- uri-tides.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34cfc3a..510c8af 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,4 @@ Contributors: Brandon Fuller, John Pennypacker Tags: widgets Requires at least: 4.0 Tested up to: 6.0 -Stable tag: 2.0.1 +Stable tag: 2.1.0 diff --git a/uri-tides.php b/uri-tides.php index 56a5e90..af2263b 100755 --- a/uri-tides.php +++ b/uri-tides.php @@ -3,7 +3,7 @@ Plugin Name: URI Tides Plugin URI: http://www.uri.edu Description: Display live tide data from NOAA (requires URI Tides Updater as a controller) -Version: 2.0.1 +Version: 2.1.0 Author: URI Web Communications Author URI: @author: Brandon Fuller