mirror of
https://github.com/dwaxweiler/connector-mobilizon
synced 2025-06-05 21:59:25 +02:00
rename files
This commit is contained in:
@ -12,7 +12,7 @@ function injectMetadata() {
|
|||||||
[
|
[
|
||||||
FOLDER_BUILD + '/front/block-events-loader.js',
|
FOLDER_BUILD + '/front/block-events-loader.js',
|
||||||
FOLDER_BUILD + '/' + PACKAGE.name + '.php',
|
FOLDER_BUILD + '/' + PACKAGE.name + '.php',
|
||||||
FOLDER_BUILD + '/includes/constants.php',
|
FOLDER_BUILD + '/includes/Constants.php',
|
||||||
FOLDER_BUILD + '/readme.txt',
|
FOLDER_BUILD + '/readme.txt',
|
||||||
],
|
],
|
||||||
{ base: './' }
|
{ base: './' }
|
||||||
|
@ -10,9 +10,9 @@
|
|||||||
* License: <wordpress-license>
|
* License: <wordpress-license>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once __DIR__ . '/includes/exceptions/general-exception.php';
|
require_once __DIR__ . '/includes/exceptions/GeneralException.php';
|
||||||
require_once __DIR__ . '/includes/exceptions/group-not-found-exception.php';
|
require_once __DIR__ . '/includes/exceptions/GroupNotFoundException.php';
|
||||||
require_once __DIR__ . '/includes/constants.php';
|
require_once __DIR__ . '/includes/Constants.php';
|
||||||
require_once __DIR__ . '/includes/Settings.php';
|
require_once __DIR__ . '/includes/Settings.php';
|
||||||
require_once __DIR__ . '/includes/DateTimeWrapper.php';
|
require_once __DIR__ . '/includes/DateTimeWrapper.php';
|
||||||
require_once __DIR__ . '/includes/Formatter.php';
|
require_once __DIR__ . '/includes/Formatter.php';
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
require_once __DIR__ . '/includes/constants.php';
|
require_once __DIR__ . '/includes/Constants.php';
|
||||||
require_once __DIR__ . '/includes/settings.php';
|
require_once __DIR__ . '/includes/Settings.php';
|
||||||
|
|
||||||
// If uninstall.php is not called by WordPress, exit.
|
// If uninstall.php is not called by WordPress, exit.
|
||||||
if (!defined('WP_UNINSTALL_PLUGIN')) {
|
if (!defined('WP_UNINSTALL_PLUGIN')) {
|
||||||
|
Reference in New Issue
Block a user