Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/str 9526 promote strattic benefits #891

Merged
merged 40 commits into from
Jan 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
9f3d07d
add PHP 8 polyfill;bump deps
leonstafford Jan 11, 2023
64e7d6a
rm unused diagnostics page placeholder
leonstafford Jan 11, 2023
7629060
WIP show default admin notice
leonstafford Jan 11, 2023
c2a6f4b
add CTA buttons to admin notice
leonstafford Jan 11, 2023
96e62ef
phpcs tidy up
leonstafford Jan 11, 2023
d6e30cc
rm redundant lines
leonstafford Jan 11, 2023
b0d42bc
limit notices to upload_plugins capability
leonstafford Jan 16, 2023
322ce46
WIP notify backend of notice dismissal
leonstafford Jan 16, 2023
7f5e903
WIP notify backend of notice dismissal
leonstafford Jan 16, 2023
2c4d156
log display/dismissal of admin notices
leonstafford Jan 16, 2023
fc2fdc7
restrict to manage_options capability vs upload_plugins
leonstafford Jan 17, 2023
a5374b3
WIP rules based notice showing
leonstafford Jan 17, 2023
04792ef
don't show already dismissed notice
leonstafford Jan 17, 2023
cd9d1af
WIP apply notice conditional logic
leonstafford Jan 17, 2023
ae20dfd
WIP detect CF7/GF plugins
leonstafford Jan 22, 2023
e31ab79
suppresss wpcs trim() warning
leonstafford Jan 22, 2023
1067db2
WIP CF7 + Gravity Forms detection
leonstafford Jan 22, 2023
2696802
WPML/Polylang/Woo cases
leonstafford Jan 23, 2023
5b57329
check for Woo orders
leonstafford Jan 23, 2023
d02f449
notice for Elementor Pro
leonstafford Jan 23, 2023
bf8bf5d
Yoast/Rank Math notices
leonstafford Jan 23, 2023
110e7fe
WP Rocket notice
leonstafford Jan 23, 2023
7b86a2c
Redirection notices
leonstafford Jan 23, 2023
5a0ec17
incl. css/js in zips
leonstafford Jan 23, 2023
4c482a5
adjust static methods
leonstafford Jan 24, 2023
8d7ab33
adjust notice styling
leonstafford Jan 29, 2023
5fb07dc
use info vs error notice class
leonstafford Jan 29, 2023
c03a370
adjust UTM links
leonstafford Jan 29, 2023
9fd3f26
adjust UTM links
leonstafford Jan 29, 2023
33e96c4
display Strattic logo in notices
leonstafford Jan 29, 2023
33395d6
serve Strattic logo from remote
leonstafford Jan 29, 2023
af012ef
rm unused var
leonstafford Jan 29, 2023
ae7be0f
show notices for users with addons installed
leonstafford Jan 29, 2023
f60f7e9
add WP2Static admin footer text
leonstafford Jan 30, 2023
a92b436
add newline
leonstafford Jan 30, 2023
2f229a5
adjust notice language
leonstafford Jan 31, 2023
4469ad5
bump deps
leonstafford Jan 31, 2023
433c136
adjust typing
leonstafford Jan 31, 2023
1773b7c
lock to phpunit 9.5.24
leonstafford Jan 31, 2023
616ffd1
filter $_SERVER vars
leonstafford Jan 31, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"php": ">=7.4",
"wa72/url": "^0.7.1",
"leonstafford/wp2staticguzzle": "^7.2.0",
"symfony/polyfill-php80": "^1.27.0",
"ext-mbstring": "*",
"ext-simplexml": "*",
"lib-libxml": "*"
Expand All @@ -34,7 +35,7 @@
"thecodingmachine/phpstan-strict-rules": "*",
"szepeviktor/phpstan-wordpress": "*",
"squizlabs/php_codesniffer": "*",
"phpunit/phpunit": "*",
"phpunit/phpunit": "9.5.24",
"dealerdirect/phpcodesniffer-composer-installer": "*",
"wp-coding-standards/wpcs": "*",
"phpcompatibility/php-compatibility": "*",
Expand Down
172 changes: 127 additions & 45 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading