Skip to content

Commit

Permalink
You can't find me!!! 👀
Browse files Browse the repository at this point in the history
  • Loading branch information
codepuncher committed Dec 3, 2024
1 parent 3951fa9 commit 52af738
Show file tree
Hide file tree
Showing 8 changed files with 659 additions and 42 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
vendor/
.idea/
.vscode/
wordpress/
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Itineris Limited
Copyright (c) 2024 Itineris Limited

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# PackageTemplateWPMUPluginBasic
# WPDisableSearch

[![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)
[![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)
[![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)
[![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)
[![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)
[![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)
[![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)
[![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)
[![Hire Itineris](https://img.shields.io/badge/Hire-Itineris-ff69b4.svg?style=flat-square)](https://www.itineris.co.uk/contact/)
[![Twitter Follow @itineris_ltd](https://img.shields.io/twitter/follow/itineris_ltd?style=flat-square&color=1da1f2)](https://twitter.com/itineris_ltd)

Expand All @@ -25,15 +25,15 @@
## Installation

```bash
composer require itinerisltd/package-template-wp-muplugin-basic
composer require itinerisltd/wp-disable-search
```

## Credits

[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).
[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).

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

## License

[PackageTemplateWPMUPluginBasic](https://github.com/ItinerisLtd/package-template-wp-muplugin-basic) is released under the [MIT License](https://opensource.org/licenses/MIT).
[WPDisableSearch](https://github.com/ItinerisLtd/wp-disable-search) is released under the [MIT License](https://opensource.org/licenses/MIT).
16 changes: 9 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "itinerisltd/package-template-wp-muplugin-basic",
"description": "Basic WordPress plugin template for Composer",
"name": "itinerisltd/wp-disable-search",
"description": "Disable WP Search",
"license": "MIT",
"type": "wordpress-muplugin",
"authors": [
Expand All @@ -16,22 +16,24 @@
"role": "Developer"
}
],
"homepage": "https://github.com/itinerisltd/package-template-wp-muplugin-basic/",
"homepage": "https://github.com/itinerisltd/wp-disable-search/",
"support": {
"email": "[email protected]",
"issues": "https://github.com/ItinerisLtd/package-template-wp-muplugin-basic/issues",
"source": "https://github.com/ItinerisLtd/package-template-wp-muplugin-basic"
"issues": "https://github.com/ItinerisLtd/wp-disable-search/issues",
"source": "https://github.com/ItinerisLtd/wp-disable-search"
},
"require": {
"php": "^8.1"
},
"require-dev": {
"itinerisltd/itineris-wp-coding-standards": "^1.0"
"itinerisltd/itineris-wp-coding-standards": "^1.0",
"roots/wordpress": "^6.7"
},
"prefer-stable": true,
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
"dealerdirect/phpcodesniffer-composer-installer": true,
"roots/wordpress-core-installer": true
},
"optimize-autoloader": true,
"preferred-install": "dist",
Expand Down
Loading

0 comments on commit 52af738

Please sign in to comment.