-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #219 from RRZE-Webteam/dev
Dev
- Loading branch information
Showing
57 changed files
with
459 additions
and
748 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
vendor/rrze/wp/src/Settings/Builder.php → includes/Settings/Builder.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
|
||
namespace RRZE\WP\Settings; | ||
namespace RRZE\Calendar\Settings; | ||
|
||
defined('ABSPATH') || exit; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
vendor/rrze/wp/src/Settings/Encryption.php → includes/Settings/Encryption.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
|
||
namespace RRZE\WP\Settings; | ||
namespace RRZE\Calendar\Settings; | ||
|
||
defined('ABSPATH') || exit; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
vendor/rrze/wp/src/Settings/Error.php → includes/Settings/Error.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
|
||
namespace RRZE\WP\Settings; | ||
namespace RRZE\Calendar\Settings; | ||
|
||
defined('ABSPATH') || exit; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
vendor/rrze/wp/src/Settings/Flash.php → includes/Settings/Flash.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
|
||
namespace RRZE\WP\Settings; | ||
namespace RRZE\Calendar\Settings; | ||
|
||
defined('ABSPATH') || exit; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...rrze/wp/src/Settings/Options/Checkbox.php → includes/Settings/Options/Checkbox.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
|
||
namespace RRZE\WP\Settings\Options; | ||
namespace RRZE\Calendar\Settings\Options; | ||
|
||
defined('ABSPATH') || exit; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...src/Settings/Options/CheckboxMultiple.php → ...des/Settings/Options/CheckboxMultiple.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
|
||
namespace RRZE\WP\Settings\Options; | ||
namespace RRZE\Calendar\Settings\Options; | ||
|
||
defined('ABSPATH') || exit; | ||
|
||
|
4 changes: 2 additions & 2 deletions
4
...rrze/wp/src/Settings/Options/Password.php → includes/Settings/Options/Password.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ze/wp/src/Settings/Options/RadioGroup.php → includes/Settings/Options/RadioGroup.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
|
||
namespace RRZE\WP\Settings\Options; | ||
namespace RRZE\Calendar\Settings\Options; | ||
|
||
defined('ABSPATH') || exit; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...r/rrze/wp/src/Settings/Options/Select.php → includes/Settings/Options/Select.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
|
||
namespace RRZE\WP\Settings\Options; | ||
namespace RRZE\Calendar\Settings\Options; | ||
|
||
defined('ABSPATH') || exit; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...p/src/Settings/Options/SelectMultiple.php → includes/Settings/Options/SelectMultiple.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
|
||
namespace RRZE\WP\Settings\Options; | ||
namespace RRZE\Calendar\Settings\Options; | ||
|
||
defined('ABSPATH') || exit; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
vendor/rrze/wp/src/Settings/Options/Text.php → includes/Settings/Options/Text.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
|
||
namespace RRZE\WP\Settings\Options; | ||
namespace RRZE\Calendar\Settings\Options; | ||
|
||
defined('ABSPATH') || exit; | ||
|
||
|
Oops, something went wrong.