diff --git a/settings.php b/settings.php index 2a74d4a..d5c9bad 100755 --- a/settings.php +++ b/settings.php @@ -14,19 +14,19 @@ /** * Credly's Acclaim Moodle Block Plugin - * Credly: http://youracclaim.com + * Credly: http://credly.com * Moodle: http://moodle.org/ * * @package block_acclaim - * @copyright 2020 Credly, Inc. + * @copyright 2020 Credly, Inc. * @license https://opensource.org/licenses/MIT */ defined('MOODLE_INTERNAL') || die; if ($ADMIN->fulltree) { $urls = array( - 'https://api.youracclaim.com/v1' => get_string('production', 'block_acclaim'), - 'https://sandbox-api.youracclaim.com/v1' => get_string('sandbox', 'block_acclaim') + 'https://api.credly.com/v1' => get_string('production', 'block_acclaim'), + 'https://sandbox-api.credly.com/v1' => get_string('sandbox', 'block_acclaim') ); $settings->add( diff --git a/version.php b/version.php index ee8c240..ec5a930 100755 --- a/version.php +++ b/version.php @@ -24,6 +24,6 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023010900; // YYYYMMDDHH (year, month, day, 24-hr time) +$plugin->version = 2023031500; // YYYYMMDDHH (year, month, day, 24-hr time) $plugin->requires = 2014050800; // Requires this Moodle version $plugin->component = 'block_acclaim'; // Full name of the plugin (used for diagnostics)