HeyPublisher / heypublisher-submission-manager

HeyPublisher Wordpress Plugin
GNU General Public License v2.0
2 stars 1 forks source link

Ability to edit submission guidelines in Plugin #102

Closed aguywithanidea closed 4 years ago

aguywithanidea commented 5 years ago

Related to #352 issue.

aguywithanidea commented 5 years ago

As part of this - change the code that references v2 path as a default DEFINE. This should be a path variable so we can remove it later.

aguywithanidea commented 4 years ago

Bug:

Delete / deactivate plugin links use the page=heypublisher link instead of page=heypublisher-submission-manager link, which means uninstalling can't happen

aguywithanidea commented 4 years ago

Bug: when creating the record, it immediately tries to fetch the image, which slows down the response. Which can cause it to seem like registration did not occur.

aguywithanidea commented 4 years ago

Error:

Warning: key_exists() expects parameter 2 to be array, boolean given in /Users/pifmag/Sites/plugins/heypublisher-submission-manager/trunk/include/classes/HeyPublisher/API/Publisher.class.php on line 26

Warning: key_exists() expects parameter 2 to be array, boolean given in /Users/pifmag/Sites/plugins/heypublisher-submission-manager/trunk/include/classes/HeyPublisher/API/Publisher.class.php on line 38

aguywithanidea commented 4 years ago

Bug:

When updating the options page, the selected pages don't get saved (guidelines/form) It's caused by the Config setter not being called.