Plugin Directory

Changeset 1582888


Ignore:
Timestamp:
01/26/2017 07:27:09 PM (9 years ago)
Author:
seedplugins
Message:

Plugin description and FAQ changes.

Location:
wp-link-status
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-link-status/tags/1.0.4/readme.txt

    r1582882 r1582888  
    2929> In the same way, we have detected a conflict with **All In One WP Security & Firewall** plugin and its Brute Force module, so it is necessary to deactivate these options before play this plugin.
    3030>
    31 > Another issue detected with the **WP Secure** plugin, you need to deactivate this plugin in order to run the scan properly.
     31> Another issue also detected with the **WP Secure** plugin, you need to deactivate this plugin in order to run the scan properly.
     32>
     33> **- Hosting restrictions**
     34>
     35> Some users have reported issues for **GoDaddy hosting** due restrictions for sites with HTTPS enabled and the cURL module (an internal server module used to make HTTP requests to check the links) for some hosting configurations. It seems that GoDaddy applies limits for this module via proxy or similar. This is a hosting-level problem, so this plugin have nothing to do to solve it.
    3236>
    3337> **- WordPress MultiSite**
     
    3943> This plugin just creates one file called wp-link-status-salt.php directly into the wp-content directory, so that directory must be writable by the web server (recommended 755 permissions). The CHMOD is used to ensure the right permissions 0644 to the file (not the directory) according the WordPress permissions scheme:
    4044>
    41 > https://codex.wordpress.org/Changing_File_Permissions
    42 >
    43 > **- Hosting restrictions**
    44 >
    45 > Some users have reported issues for **GoDaddy hosting** due restrictions for sites with HTTPS enabled and the cURL module (an internal server module used to make HTTP requests to check the links) for some hosting configurations. It seems that GoDaddy applies limits for this module via proxy or similar. This is a hosting-level problem, so this plugin have nothing to do to solve it.
     45> https://wordpress.org/support/topic/salt-file/#post-8250977
    4646>
    4747> **- Support and documentation**
    4848>
    49 > **Pro version** provides extended search filters and the possibility to edit the post content links directly from the search results without using the WP editor, including bulk actions mode for most operations.
    50 >
    51 > You can read a detailed **user guide documentation** from the plugin page that describes also the Pro version features.
     49> **Pro version** provides extended search filters and the possibility to edit the post content links directly from the search results without using the WP editor, including bulk actions mode for most operations:
    5250>
    5351> http://seedplugins.com/wp-link-status/
     52>
     53> You can read a detailed **user guide documentation** from the plugin page that describes also the Pro version features:
     54>
     55> http://seedplugins.com/wp-link-status/user-guide-wpls/
    5456
    5557== Installation ==
     
    9294= This plugin works for ACF or Advanced Custom Fields as well? =
    9395
    94 Yes, at the end ACF works the same way that normal custom fields.
     96Yes, at the end ACF works the same way that normal custom fields, as long as the ACF value for a custom field does not use special data structures (like arrays serialized values, per example).
    9597
    9698You can add the custom field name in the "Content options" tab of the scan, selecting if it is an expected full URL or a content with links.
  • wp-link-status/trunk/readme.txt

    r1582882 r1582888  
    2929> In the same way, we have detected a conflict with **All In One WP Security & Firewall** plugin and its Brute Force module, so it is necessary to deactivate these options before play this plugin.
    3030>
    31 > Another issue detected with the **WP Secure** plugin, you need to deactivate this plugin in order to run the scan properly.
     31> Another issue also detected with the **WP Secure** plugin, you need to deactivate this plugin in order to run the scan properly.
     32>
     33> **- Hosting restrictions**
     34>
     35> Some users have reported issues for **GoDaddy hosting** due restrictions for sites with HTTPS enabled and the cURL module (an internal server module used to make HTTP requests to check the links) for some hosting configurations. It seems that GoDaddy applies limits for this module via proxy or similar. This is a hosting-level problem, so this plugin have nothing to do to solve it.
    3236>
    3337> **- WordPress MultiSite**
     
    3943> This plugin just creates one file called wp-link-status-salt.php directly into the wp-content directory, so that directory must be writable by the web server (recommended 755 permissions). The CHMOD is used to ensure the right permissions 0644 to the file (not the directory) according the WordPress permissions scheme:
    4044>
    41 > https://codex.wordpress.org/Changing_File_Permissions
    42 >
    43 > **- Hosting restrictions**
    44 >
    45 > Some users have reported issues for **GoDaddy hosting** due restrictions for sites with HTTPS enabled and the cURL module (an internal server module used to make HTTP requests to check the links) for some hosting configurations. It seems that GoDaddy applies limits for this module via proxy or similar. This is a hosting-level problem, so this plugin have nothing to do to solve it.
     45> https://wordpress.org/support/topic/salt-file/#post-8250977
    4646>
    4747> **- Support and documentation**
    4848>
    49 > **Pro version** provides extended search filters and the possibility to edit the post content links directly from the search results without using the WP editor, including bulk actions mode for most operations.
    50 >
    51 > You can read a detailed **user guide documentation** from the plugin page that describes also the Pro version features.
     49> **Pro version** provides extended search filters and the possibility to edit the post content links directly from the search results without using the WP editor, including bulk actions mode for most operations:
    5250>
    5351> http://seedplugins.com/wp-link-status/
     52>
     53> You can read a detailed **user guide documentation** from the plugin page that describes also the Pro version features:
     54>
     55> http://seedplugins.com/wp-link-status/user-guide-wpls/
    5456
    5557== Installation ==
     
    9294= This plugin works for ACF or Advanced Custom Fields as well? =
    9395
    94 Yes, at the end ACF works the same way that normal custom fields.
     96Yes, at the end ACF works the same way that normal custom fields, as long as the ACF value for a custom field does not use special data structures (like arrays serialized values, per example).
    9597
    9698You can add the custom field name in the "Content options" tab of the scan, selecting if it is an expected full URL or a content with links.
Note: See TracChangeset for help on using the changeset viewer.