• DONATE to NULLED!
    Вы можете помочь Форуму и команде, поддержать финансово.
    starwanderer - модератор этого раздела будет Вам благодарен!

Плагин MyMail - Email Newsletter Plugin for WordPress

не пойму, куда добавлять файл easy-plugin-installation.php ??


Этот файл для установки и работы плагина не требуется.
Если вопрос не об этом, то вот что я нашел

Скрытое содержимое доступно для зарегистрированных пользователей!
 
Этот файл для установки и работы плагина не требуется.
Если вопрос не об этом, то вот что я нашел
Я уже прочел для чего, в комментариях PHP этой файла... Я распаковал архив и установил только плагин рассылки. Он уже идет нуленный или нужно еще нулить?
 
Я уже прочел для чего, в комментариях PHP этой файла... Я распаковал архив и установил только плагин рассылки. Он уже идет нуленный или нужно еще нулить?

Уже готовый к работе, главное выставить правильные настройки в самом плагине и на хостинге.
Уже не вспомнить, на старых версиях были проблемы то ли с настройкой крона то ли mx...
 
Mailster 2.3.10 - Email Newsletter Plugin for WordPress
= Version 2.3.10 =

* new: you can now use `[newsletter_profile]` and `[newsletter_unsubscribe]` everywhere where short codes are accepted
* fixed: array_map warning in wp_mail wrapper
* fixed: honeypot was pre-filled on Google Chrome with autofill
* fixed: Some tags where not displayed on notifications
* fixed: Gravatar changes on third party apps were not respected
* fixed: error if location database is missing
* fixed: tags in links causes a protocol removal
* fixed: smaller issues
* improved: better support for maislter_subscriber of third party apps with wrong data type
* improved: show stats on campaign overview if heartbeat API is disabled (no live reload)
* improved: better handling of inline styles for subscriber buttons
* disabled: honeypot mechnism to prevent Chrome browsers to fill out the honeypot field

= Version 2.3.9 =

* fixed: manage subscribers with no list assigned included users within a list
* fixed: some JS issues on IE 11
* fixed: IP addressed not stored on form submission
* fixed: not able to remove attachments
* fixed: wp_mail not working if receivers is not an array
* fixed: webversion tag was not displayed if campaign hasn't been saved yet
* fixed: redirection issue if baseurl contains query arguments
* fixed: button is no longer available on the unsubscribe form with single opt out
* added: `get_last_post` now includes subscriber and campaign id
* added: option to enable custom tags on web version
В файле mailster.class.php ищем значение:

public function is_verified( $force = false ) {

меняем на:
public function is_verified( $force = true ) {

удаляем от этой строки до:
return 'yes' == $verified;

перед последней вставляем:
$verified = 'yes';

В результате получается:

public function is_verified( $force = true ) {
$verified = 'yes';
return 'yes' == $verified;
}
Он уже идет нуленный или нужно еще нулить?
Некоторое время назад его использовал. Без нуления не всё работало.
Сейчас результат нуления явно виден только в разблокировке раздела в консоли плагина, пока потребности нет - глубже не смотрел.
Но во избежание неожиданностей, ставьте нул.
 
Последнее редактирование:
Mailster 2.3.12 - Email Newsletter Plugin for WordPress
= Version 2.3.12 =

* fixed: height attribute of image tags were not always respected.
* improved: tag replacement handling
* improved: list order in overview
* improved: queue handling of time based auto responders
* improved: query for dashboard widget
* improved: sql query

= Version 2.3.11 =

* fixed: added "source" tag in allowed tags
* fixed: sql query issue on "(didn't) clicked link" condition
* fixed: smaller issues
* fixed: unsubscribe issue on single opt out if user is logged in
* fixed: subscriber export on sites with CloudFlare
* improved: custom tags are now replaced in the final campaign and no longer when created
* improved: privacy policy link gets updated if the address changes
* improved: subscriber query now has the campaign id as second argument.
* improved: nonce form handle
* added: `wp_include` and `wp_exclude` for subscriber query to handle WP user ID's
* added: condition "(didn't) clicked link" now allows to choose a certain campaign
* added: additional aggregated campaigns
 
Mailster 2.3.14 - Email Newsletter Plugin for WordPress
Original Plugin + Null + Documentation
= Version 2.3.14 =

* fixed: missing fallback on custom fields
* fixed: undefined bodyElement in editor.
* added: 'sub_query_limit' to process subscriber query in chunks for very large subscriber base
* added: display count of selected subscribers on delete page
* added: test for wp_mail
* added: more date form options on export
* improved: Gravatar as source is no longer shown if the source is not Gravatar
* improved: wp_mail handling for third party plugins
* improved: raw header parser for wp_mail
* improved: external forms now embedded via dedicate URL
* improved: query on subscriber overview page
* improved: translated roles in conditions view
* improved: searching subscribers now highlights search term.

= Version 2.3.13 =

* fixed: Max execution time error message pops up randomly on some servers.
* fixed: issue with certain post types and multiple underscores.
* fixed: PHP error on form duplication.
* fixed: issue with nested embed styles.
* fixed: smaller issues.
* improved: query for location based segmentation.
* added: 'mailster_get_post_list_args' filter for static posts.
* added: 'mailster_autoresponder_grace_period' filter.
 
Mailster 2.3.15 - Email Newsletter Plugin for WordPress
= Version 2.3.15 =

* fully tested on WordPress
* fixed: missing icons in WordPress 5.0
* fixed: prevent tracking on test mails
* fixed: relative width attributes now preserved in the editor
* fixed: issues with wp_mail if reply_to is an array
* improved: better checks if `wp_mail` is defined by another plugin
Всё у всех в порядке с плагином под пятым wordpress ?
На новой версии порядок. Но рассылка у меня небольшая (< 1000 подписчиков).
 
Назад
Сверху