Skip to content

Commit

Permalink
Merge pull request #191 from RRZE-Webteam/dev
Browse files Browse the repository at this point in the history
Update vendor files
  • Loading branch information
rvdforst authored Feb 19, 2024
2 parents 7b09817 + d353784 commit 68c813e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,18 +188,18 @@
"source": {
"type": "git",
"url": "https://github.com/RRZE-Webteam/rrze-wp.git",
"reference": "e44c01ddc4a69a38be1a9c6a900eeee87f6d6aac"
"reference": "02076c39edcf586c1cbb5e889553bff0b24048a5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/RRZE-Webteam/rrze-wp/zipball/e44c01ddc4a69a38be1a9c6a900eeee87f6d6aac",
"reference": "e44c01ddc4a69a38be1a9c6a900eeee87f6d6aac",
"url": "https://api.github.com/repos/RRZE-Webteam/rrze-wp/zipball/02076c39edcf586c1cbb5e889553bff0b24048a5",
"reference": "02076c39edcf586c1cbb5e889553bff0b24048a5",
"shasum": ""
},
"require": {
"php": ">=8.0"
},
"time": "2024-02-19T13:55:11+00:00",
"time": "2024-02-19T15:07:11+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
Expand Down
6 changes: 3 additions & 3 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => '__root__',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '7d3be7ffc3b79c70bc3b72defca3ca470a6fd90f',
'reference' => '3a5538e1daed6366edce936dd7c10a97b6b0775d',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand All @@ -13,7 +13,7 @@
'__root__' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '7d3be7ffc3b79c70bc3b72defca3ca470a6fd90f',
'reference' => '3a5538e1daed6366edce936dd7c10a97b6b0775d',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down Expand Up @@ -49,7 +49,7 @@
'rrze/wp' => array(
'pretty_version' => '2.0.0',
'version' => '2.0.0.0',
'reference' => 'e44c01ddc4a69a38be1a9c6a900eeee87f6d6aac',
'reference' => '02076c39edcf586c1cbb5e889553bff0b24048a5',
'type' => 'library',
'install_path' => __DIR__ . '/../rrze/wp',
'aliases' => array(),
Expand Down
10 changes: 5 additions & 5 deletions vendor/rrze/wp/src/Settings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,23 +239,23 @@ $section->addOption('text', [
### Hooks

```php
add_filter('rrze_wp_settings_new_options', array $newOptions, array $currentOptions)
apply_filters('rrze_wp_settings_new_options', array $newOptions, array $currentOptions)
```

```php
add_filter('rrze_wp_settings_new_option_{$optionName}', mixed $value, object \RRZE\WP\Settings\Options\Type)
apply_filters('rrze_wp_settings_new_option_{$optionName}', mixed $value, object \RRZE\WP\Settings\Options\Type)
```

```php
add_filter('rrze_wp_settings_option_type_map', array $optionTypeMap)
apply_filters('rrze_wp_settings_option_type_map', array $optionTypeMap)
```

```php
add_filter('rrze_wp_settings_template_include', string $fileName, array $vars)
apply_filters('rrze_wp_settings_template_include', string $fileName, array $vars)
```

```php
add_action('rrze_wp_settings_after_update_option', string $optionName, array $options)
do_action('rrze_wp_settings_after_update_option', string $optionName, array $options)
```

### Adding a custom option type
Expand Down

0 comments on commit 68c813e

Please sign in to comment.