Vlad
3c77e5d25e
- Removes dynamic line-height based on column width
...
- Updates logic behind removing last element bottom padding
- Properly sets font size for H1-4 tags, header, footer and text
2016-03-30 20:09:06 -04:00
Vlad
aa1a2a0da9
- Updates button padding
2016-03-30 20:09:06 -04:00
Tautvidas Sipavičius
7c9029b227
Bump up release version to 0.0.21
0.0.21
2016-03-25 13:10:37 +02:00
mrcasual
1823bf606a
Merge pull request #403 from mailpoet/signup_confirmation_review
...
Signup confirmation review
2016-03-24 14:43:36 -04:00
Tautvidas Sipavičius
525b7fdd65
Merge pull request #402 from mailpoet/scheduled_sending
...
Scheduled sending
2016-03-24 16:10:56 +02:00
Tautvidas Sipavičius
11031d2b56
Remove unused cron translations, fix start and stop button translations
2016-03-24 16:10:39 +02:00
Vlad
4d45635d03
- Implements "in any role" for WP user welcome e-mails
2016-03-24 10:02:04 -04:00
Vlad
b81764402b
- Updates hooks used to schedule welcome email
...
- Simplifies cron status message
- Implements newsletter change detection between scheduled queues
- Implements detection for subscribers who unsubscribed from list
- Implements detection for WP users who changed roles
- Updates scheduler worker logic
- Various fixes
2016-03-24 10:02:04 -04:00
Vlad
947e1150d8
- Removes cron worker hooks as the execution timer can't be persisted
...
between them
2016-03-24 10:00:52 -04:00
Jonathan Labreuille
97f0e512af
populate from/reply_to for signup confirmation
...
- added loading screen to reinstall process
2016-03-24 14:22:37 +01:00
Jonathan Labreuille
f15374de43
don't replace title on custom mailpoet pages
2016-03-24 14:22:37 +01:00
Jonathan Labreuille
f082c065d1
Confirmation email + Subscription pages
...
- form as an iframe: increased marginY
- fixed issue with page titles (old themes using wp_title hook)
- redirect on reinstall instead of showing a message (to avoid being able to re-save old settings)
2016-03-24 14:22:37 +01:00
Jonathan Labreuille
72a9951125
Merge pull request #400 from mailpoet/i18n
...
Javascript translations
2016-03-24 13:11:51 +01:00
Tautvidas Sipavičius
a82d9a63d4
Add missing unsubscribedOn translation on subscribers form
2016-03-24 14:09:35 +02:00
Tautvidas Sipavičius
a7e9979781
Merge pull request #398 from mailpoet/rendering_engine_update
...
Updates rendering engine based on Becs's comments
2016-03-24 13:18:06 +02:00
mrcasual
cebd1ee7ae
Merge pull request #399 from mailpoet/editor_rendering
...
Adapts editor rendering to Becs' feedback
2016-03-23 18:21:00 -04:00
Vlad
5faa467306
- Updates merge issue with template
...
- Updates button width/height based on border radius
2016-03-23 18:18:21 -04:00
Tautvidas Sipavičius
53eb9cd2ae
Translate JS code in listings and forms
2016-03-23 18:59:01 +02:00
Tautvidas Sipavičius
7f6eed6d66
Translate cron, forms, newsletters, segments and subscribers
2016-03-23 14:52:06 +02:00
Tautvidas Sipavičius
74f3fa65cd
Add translatiosn for newsletter creation and listings
2016-03-23 14:52:06 +02:00
Tautvidas Sipavičius
8723aa4e4e
Remove obsolete test file
2016-03-23 14:52:06 +02:00
Tautvidas Sipavičius
ccab8b4cf3
Add MailPoet.I18n for basic translation handling, removed MailPoetI18n
2016-03-23 14:52:06 +02:00
Tautvidas Sipavičius
4c4a4ab31d
Reduce max button width to 288px, max button border to 10px
2016-03-23 14:09:19 +02:00
Tautvidas Sipavičius
45df02b0ec
Merge pull request #395 from mailpoet/many_improvements
...
Many improvements
2016-03-23 13:38:40 +02:00
Tautvidas Sipavičius
dd7067e590
Merge pull request #397 from mailpoet/scheduled_sending
...
Updates scheduling logic to work with the new normalized DB time
2016-03-23 11:51:58 +02:00
Tautvidas Sipavičius
1219b5ba49
Merge pull request #396 from mailpoet/timezone_fix
...
Normalizes time difference between WP and database
2016-03-23 11:45:42 +02:00
Vlad
01496ac813
Merge branch 'scheduled_sending' of mailpoet:mailpoet/mailpoet into scheduled_sending
2016-03-22 20:55:42 -04:00
Vlad
3b3ccc18ce
- Updates scheduling logic to work with the new normalized DB time
2016-03-22 20:43:16 -04:00
Vlad
3dce951e66
- Updates rendering engine based on Becs's comments
...
- Prevents removing of side padding
- Enables font size on output
- Sets line-height in footer
- Adds image height:auto
- Adds mobile styles for buttons
- Updates style sheet
2016-03-22 20:21:39 -04:00
Vlad
db1dc172aa
- Updates scheduling logic to work with the new normalized DB time
2016-03-22 18:26:37 -04:00
Vlad
26c5cc1e43
- Normalizes time difference between WP and database
2016-03-22 13:05:41 -04:00
Jonathan Labreuille
f91bfbf473
handle form as iframe
2016-03-22 17:25:25 +01:00
Jonathan Labreuille
3dae0ef13f
increased page input in listings
2016-03-22 17:25:25 +01:00
Jonathan Labreuille
3281ac390e
Improved segment selection errors in form editor
...
- improved error display to make it more obvious (added border on select2 on error)
2016-03-22 17:25:25 +01:00
Jonathan Labreuille
d731a6b432
toggle segment selection validation on form editor
2016-03-22 17:25:25 +01:00
Jonathan Labreuille
bb869e8ae8
Fixed setWindowTitle for WP version < 4.4
...
- fixed variable name Env::temp_url (instead of temp_URL)
- updated cache folder to be in the temp folder (uploads) instead of views (within plugin)
2016-03-22 17:25:25 +01:00
Tautvidas Sipavičius
7331e5cabd
Merge pull request #392 from mailpoet/shortcodes_update
...
Updates shortcodes logic
2016-03-21 17:58:38 +02:00
Vlad
ba05ca35af
- Implements shortcodes rendering in subject line
2016-03-21 11:45:08 -04:00
Vlad
91e7bf6336
Merge branch 'shortcodes_update' of mailpoet:mailpoet/mailpoet into shortcodes_update
2016-03-21 10:12:10 -04:00
Tautvidas Sipavičius
ff58067d55
Change array_column to Helpers::arrayColumn method
2016-03-21 16:07:20 +02:00
Tautvidas Sipavičius
2ba6bb339e
Fix newsletter options format for newsletters
2016-03-21 15:50:48 +02:00
Vlad
a47afdd313
- Fixes queue worker issue
2016-03-21 09:09:43 -04:00
Vlad
608b559ee1
- Minor adjustment to the shortcodes logic
2016-03-21 09:09:43 -04:00
Vlad
181ed45d0b
- Updates shortcodes logic
...
- Implements [newsletter:total] and [newsletter:number] shortcodes
- Implements shortcode replacement in subject line
- Updates unit tests
Issue #380
2016-03-21 09:09:43 -04:00
Tautvidas Sipavičius
29fac8d052
Merge pull request #394 from mailpoet/scheduled_sending
...
Updates scheduled sending
2016-03-21 15:06:30 +02:00
Vlad
a3d7d53eea
- Fixes queue worker issue
2016-03-21 08:58:51 -04:00
Vlad
3f6caf5fa4
- Implements scheduler worker for welcome and post notifications
...
- Updates sending queue worker to save rendered newsletter body
- Updates sending queue router to schedule post notification newsletters
2016-03-20 22:01:01 -04:00
Vlad
42c4139ba5
- Minor adjustment to the shortcodes logic
2016-03-20 11:37:59 -04:00
Vlad
ad31b143d2
- Updates scheduler worker to process queued newsletters
2016-03-19 12:29:10 -04:00
Vlad
6ec15bec22
- Updates shortcodes logic
...
- Implements [newsletter:total] and [newsletter:number] shortcodes
- Implements shortcode replacement in subject line
- Updates unit tests
Issue #380
2016-03-19 11:19:22 -04:00