From 2e8ea0fa286783b89102ab5268ea17778403dbf9 Mon Sep 17 00:00:00 2001 From: otrok7 <50595291+otrok7@users.noreply.github.com> Date: Tue, 10 Dec 2024 15:57:52 +0100 Subject: [PATCH] typos --- admin/class-bmltenabled-admin.php | 2 +- admin/class-bread-admin.php | 2 +- bmlt-meeting-list.php | 2 +- readme.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/admin/class-bmltenabled-admin.php b/admin/class-bmltenabled-admin.php index a9cf37e..6c5dd89 100644 --- a/admin/class-bmltenabled-admin.php +++ b/admin/class-bmltenabled-admin.php @@ -34,7 +34,7 @@ function admin_menu_link() $cap = 'manage_bread'; } $slugs = apply_filters('BmltEnabled_Slugs', []); - $icon = apply_filters("BmltEnabled_IconSVG", 'dashicons-locations-alt'); + $icon = apply_filters("BmltEnabled_IconSVG", 'dashicons-location-alt'); $slug = $slugs[0]; add_menu_page( 'Meeting List', diff --git a/admin/class-bread-admin.php b/admin/class-bread-admin.php index 7d21e76..2880d5e 100644 --- a/admin/class-bread-admin.php +++ b/admin/class-bread-admin.php @@ -94,7 +94,7 @@ public function enqueue_scripts($hook) wp_enqueue_script("chosen", plugin_dir_url(__FILE__) . "js/chosen.jquery.min.js", array('jquery'), "1.2", true); wp_enqueue_script("fetch-jsonp", plugin_dir_url(__FILE__) . "js/fetch-jsonp.js", array('jquery'), "1.30", true); wp_enqueue_script("smartWizard", plugin_dir_url(__FILE__) . "js/jquery.smartWizard.js", array('jquery'), "6.0.6", true); - wp_enqueue_script("breadWizard", plugin_dir_url(__FILE__) . "js/bread-Wizard.js", array('smartWizard'), "2.8.0", true); + wp_enqueue_script("breadWizard", plugin_dir_url(__FILE__) . "js/bread-wizard.js", array('smartWizard'), "2.8.0", true); /** * Make some JSON from PHP available in JS. */ diff --git a/bmlt-meeting-list.php b/bmlt-meeting-list.php index bcb53a1..acaf31e 100644 --- a/bmlt-meeting-list.php +++ b/bmlt-meeting-list.php @@ -11,7 +11,7 @@ * Plugin Name: Bread * Plugin URI: https://bmlt.app * Description: Maintains and generates PDF Meeting Lists from BMLT. - * Version: 2.8.0 + * Version: 2.8.1 * Author: bmlt-enabled * Author URI: https://bmlt.app/ * License: GPL-2.0+ diff --git a/readme.txt b/readme.txt index 116ebe3..48d1485 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: meeting list, bmlt, narcotics anonymous, na Requires PHP: 8.1 Requires at least: 6.2 Tested up to: 6.7.1 -Stable tag: 2.8.0 +Stable tag: 2.8.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html