|
a2d9609e5d
|
chore: lint
|
2021-05-01 21:38:11 +01:00 |
|
|
ce41cd8353
|
refactor: namespace everything
|
2021-05-01 21:34:46 +01:00 |
|
|
f0c6b07a84
|
chore: lint code
|
2021-05-01 19:22:41 +01:00 |
|
|
7ad975c389
|
docs: update docblocks
|
2021-04-30 18:03:15 +01:00 |
|
|
bfeb11d5ad
|
docs: update docblocks
|
2021-04-29 20:57:30 +01:00 |
|
|
a10090ff24
|
docs: add subpackage tags
|
2021-04-27 10:05:51 +01:00 |
|
|
a72558098b
|
docs: redeclare subpackages
|
2021-04-27 10:04:13 +01:00 |
|
|
d3283bdb02
|
chore: lint code
|
2021-04-27 09:54:07 +01:00 |
|
|
850ab084ff
|
refactor: refactor widget registration
|
2021-04-27 09:31:08 +01:00 |
|
|
51f3f92c26
|
refactor: remove plugin name constant
|
2021-04-27 09:30:53 +01:00 |
|
|
6fb2b20424
|
refactor: move hook registration to Footnotes_Admin
|
2021-04-27 09:01:00 +01:00 |
|
|
4bcd8991ca
|
refactor: rename version constant
|
2021-04-27 08:47:50 +01:00 |
|
|
8044fb8591
|
chore: lint code
|
2021-04-27 08:42:21 +01:00 |
|
|
5de6719b9a
|
refactor: clean up internal dependency management
|
2021-04-27 08:33:28 +01:00 |
|
|
af14415067
|
fix: re-add plugin links
|
2021-04-27 08:32:37 +01:00 |
|
|
100a815cd5
|
docs: update docblocks
|
2021-04-27 08:31:37 +01:00 |
|
|
332f4b8284
|
style: add styling to menu link
|
2021-04-27 08:29:19 +01:00 |
|
|
c567c9ef44
|
refactor: rename Footnotes_Task to Footnotes_Parser
|
2021-04-27 08:27:49 +01:00 |
|
|
aa9a86e193
|
refactor: move logo styling to includes/
|
2021-04-27 08:26:10 +01:00 |
|
|
ebf098d45b
|
chore: lint
|
2021-04-26 23:04:20 +01:00 |
|
|
67059b45cd
|
refactor: split stylesheets into admin/public
|
2021-04-26 22:57:30 +01:00 |
|
|
ca3b283356
|
refactor: rename files in line with WPCS, split into public/admin/includes (a.k.a. common)
|
2021-04-26 22:57:04 +01:00 |
|
|
11bb8a8377
|
chore: add standard WP index files
|
2021-04-26 22:55:20 +01:00 |
|
|
871d05f929
|
chore: add placeholder uninstall file
|
2021-04-26 22:53:51 +01:00 |
|
|
32161f79be
|
chore: all-caps Plugin license and readme
|
2021-04-26 22:52:58 +01:00 |
|
|
101f6dc673
|
refactor: remove last remaining MCI references
|
2021-04-26 17:23:32 +01:00 |
|
|
222dcadbd5
|
chore: remove WPML config file
See https://github.com/markcheret/footnotes/issues/147#issuecomment-826425665
|
2021-04-26 17:18:14 +01:00 |
|
|
c81e923670
|
fix: clear up merge conflict
|
2021-04-26 17:16:36 +01:00 |
|
|
c8950e6d1a
|
Squash merge branch linting
|
2021-04-26 17:15:48 +01:00 |
|
|
0c7c0d155b
|
chore: lint
|
2021-04-26 11:54:58 +01:00 |
|
|
0d1e0d75bb
|
refactor: clear up Plugin init, add activator/deactivator hooks
|
2021-04-26 11:46:30 +01:00 |
|
|
12b1eb556e
|
refactor: split img/ into admin and dashboard
|
2021-04-26 11:45:26 +01:00 |
|
|
39fa6991ae
|
docs: reflect new partials paths
|
2021-04-26 11:44:59 +01:00 |
|
|
6084a6c4ef
|
chore: add default WordPress index file
|
2021-04-26 11:43:55 +01:00 |
|
|
f57d1025b9
|
refactor: split js/ into admin and public
|
2021-04-26 11:43:34 +01:00 |
|
|
88e3302166
|
refactor: rename templates/ into partials/ , split into admin and public
|
2021-04-26 11:43:05 +01:00 |
|
|
84c299a368
|
refactor: rename class/ to includes/
|
2021-04-26 11:42:17 +01:00 |
|
|
cd0c6bc295
|
refactor: use proper dependency tracking
As you can see, there is quite a tangled web of dependency
in this project, which is something to look at later.
Fix #33
|
2021-04-26 09:39:41 +01:00 |
|
|
42b4fa03d3
|
refactor: replace define() calls with const declarations
|
2021-04-26 09:38:15 +01:00 |
|
|
18ce52720b
|
docs: update doccomments
|
2021-04-26 09:37:19 +01:00 |
|
|
ac819034e5
|
release: release 2.7.3 (#144)
* release: release 2.7.2
* fix: urgent 2.7.3 release to fix fatal error
* chore: remove un-needed setup script
* ci: remove steps from pre-push command
* chore: remove un-needed PHP-Commitizen config
* chore: put image files in correct folders
* chore: move GitHub image into `.github/` dir
|
2021-04-25 21:26:41 +01:00 |
|
|
6a1117be15
|
ci: improve release process, clean up and re-org repo, add automated minification (#143)
* ci: update scripts
* release 2.7.1
* remove tracked stylesheets
* docs: revert stable tag to 2.7.0
* chore: move Plugin source into own dir
* docs: delete info texts
These can now be found in the [project wiki][wiki].
[wiki]: https://github.com/markcheret/footnotes/wiki
* docs: tweak contributing guide
* ci: reflect new directory structure
* chore: update gitignore
* chore: reflect new dir structure
* docs: update documentation
* build(linting): add Husky hooks, Markdown linting, lint all MD files
* fix pre-push command
* fix pre-push command
* build: add stylesheet, JS minification
* ci: add linting steps
* ci: comment out CSS linting step (that's going to be a whole *thing*)
* ci: minify all JS files
* ci: call correct JS file
* chore: lint
* ci: fix PHP linting commands
* chore: increment version constant string
* ci: concat AMP stylesheets
* ci: improve build scripts
* chore: add assets dir
|
2021-04-25 09:28:02 +01:00 |
|