Commit graph

640 commits

Author SHA1 Message Date
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
c18a66ae95 ci: improve build commands 2021-04-26 11:46:42 +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
3e8ae1bbae ci: fix minification commands 2021-04-26 11:44:23 +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
cc2fa0d777 docs: move info to CONTRIBUTING, expand 2021-04-26 08:31:34 +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
e780d817c1
docs: update WP readme (#139)
* docs: split changelog into separate file

See #137

* docs: add information to Plugin header

Fix #138

* docs: update WP readme

* docs: remove FAQs

* docs: remove installation instructions

These were causing the FAQ section to render incorrectly
when viewed in the [preview validator][validator].

Also, the [WP Plugin Handbook][wp-handbook] says that:
> If your plugin has no custom install settings, it's
> okay to omit this section.

[validator]: https://wpreadme.com/
[wp-handbook]: https://developer.wordpress.org/plugins/wordpress-org/how-your-readme-txt-works/#installation

* docs: update links, versions, add extra changelog items

* docs: lower version to stable ver
2021-04-23 16:27:39 +01:00
Mark Cheret
e8bd3830dc
Merge pull request #130 from markcheret/security_add_snyk 2021-04-22 21:03:53 +02:00
Mark Cheret
8bab805bab
Merge pull request #131 from markcheret/rename-release-archive
ci: rename folder during release process
2021-04-20 14:44:39 +02:00
12c642a553 ci: rename folder during release process 2021-04-20 11:35:33 +01:00
Mark Cheret
70fdc9dcbd
doc: add snyk shield 2021-04-20 04:21:37 +02:00
Mark Cheret
b5af559ff4
activate specific push action 2021-04-20 04:07:08 +02:00
Mark Cheret
6cb765cb5a
updated settings on snyk.io 2021-04-20 04:05:00 +02:00
Mark Cheret
a5b86ec20c
update snyk.ymk 2021-04-20 03:59:19 +02:00
Mark Cheret
687c07da93
added license info in package 2021-04-20 03:48:16 +02:00
Mark Cheret
ec462f1a7b
update snyk.yml 2021-04-20 03:36:29 +02:00
Mark Cheret
f0503cceaf
updated snyk workflow 2021-04-20 03:30:57 +02:00
Mark Cheret
1e5d0b171f
security: add snyk 2021-04-20 03:28:19 +02:00
Mark Cheret
fe48c2b34a
Merge pull request #127 from markcheret/release-tweaks
ci: release process tweaks
2021-04-20 00:50:54 +02:00
e9438bc462 fix: (hopefully) fix CI script 2021-04-19 20:05:44 +01:00
3ae70069b3 fix: fix release and build scripts 2021-04-19 20:05:33 +01:00
95787e597c docs: add changelog 2021-04-19 20:04:29 +01:00
82c5d0f50f fix: add correct version tag 2021-04-19 20:04:18 +01:00
Mark Cheret
d809d00c23
Merge pull request #114 from markcheret/review-codebase 2021-04-19 13:32:37 +02:00
57d5e40532
Merge branch 'main' into review-codebase 2021-04-19 12:27:24 +01:00
2d4b778377 refactor: re-add Footnotes prefix to Hooks 2021-04-19 12:24:26 +01:00
7adab1cd45 fix: correct ref container class name 2021-04-19 12:19:56 +01:00
58683dd523 refactor: remove MCI prefixes 2021-04-19 12:16:05 +01:00
2f809f4fe9 Revert "refactor: remove Hungarian notation and MCI prefixes"
This reverts commit 1284544556.
2021-04-19 12:15:17 +01:00
Mark Cheret
f6a6852675
Merge pull request #125 from markcheret/dependabot/composer/marcocesarato/php-conventional-changelog-1.10.2
build(deps-dev): bump marcocesarato/php-conventional-changelog from 1.10.1 to 1.10.2
2021-04-19 11:44:21 +02:00
dependabot[bot]
e9334cb733
build(deps-dev): bump marcocesarato/php-conventional-changelog
Bumps [marcocesarato/php-conventional-changelog](https://github.com/marcocesarato/php-conventional-changelog) from 1.10.1 to 1.10.2.
- [Release notes](https://github.com/marcocesarato/php-conventional-changelog/releases)
- [Changelog](https://github.com/marcocesarato/php-conventional-changelog/blob/main/CHANGELOG.md)
- [Commits](https://github.com/marcocesarato/php-conventional-changelog/compare/v1.10.1...v1.10.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-19 09:33:05 +00:00
Mark Cheret
cf16c8a066
Merge pull request #123 from markcheret/add-code-of-conduct-1
docs: add code of conduct
2021-04-18 22:56:15 +02:00
Mark Cheret
ae1b77730a
Merge pull request #122 from markcheret/markcheret-patch-1
Update README.md
2021-04-18 22:43:29 +02:00
Mark Cheret
6db94dafba
added sweet shields 2021-04-18 22:29:58 +02:00
Mark Cheret
5eb1b3040a
Create CODE_OF_CONDUCT.md 2021-04-18 22:02:30 +02:00
Mark Cheret
7ba0763c88
Update README.md 2021-04-18 21:58:11 +02:00
Mark Cheret
4dd3345685
docs: update readme and PHPDoc settings (#120)
* update readme.txt

* Test

* Test

* docs: update documentation

* docs: add package tag

* docs: add PHPDoc config, alter Composer script

Co-authored-by: Rumperuu <me+footnotes@bengoldsworthy.net>
2021-04-18 20:30:42 +01:00