Skip to content

Commit

Permalink
Merge pull request #42 from uriweb/release-1.7.1
Browse files Browse the repository at this point in the history
Release 1.7.1
  • Loading branch information
alexandragauss authored Aug 15, 2024
2 parents 4a7457f + a181d97 commit 0bcb9db
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

Add `[programs-categories]` to a page and a form magically appears.

## What's new in 1.7.0
## What's new in 1.7.1

Program Finder 1.7.0 is a minor release.
Program Finder 1.7.1 is a fix release.

* Adds field for customizing the accelerated program link
* Sets jquery as a dependency.

For complete details, see the [commit history](https://github.com/uriweb/uri-program-finder/pull/20/commits) and the [issue tracker](https://github.com/uriweb/uri-program-finder/issues).

Expand All @@ -25,7 +25,7 @@ For complete details, see the [commit history](https://github.com/uriweb/uri-pro
__Contributors:__ [johnpennypacker](https://github.com/johnpennypacker), [bjcfuller](https://github.com/bjcfuller)
__Tags:__ plugins, shortcodes
__Requires at least:__ 4.0
__Tested up to:__ 5.5
__Stable tag:__ 1.7.0
__Tested up to:__ 6.1.7
__Stable tag:__ 1.7.1
__License:__ GPL-3.0
__Licence URI:__ https://www.gnu.org/licenses/gpl-3.0.html
4 changes: 2 additions & 2 deletions 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,7 +1,7 @@
{
"name": "uri-program-finder",
"description": "URI Program Finder",
"version": "1.7.0",
"version": "1.7.1",
"homepage": "https://www.uri.edu",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions uri-program-finder.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: URI Program Finder
* Plugin URI: http://www.uri.edu
* Description: Program finder tools
* Version: 1.7.0
* Version: 1.7.1
* Author: URI Web Communications
* Author URI:
*
Expand Down Expand Up @@ -57,7 +57,7 @@ function uri_program_finder_enqueue_scripts() {
);

$plugin_handle = 'uri-program-finder';
wp_register_script( $plugin_handle, plugins_url( '/js/programs.built.js', __FILE__ ), array(), uri_program_finder_cache_buster(), true );
wp_register_script( $plugin_handle, plugins_url( '/js/programs.built.js', __FILE__ ), array('jquery'), uri_program_finder_cache_buster(), true );
wp_localize_script( $plugin_handle, 'URIProgramFinder', $values );
wp_enqueue_script( $plugin_handle );

Expand Down

0 comments on commit 0bcb9db

Please sign in to comment.