[x] Does your code follow the Extendables standards?
[ ] Have you written new tests for your changes, as applicable?
[x] Have you successfully run tests with your changes locally?
Changes proposed in this Pull Request:
In the plugin's setting page a review prompt is being added. The prompt has 3 links.
1) To the review page
2) To dismiss the prompt
3) To the support page
When this feature is released, the plugin will store 2 dates in the DB on the first admin request. The date of the installation/activation/update of the plugin including this feature (anniversary date). The date of the anniversary date + 1 month in the future (hidden_until_date).
When the actual date becomes > than the hidden until date, the review prompt will appear in the plugin's settings page.
When the user clicks the dismiss link of the prompt, the prompt will remain hidden until the next anniversary date arrives.
All Submissions:
Changes proposed in this Pull Request:
In the plugin's setting page a review prompt is being added. The prompt has 3 links. 1) To the review page 2) To dismiss the prompt 3) To the support page
When this feature is released, the plugin will store 2 dates in the DB on the first admin request. The date of the installation/activation/update of the plugin including this feature (anniversary date). The date of the anniversary date + 1 month in the future (hidden_until_date).
When the actual date becomes > than the hidden until date, the review prompt will appear in the plugin's settings page. When the user clicks the dismiss link of the prompt, the prompt will remain hidden until the next anniversary date arrives.
Option keys:
amazon_payments_advanced_anniversary_date
amazon_payments_advanced_hidden_until_date
How to test the changes in this Pull Request:
Other information:
Changelog entry