Skip to content

Commit

Permalink
Readme & code imporvements
Browse files Browse the repository at this point in the history
  • Loading branch information
gdarko committed Mar 15, 2024
1 parent 6dc2391 commit ccc44e1
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 9 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Easy to use WordPress package for collecting feedback on plugin deactivation.

The library allows toe developers to set up feedback form that shows on plugin deactivation on the Plugins page.

![plugin-deactivate](https://github.com/IgniteKit/wp-deactivate-feedback/assets/5760249/d9f2daa3-37da-48c3-b9c9-cf2c50ac5f6b)

## Quick Start

### 1. How to install
Expand Down Expand Up @@ -39,6 +41,10 @@ To collect data, you can use our plugin **WP Deactivate Feedback**.

[[Get Started]](https://github.com/ignitekit/wp-deactivate-feedback/)

## Contributions

Contributions are welcome here. If you have any ideas or found bugs, please open a pull request or issue.

## License

```
Expand All @@ -59,7 +65,7 @@ See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License v3
along with this program;
If not, see: https://www.gnu.org/licenses/gpl-3.0.en.html
If not, see: https://www.gnu.org/licenses/gpl-2.0.en.html
Code written, maintained by Darko Gjorgjijoski (https://darkog.com)
```
2 changes: 1 addition & 1 deletion public/views/form.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* You should have received a copy of the GNU General Public License v3
* along with this program;
*
* If not, see: https://www.gnu.org/licenses/gpl-3.0.en.html
* If not, see: https://www.gnu.org/licenses/gpl-2.0.en.html
*
* Code written, maintained by Darko Gjorgjijoski (https://darkog.com)
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Abstracts/AbstractFeedback.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* You should have received a copy of the GNU General Public License v3
* along with this program;
*
* If not, see: https://www.gnu.org/licenses/gpl-3.0.en.html
* If not, see: https://www.gnu.org/licenses/gpl-2.0.en.html
*
* Code written, maintained by Darko Gjorgjijoski (https://darkog.com)
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Abstracts/AbstractFeedbackData.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* You should have received a copy of the GNU General Public License v3
* along with this program;
*
* If not, see: https://www.gnu.org/licenses/gpl-3.0.en.html
* If not, see: https://www.gnu.org/licenses/gpl-2.0.en.html
*
* Code written, maintained by Darko Gjorgjijoski (https://darkog.com)
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* You should have received a copy of the GNU General Public License v3
* along with this program;
*
* If not, see: https://www.gnu.org/licenses/gpl-3.0.en.html
* If not, see: https://www.gnu.org/licenses/gpl-2.0.en.html
*
* Code written, maintained by Darko Gjorgjijoski (https://darkog.com)
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Feedback.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* You should have received a copy of the GNU General Public License v3
* along with this program;
*
* If not, see: https://www.gnu.org/licenses/gpl-3.0.en.html
* If not, see: https://www.gnu.org/licenses/gpl-2.0.en.html
*
* Code written, maintained by Darko Gjorgjijoski (https://darkog.com)
*/
Expand Down
2 changes: 1 addition & 1 deletion src/FeedbackData.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* You should have received a copy of the GNU General Public License v3
* along with this program;
*
* If not, see: https://www.gnu.org/licenses/gpl-3.0.en.html
* If not, see: https://www.gnu.org/licenses/gpl-2.0.en.html
*
* Code written, maintained by Darko Gjorgjijoski (https://darkog.com)
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* You should have received a copy of the GNU General Public License v3
* along with this program;
*
* If not, see: https://www.gnu.org/licenses/gpl-3.0.en.html
* If not, see: https://www.gnu.org/licenses/gpl-2.0.en.html
*
* Code written, maintained by Darko Gjorgjijoski (https://darkog.com)
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Utilities.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* You should have received a copy of the GNU General Public License v3
* along with this program;
*
* If not, see: https://www.gnu.org/licenses/gpl-3.0.en.html
* If not, see: https://www.gnu.org/licenses/gpl-2.0.en.html
*
* Code written, maintained by Darko Gjorgjijoski (https://darkog.com)
*/
Expand Down

0 comments on commit ccc44e1

Please sign in to comment.