From 768ac0e608a26f52a6a402a9f3e5bb40da4bcdd8 Mon Sep 17 00:00:00 2001 From: Gabriel Medina Date: Tue, 17 Sep 2024 04:20:20 -0600 Subject: [PATCH] Small fixes, versions and changelog. --- CHANGELOG.md | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 6 ----- 2 files changed, 71 insertions(+), 6 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..26df92e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,71 @@ +commit 6b1767c12c7bc027d44caac7ccb55bc40f6820a5 +Author: Gabriel Medina +Date: Tue Sep 17 04:03:54 2024 -0600 + + Version bump. + +commit d43828d10155da8f34a07747075530dae12cc0c3 +Merge: 7afb574 efd68e9 +Author: Gabriel Medina +Date: Tue Sep 17 04:01:20 2024 -0600 + + Merge pull request #3 from rhaseven7h/fix-tailwind-use + + Changed "hacky" TailwindCSS usage to a proper/correct one. + +commit efd68e903d1a7413352cc680e4e06989e27af757 +Author: Gabriel Medina +Date: Tue Sep 17 03:59:50 2024 -0600 + + Changed "hacky" TailwindCSS usage to a proper/correct one. + +commit 7afb574f340212934e028d27c7cb77bb92c916bc +Merge: 521671e 90d7d79 +Author: Gabriel Medina +Date: Tue Sep 17 03:20:28 2024 -0600 + + Merge pull request #2 from rhaseven7h/release-cleanup + + Fixes for release. + +commit 90d7d79a863eaaf54821f26d39c11c2f68444960 +Author: Gabriel Medina +Date: Tue Sep 17 03:19:18 2024 -0600 + + Fixes for release. + +commit 521671e6b4ad6bdaa1b7fa045f05142daa04d4c9 +Author: Gabriel Medina +Date: Tue Sep 17 02:15:52 2024 -0600 + + Fixes related to release. + +commit cd687f2435ecac555a0e7c3490e157bac2132551 +Author: Gabriel Medina +Date: Mon Sep 16 16:51:31 2024 -0600 + + Added translations. + +commit 49c420618de8f92df0b7d6cd6f581443fd9c0e98 +Author: Gabriel Medina +Date: Mon Sep 16 16:25:35 2024 -0600 + + Rearranged methods in class, added translation support to strings. + +commit 5f04f7e093b50a0afb9fe3e5a469e6fe95b71a0b +Author: Gabriel Medina +Date: Mon Sep 16 04:35:35 2024 -0600 + + First version of WP Wide Amin Menu. + +commit 05d7ea465ca70698fa77212e56dcbd29ec36dd62 +Author: Gabriel Medina +Date: Sat Sep 14 03:00:47 2024 -0600 + + Added draft of Setting option page. + +commit 3ba4cff2e9b97d4cbd7e47baa7bb2c44f5681c5c +Author: Gabriel Medina +Date: Sat Sep 14 02:07:39 2024 -0600 + + Initial Commit diff --git a/README.md b/README.md index d84600b..bd5ee36 100644 --- a/README.md +++ b/README.md @@ -48,12 +48,6 @@ Navigate to `Settings > Wide Admin Menu`, adjust the width using the input field You can set the width between 100px and 500px. -## Changelog - -### 1.0.0 - -- Initial release. - ## Credits This plugin uses the [Mustache](https://github.com/bobthecow/mustache.php) and the [Smarty](https://www.smarty.net/) templating engines and the [TailwindCSS](https://tailwindcss.com/) CSS framework.