post_visibility=1
instead of post_visibility=0
. This made it easier for me to do my testing. I just forgot to change it to count properly. See first post for version 1.0.6 download links that fixes this issue.Failed to obtain latest version information.
composer.json
to specify ssl:Code: Select all
"extra": {
"display-name": "Selective mass emails",
"soft-require": {
"phpbb/phpbb": ">=3.2.0,<3.3.0@dev"
},
"version-check": {
"host": "www.phpbbservices.com",
"directory": "/other/selectivemassmails/updatecheck/",
"filename": "3.2.json",
"ssl": true
}
}
composer.json
should be:Code: Select all
"directory": "/other/selectivemassemails/updatecheck/",
composer.json
file. Also, the Uploads extension does not indicate it works for phpBB 3.2.INCLUDED_SMEJS
./ext/phpbbservices/selectivemassemails/adm/style/event/acp_overall_footer_after.html
is:Code: Select all
{% if definition.INCLUDED_SMEJS %}
Code: Select all
{% if definition.INCLUDED_JQUERYUI1121JS%}
$db->sql_escape()
to the operator fields to avoid SQL injection concerns. Also did the same with the number fields returned by the $request
object, although it was redundant.