Skip to content

Commit 52af738

Browse files
committed
You can't find me!!! 👀
1 parent 3951fa9 commit 52af738

File tree

8 files changed

+659
-42
lines changed

8 files changed

+659
-42
lines changed

‎.gitignore‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
vendor/
22
.idea/
33
.vscode/
4+
wordpress/

‎LICENSE‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Itineris Limited
3+
Copyright (c) 2024 Itineris Limited
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

‎README.md‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# PackageTemplateWPMUPluginBasic
1+
# WPDisableSearch
22

3-
[![Packagist Version](https://img.shields.io/packagist/v/itinerisltd/package-template-wp-muplugin-basic.svg?label=release&style=flat-square)](https://packagist.org/packages/itinerisltd/package-template-wp-muplugin-basic)
4-
[![PHP from Packagist](https://img.shields.io/packagist/php-v/itinerisltd/package-template-wp-muplugin-basic.svg?style=flat-square)](https://packagist.org/packages/itinerisltd/package-template-wp-muplugin-basic)
5-
[![Packagist Downloads](https://img.shields.io/packagist/dt/itinerisltd/package-template-wp-muplugin-basic.svg?label=packagist%20downloads&style=flat-square)](https://packagist.org/packages/itinerisltd/package-template-wp-muplugin-basic/stats)
6-
[![GitHub License](https://img.shields.io/github/license/itinerisltd/package-template-wp-muplugin-basic.svg?style=flat-square)](https://github.com/ItinerisLtd/package-template-wp-muplugin-basic/blob/master/LICENSE)
3+
[![Packagist Version](https://img.shields.io/packagist/v/itinerisltd/wp-disable-search.svg?label=release&style=flat-square)](https://packagist.org/packages/itinerisltd/wp-disable-search)
4+
[![PHP from Packagist](https://img.shields.io/packagist/php-v/itinerisltd/wp-disable-search.svg?style=flat-square)](https://packagist.org/packages/itinerisltd/wp-disable-search)
5+
[![Packagist Downloads](https://img.shields.io/packagist/dt/itinerisltd/wp-disable-search.svg?label=packagist%20downloads&style=flat-square)](https://packagist.org/packages/itinerisltd/wp-disable-search/stats)
6+
[![GitHub License](https://img.shields.io/github/license/itinerisltd/wp-disable-search.svg?style=flat-square)](https://github.com/ItinerisLtd/wp-disable-search/blob/master/LICENSE)
77
[![Hire Itineris](https://img.shields.io/badge/Hire-Itineris-ff69b4.svg?style=flat-square)](https://www.itineris.co.uk/contact/)
88
[![Twitter Follow @itineris_ltd](https://img.shields.io/twitter/follow/itineris_ltd?style=flat-square&color=1da1f2)](https://twitter.com/itineris_ltd)
99

@@ -25,15 +25,15 @@
2525
## Installation
2626

2727
```bash
28-
composer require itinerisltd/package-template-wp-muplugin-basic
28+
composer require itinerisltd/wp-disable-search
2929
```
3030

3131
## Credits
3232

33-
[PackageTemplateWPMUPluginBasic](https://github.com/ItinerisLtd/package-template-wp-muplugin-basic) is a [Itineris Limited](https://www.itineris.co.uk/) project created by [Lee Hanbury-Pickett](https://github.com/codepuncher).
33+
[WPDisableSearch](https://github.com/ItinerisLtd/wp-disable-search) is a [Itineris Limited](https://www.itineris.co.uk/) project created by [Lee Hanbury-Pickett](https://github.com/codepuncher).
3434

35-
Full list of contributors can be found [here](https://github.com/ItinerisLtd/package-template-wp-muplugin-basic/graphs/contributors).
35+
Full list of contributors can be found [here](https://github.com/ItinerisLtd/wp-disable-search/graphs/contributors).
3636

3737
## License
3838

39-
[PackageTemplateWPMUPluginBasic](https://github.com/ItinerisLtd/package-template-wp-muplugin-basic) is released under the [MIT License](https://opensource.org/licenses/MIT).
39+
[WPDisableSearch](https://github.com/ItinerisLtd/wp-disable-search) is released under the [MIT License](https://opensource.org/licenses/MIT).

‎composer.json‎

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "itinerisltd/package-template-wp-muplugin-basic",
3-
"description": "Basic WordPress plugin template for Composer",
2+
"name": "itinerisltd/wp-disable-search",
3+
"description": "Disable WP Search",
44
"license": "MIT",
55
"type": "wordpress-muplugin",
66
"authors": [
@@ -16,22 +16,24 @@
1616
"role": "Developer"
1717
}
1818
],
19-
"homepage": "https://github.com/itinerisltd/package-template-wp-muplugin-basic/",
19+
"homepage": "https://github.com/itinerisltd/wp-disable-search/",
2020
"support": {
2121
"email": "[email protected]",
22-
"issues": "https://github.com/ItinerisLtd/package-template-wp-muplugin-basic/issues",
23-
"source": "https://github.com/ItinerisLtd/package-template-wp-muplugin-basic"
22+
"issues": "https://github.com/ItinerisLtd/wp-disable-search/issues",
23+
"source": "https://github.com/ItinerisLtd/wp-disable-search"
2424
},
2525
"require": {
2626
"php": "^8.1"
2727
},
2828
"require-dev": {
29-
"itinerisltd/itineris-wp-coding-standards": "^1.0"
29+
"itinerisltd/itineris-wp-coding-standards": "^1.0",
30+
"roots/wordpress": "^6.7"
3031
},
3132
"prefer-stable": true,
3233
"config": {
3334
"allow-plugins": {
34-
"dealerdirect/phpcodesniffer-composer-installer": true
35+
"dealerdirect/phpcodesniffer-composer-installer": true,
36+
"roots/wordpress-core-installer": true
3537
},
3638
"optimize-autoloader": true,
3739
"preferred-install": "dist",

0 commit comments

Comments
 (0)