Skip to content

Commit

Permalink
Merge pull request #40 from jeremyfelt/fix/remove-old-likes
Browse files Browse the repository at this point in the history
Remove old like functionality
  • Loading branch information
jeremyfelt authored Dec 7, 2023
2 parents d861336 + 2589789 commit acf9c2c
Show file tree
Hide file tree
Showing 5 changed files with 249 additions and 692 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
# I rename things to .old when I'm messing around locally.
*.old

# Hi, Query Monitor.
db.php

# Composer installs things.
vendor/

Expand All @@ -16,3 +19,5 @@ themes/

# Uploads are... uploads.
uploads/

mu-plugins/local/
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"type": "project",
"minimum-stability": "stable",
"require-dev": {
"wp-coding-standards/wpcs": "^2.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"phpcompatibility/php-compatibility": "^9.3",
"wp-coding-standards/wpcs": "*",
"dealerdirect/phpcodesniffer-composer-installer": "*",
"phpcompatibility/php-compatibility": "dev-develop as 9.99.99",
"phpcompatibility/phpcompatibility-wp": "*"
},
"scripts": {
Expand Down
Loading

0 comments on commit acf9c2c

Please # to comment.