Plugin Directory

Changeset 2962511


Ignore:
Timestamp:
09/04/2023 11:21:03 AM (3 years ago)
Author:
seomantis
Message:

fix and awesome seo updates for more rankings and get on top of google search engine serp
stay free bro, love for all

Location:
seo-links-interlinking
Files:
46 added
4 edited

Legend:

Unmodified
Added
Removed
  • seo-links-interlinking/trunk/readme.txt

    r2864679 r2962511  
    44Tags: seo, internal links, interlinking, internal linking, backlinks, automatic internal links, auto interlinking
    55Requires at least: 4.7
    6 Tested up to: 6.1.1
    7 Stable tag: 1.7.2
     6Tested up to: 6.2
     7Stable tag: 1.7.3
    88Requires PHP: 7.1
    99License: GPLv2 or later
     
    2828
    2929== Upgrade Notice ==
     30
     31= 1.7.3 =
     32Removed last name field from registration
    3033
    3134= 1.7.2 =
  • seo-links-interlinking/trunk/scdata.php

    r2864679 r2962511  
    66 * Author: WP SEO Plugins
    77 * Author URI: https://wpseoplugins.org/
    8  * Version: 1.7.2
     8 * Version: 1.7.3
    99 */
    1010header('Content-Type: text/html; charset=utf-8');
     
    3434define( 'SEOLI_SITE_URL', ( SEOLI_SERVER_PORT == 80 ? 'http://' : 'https://' ) . SEOLI_SERVER_NAME );
    3535define( 'SEOLI_SERVER_REQUEST_URI', $_SERVER['REQUEST_URI']);
    36 define( 'SEOLI_VERSION', '1.7.2' );
     36define( 'SEOLI_VERSION', '1.7.3' );
    3737
    3838#function for add metabox.
  • seo-links-interlinking/trunk/view/settings.php

    r2819945 r2962511  
    1313    <?php if(isset($_SESSION['wp_seo_plugins_status']) && (sanitize_text_field( $_SESSION['wp_seo_plugins_status'] ) == 0 || sanitize_text_field( $_SESSION['wp_seo_plugins_status'] == 1) ) ) : ?>
    1414        <div class="notice notice-success is-dismissible">
    15             <p><?php echo esc_html( $_SESSION['wp_seo_plugins_message'] ); ?></p>
     15            <p><?php echo $_SESSION['wp_seo_plugins_message']; ?></p>
    1616        </div>
    1717    <?php endif; ?>
     
    184184                            <td><input name="name" type="text" id="name" class="regular-text"></td>
    185185                        </tr>
     186                        <!--
    186187                        <tr>
    187188                            <th scope="row">
     
    190191                            <td><input name="surname" type="text" id="surname" class="regular-text"></td>
    191192                        </tr>
     193                        -->
    192194                        <tr>
    193195                            <th scope="row">
  • seo-links-interlinking/trunk/wp_seo_plugins.php

    r2766586 r2962511  
    3737        $args = array(
    3838            'body'        => $post_data,
    39             'timeout'     => '5',
     39            'timeout'     => '30',
    4040            'redirection' => '5',
    4141            'httpversion' => '1.0',
     
    8282        $args = array(
    8383            'body'        => $post_data,
    84             'timeout'     => '5',
     84            'timeout'     => '30',
    8585            'redirection' => '5',
    8686            'httpversion' => '1.0',
     
    101101            $args = array(
    102102                'body'        => array('user_id' => $data->user_id ?? 0),
    103                 'timeout'     => '5',
     103                'timeout'     => '30',
    104104                'redirection' => '5',
    105105                'httpversion' => '1.0',
     
    141141
    142142            $args = array(
    143                 'timeout'     => 10,
     143                'timeout'     => 30,
    144144                'sslverify' => false
    145145            );
Note: See TracChangeset for help on using the changeset viewer.