From 472b1fb49984ac40c630806c6352570b38368ab3 Mon Sep 17 00:00:00 2001 From: Waren Gonzaga Date: Fri, 5 Feb 2021 00:10:01 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20NEW:=20rename=20the=20project?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/FUNDING.yml | 4 ++-- README.md | 14 +++++++------- ...te-your-footer.php => update-your-footer-wp.php | 6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) rename wp-update-your-footer.php => update-your-footer-wp.php (82%) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 18f30e8..a2b8094 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,7 +1,7 @@ -# Support WP Update Your Footer by using the funding links below +# Support Update Your Footer WP by using the funding links below # Developed and Maintained by Waren Gonzaga -issuehunt: WarenGonzaga/wp-update-your-footer +issuehunt: WarenGonzaga/update-your-footer-wp custom: ['https://wrngnz.ga/bmc','https://wrngnz.ga/paypal'] # Your donation means a lot to me to continue the development of open source project like this. diff --git a/README.md b/README.md index daf9f44..72178c7 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ -# WP Update Your Footer +# Update Your Footer WP -[![by Waren Gonzaga](https://img.shields.io/badge/by-Waren%20Gonzaga-blue.svg?longCache=true&style=flat-square)](https://bmc.xyz/warengonzaga) ![Version](https://img.shields.io/github/release/WarenGonzaga/wp-update-your-footer.svg?style=flat-square) ![Stars](https://img.shields.io/github/stars/WarenGonzaga/wp-update-your-footer.svg?style=flat-square) ![Size](https://img.shields.io/github/repo-size/warengonzaga/wp-update-your-footer?color=green&style=flat-square)![License](https://img.shields.io/github/license/WarenGonzaga/wp-update-your-footer.svg?style=flat-square) +[![by Waren Gonzaga](https://img.shields.io/badge/by-Waren%20Gonzaga-blue.svg?longCache=true&style=flat-square)](https://bmc.xyz/warengonzaga) ![Version](https://img.shields.io/github/release/WarenGonzaga/update-your-footer-wp.svg?style=flat-square) ![Stars](https://img.shields.io/github/stars/WarenGonzaga/update-your-footer-wp.svg?style=flat-square) ![Size](https://img.shields.io/github/repo-size/warengonzaga/update-your-footer-wp?color=green&style=flat-square)![License](https://img.shields.io/github/license/WarenGonzaga/update-your-footer-wp.svg?style=flat-square) A WordPress shortcode plugin to automagically update your copyright notice year. Simple and lightweight, no annoying ads and fancy settings. Ready to use just plug and play. ## Installation -To be able to start using this plugin just [download the latest release here](https://github.com/warengonzaga/wp-update-your-footer/releases/latest). +To be able to start using this plugin just [download the latest release here](https://github.com/warengonzaga/update-your-footer-wp/releases/latest). - Upload the plugin (.zip file) to the /wp-content/plugins/ directory. - Activate the WP Disease Tracker WordPress plugin through the 'Plugins' menu in WordPress. -- Use the shortcodes from WP Update Your Footer into your site's footer. +- Use the shortcodes from Update Your Footer WP into your site's footer. ## Usage @@ -30,7 +30,7 @@ Contributions are welcome, create a pull request to this repo and I will review ## Issues -If you're facing a problem in using WP Update Your Footer please let me know by creating GitHub issue. I'm happy to help you! Don't forget to provide me some screenshot or error logs of it, thank you! +If you're facing a problem in using Update Your Footer WP please let me know by creating GitHub issue. I'm happy to help you! Don't forget to provide me some screenshot or error logs of it, thank you! ## Community @@ -40,11 +40,11 @@ Wanna see other projects I made? Join today! ## License -WP Update Your Footer is licensed under [GNU General Public License v3](https://opensource.org/licenses/GPL-3.0). +Update Your Footer WP is licensed under [GNU General Public License v3](https://opensource.org/licenses/GPL-3.0). ## Author -WP Update Your Footer is Developed and Maintained by **[Waren Gonzaga](https://github.com/warengonzaga)** +Update Your Footer WP is Developed and Maintained by **[Waren Gonzaga](https://github.com/warengonzaga)** [![Facebook](https://img.shields.io/badge/Facebook-%231877F2.svg?&style=flat-square&logo=facebook&logoColor=white)](https://facebook.com/warengonzagaofficial) [![Twitter](https://img.shields.io/badge/Twitter-%231DA1F2.svg?&style=flat-square&logo=twitter&logoColor=white)](https://twitter.com/warengonzaga) [![LinkedIn](https://img.shields.io/badge/LinkedIn-%230077B5.svg?&style=flat-square&logo=linkedin&logoColor=white)](https://linkedin.com/in/warengonzagaofficial) [![YouTube](https://img.shields.io/badge/YouTube-%23FF0000.svg?&style=flat-square&logo=youtube&logoColor=white)](https://youtube.com/warengonzaga) [![DEV](https://img.shields.io/badge/DEV-%23000000.svg?&style=flat-square&logo=dev.to&logoColor=white)](https://dev.to/warengonzaga) [![BMC](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-%23FFDD00.svg?&style=flat-square&logo=buy-me-a-coffee&logoColor=black)](https://dev.to/warengonzaga) diff --git a/wp-update-your-footer.php b/update-your-footer-wp.php similarity index 82% rename from wp-update-your-footer.php rename to update-your-footer-wp.php index 0a59a67..8dc2ac8 100644 --- a/wp-update-your-footer.php +++ b/update-your-footer-wp.php @@ -1,9 +1,9 @@ ' . get_bloginfo('name') . ''; $all_rights_reserved = 'All Rights Reserved'; $notice = $copyright . ' ' . $year . ' ' . $sitename . ', ' . $all_rights_reserved . '.';