|
940328c608
|
- Updates assets locations to more precise names
|
2017-01-19 11:26:32 -05:00 |
|
|
5666116645
|
- Replaces reliance on style/script names with asset location
- Updates unit tests
|
2017-01-19 10:20:22 -05:00 |
|
|
a851527ff5
|
- Unloads all scripts/styles that are not loaded by default by WP in
admin panel
|
2017-01-15 15:35:48 -05:00 |
|
|
5800883416
|
- Updates action names
|
2017-01-11 21:18:37 -05:00 |
|
|
39a6318105
|
- Adds scipts/styles conflict resolver and executes it only on MailPoet
admin menu pages
- Adds unit tests
|
2017-01-11 20:52:03 -05:00 |
|
|
4196d35e35
|
- Adds new ConflictResolver class
- Executes URL query parameter conflict resolver action in Router class
- Adds unit tests
|
2017-01-11 20:52:03 -05:00 |
|
|
bbe3d48ec1
|
Add dependency checking to prevent conflicts with other plugins
MAILPOET-690
|
2016-12-09 18:05:19 +02:00 |
|
|
bf54eeb345
|
- Updates error messages and links to KB articles
- Adds polyfills for mb_string functions
- Aborts initialization if PDO extension is not found (critical
requirement)
|
2016-11-20 12:14:27 -05:00 |
|
|
e553922eca
|
Update composer.lock and remove leftover comment
|
2016-11-02 11:30:52 +02:00 |
|
|
f037e1271d
|
- Removes php-simple-html-dom-parser dependency
- Updates CSS inliner to use pQuery DOM parser
|
2016-10-31 19:01:48 -04:00 |
|
|
7d2e13b9a3
|
- Updates license check logic
- Updates subscriber limit check logic
- Updates unit tests
- Updates Menu's check for subscriber limit
|
2016-10-27 12:35:57 -04:00 |
|
|
a4395f2350
|
- Adds unit tests
|
2016-10-27 11:16:30 -04:00 |
|
|
411969b3eb
|
- Adds check for premium plugin status
- Bypasses subscriber count enforcement if premium is enabled
|
2016-10-27 10:20:05 -04:00 |
|
|
cc523a3c0b
|
ability to specify action for generateToken() method
|
2016-10-21 13:36:41 +02:00 |
|
|
37f59814e5
|
removed unused methods in Util/CSS -> fixes security issue #635
|
2016-10-13 10:34:36 +02:00 |
|
|
4402f826c3
|
fixed issue with namespace AND fixed issue #649
|
2016-10-06 12:54:04 +02:00 |
|
|
b9745b555a
|
make sure ABSPATH is defined before using it - fixes issue #648
|
2016-10-06 12:52:53 +02:00 |
|
|
e7ee356f90
|
cleanup permissions related classes
|
2016-07-07 15:49:03 +02:00 |
|
|
b8c6d54f48
|
Fix "Closing brace must be on a line by itself" code sniffer errors
|
2016-06-30 18:50:48 +03:00 |
|
|
24e108bce7
|
Remove spaces after type casts
|
2016-06-30 18:49:50 +03:00 |
|
|
c22d434dff
|
Merge pull request #531 from mailpoet/unit_test_catchup
Unit test update
|
2016-06-28 12:22:50 +03:00 |
|
|
88dc7f4199
|
removing DKIM and useless classes
|
2016-06-22 13:47:54 +02:00 |
|
|
ce6327c3d5
|
- Re-adds the old multidimensional array flatten method
|
2016-06-20 23:35:47 -04:00 |
|
|
e807aad814
|
- Updates array flatten function for multidimensional arrays
- Removes custom array unique method for multidimensional arrays
|
2016-06-20 11:50:54 -04:00 |
|
|
999a0b3ede
|
- Refactors sending queue worker by breaking it into smaller tasks
- Adds arrayUnique method to Helpers for multidimensional arrays
|
2016-06-17 14:52:56 -04:00 |
|
|
6daecd6466
|
- Fixes URL extraction (undefined index notice)
- Updates link replacement in text body
- Updates links saving logic
|
2016-06-17 14:52:33 -04:00 |
|
|
08e6430c7d
|
June 8 2016 Copy review
|
2016-06-08 17:02:50 +02:00 |
|
|
bf1ab3a593
|
- Removes space between (int) and variable
|
2016-05-18 10:00:38 -04:00 |
|
|
bc92d9a61e
|
- Updates all datetime references to use WordPress format
- Removes depreciated datetime conversion method from Helpers
- Fixes translation & error display issue in import
Closes #432
|
2016-05-11 10:56:34 -04:00 |
|
|
42d586610e
|
form subscription only using Router now
|
2016-04-20 16:59:18 +02:00 |
|
|
2cbd2d54f3
|
Subscription pages
|
2016-04-15 11:56:33 -04:00 |
|
|
ecf83ca419
|
- Disables color compression when tidying CSS
|
2016-04-07 19:39:09 -04:00 |
|
|
4a96e483a6
|
edit profile rendering (missing segments list) + fallback for Url::redirectBack()
|
2016-03-04 11:20:17 +01:00 |
|
|
4b528549f5
|
edit subscription form + save
|
2016-03-03 15:57:42 +01:00 |
|
|
2aee853406
|
- Fixes remaining exception namescape issues
|
2016-02-13 21:39:55 -05:00 |
|
|
0d894a6fef
|
- Fixes namespace issue when catching exceptions
|
2016-02-12 11:20:43 -05:00 |
|
|
bc25fa61b4
|
- Updates render method
- Removes unused/commented out code
|
2016-01-08 10:38:46 -05:00 |
|
|
2793e74858
|
- Rewrites the rendering engine
- Updates tests
Closes #280
|
2016-01-07 17:24:32 -05:00 |
|
|
8c847825fa
|
- Implements starting/stopping/pausing daemon
|
2015-11-30 13:01:07 -05:00 |
|
|
68f747211a
|
- Adds a helper method to convert cameCase to under_score
- Removes unused method from Queue daemon
|
2015-11-27 07:35:15 -05:00 |
|
|
3124d6a61b
|
- Fixes issue with ucwords() function on older PHP versions
- Updates Supervisor/Daemon to strip port from site_url() when it's
running on localhost inside a virtual machine :)
|
2015-11-27 07:35:13 -05:00 |
|
|
fa96c4697d
|
- Adds Queue router
- Updates logic for Queue and Supervisor
- #227
|
2015-11-27 07:35:12 -05:00 |
|
|
6a3166c311
|
- Implements export
Closes #210
|
2015-11-13 12:25:33 -05:00 |
|
|
33ea16eb0f
|
- Cleans up import
- Adds tests for modified models
- Adds tests for import BootStrapMenu and MailChimp classes
|
2015-11-08 15:57:43 -05:00 |
|
|
3f168d052f
|
- Finishes import migration
- Updates models
- Improves Notice.js
|
2015-11-07 11:40:42 -05:00 |
|
|
ad0adb48e1
|
- Updates Migrator with new column for Segments
- Updates Segmnets tests
- Updates MailPoet's Notice.js with additional options
- Updates Import's router, WP menu bootstrap logic, client- and
server-side logic
|
2015-11-07 11:24:02 -05:00 |
|
|
abb2389378
|
- Enables MailChimp key verification (import step 1)
|
2015-11-07 11:15:04 -05:00 |
|
|
20a6e6d6de
|
- Adds import's step 1 method selection logic
|
2015-11-07 11:09:13 -05:00 |
|
|
6ca536e9ca
|
use of Crypt\RSA library in order to generate dkim keys
|
2015-10-27 16:41:28 +01:00 |
|
|
f59670005e
|
unit tests and cleanup
|
2015-10-15 18:21:42 +02:00 |
|