Plugin Directory

Changeset 3434315


Ignore:
Timestamp:
01/07/2026 12:05:45 PM (3 months ago)
Author:
surflabtech
Message:

v2.3.7

Location:
surflink
Files:
302 added
5 edited

Legend:

Unmodified
Added
Removed
  • surflink/trunk/readme.txt

    r3433837 r3434315  
    66**Requires PHP:** 7.4   
    77**Tested up to:** 6.9 
    8 **Stable tag:** 2.3.6
     8**Stable tag:** 2.3.7
    99**License:** GPLv3 or later 
    1010**License URI:** https://opensource.org/licenses/GPL-3.0 
     
    142142== Changelog ==
    143143
     144
    144145= 2.3.6 =
    145146* Improved: Import operations are more optimized for better and safe performance. UX is also improved.
  • surflink/trunk/surf-link.php

    r3433837 r3434315  
    77 * Author: SurfLab
    88 * Author URI: https://surflabtech.com
    9  * Version: 2.3.6
     9 * Version: 2.3.7
    1010 * Text Domain: surflink
    1111 * License: GPL-3.0-or-later
     
    6767    }
    6868    if ( !defined( 'SURFL_VERSION' ) ) {
    69         define( 'SURFL_VERSION', '2.3.6' );
     69        define( 'SURFL_VERSION', '2.3.7' );
    7070    }
    7171    if ( !defined( 'SURFL_PLUGIN' ) ) {
     
    9999        }
    100100        if ( !defined( 'SURFL_VERSION' ) ) {
    101             define( 'SURFL_VERSION', '2.3.6' );
     101            define( 'SURFL_VERSION', '2.3.7' );
    102102        }
    103103        if ( !defined( 'SURFL_SITE_URL' ) ) {
  • surflink/trunk/templates/surfl-autolink-options.php

    r3428732 r3434315  
    2020<div class="surfl-page-content-wrapper">
    2121
    22       <?php
     22    <?php
    2323require SURFL_PATH . "templates/surfl-pro-ad.php";
    2424?>
     
    2626
    2727    <div class="surfl-section-title">
    28      
    29             <h2><span class="surfl-price-title">
    30                     <?php
    31 esc_html_e( 'Auto Link Options', 'surflink' );
    32 ?>
    33                 </span></h2>
     28
     29        <h2><span class="surfl-price-title">
     30                <?php
     31esc_html_e( 'Auto Link and Hard Link Options', 'surflink' );
     32?>
     33            </span></h2>
    3434    </div>
    3535
     
    5454            </tr>
    5555
    56    
    57             <tr>
    58                 <td>
    59                     <div class="surfl-flex-start" style="gap: 10px;">
    60 
    61                         <label class="surfl-label" for="nofollow">Make it Nofollow          <?php
     56
     57            <tr>
     58                <td>
     59                    <div class="surfl-flex-start" style="gap: 10px;">
     60
     61                        <label class="surfl-label" for="nofollow">Make it Nofollow <?php
    6262$tooltip_text = "Add nofollow tag to the link";
    6363require SURFL_PATH . 'templates/question-tooltip.php';
     
    7878                    <div class="surfl-flex-start" style="gap: 10px;">
    7979
    80                         <label class="surfl-label" for="sponsored">Make it Sponsored          <?php
     80                        <label class="surfl-label" for="sponsored">Make it Sponsored <?php
    8181$tooltip_text = "Add sponsored tag to the link";
    8282require SURFL_PATH . 'templates/question-tooltip.php';
     
    9898                    <div class="surfl-flex-start" style="gap: 10px;">
    9999
    100                         <label class="surfl-label" for="new_tab">Open in New Tab          <?php
     100                        <label class="surfl-label" for="new_tab">Open in New Tab <?php
    101101$tooltip_text = "Open the link in a new tab";
    102102require SURFL_PATH . 'templates/question-tooltip.php';
     
    114114                <td>
    115115                    <div class="surfl-flex-between">
    116                         <label class="surfl-label" for="linking_limit"> How many of the given keywords you want to link per post          <?php
     116                        <label class="surfl-label" for="linking_limit"> How many of the given keywords you want to link per post <?php
    117117$tooltip_text = "Frequency of keywords in a post. 0 means unlimited";
    118118require SURFL_PATH . 'templates/question-tooltip.php';
     
    130130                </td>
    131131            </tr>
     132
     133            <tr>
     134                <td>
     135
     136
     137                    <div class="surfl-input-group surfl-flex-between">
     138
     139                        <label class="surfl-heading-2">GLobal Settings: </label>
     140
     141                        <small>* 0 indicates unrestriced, permanent etc.</small>
     142                    </div>
     143
     144                </td>
     145            </tr>
    132146            <tr>
    133147                <td>
    134148                    <div class="surfl-flex-between">
    135                         <label class="surfl-label" for="min_link_distance"> Distance between each links in a post     <?php
     149                        <label class="surfl-label" for="min_link_distance"> Distance between each links in a post <?php
    136150$tooltip_text = "Set the minimum distance between each link";
    137151require SURFL_PATH . 'templates/question-tooltip.php';
     
    168182                    <div class="surfl-flex-between">
    169183                        <label class="surfl-label" for="shortlinks_duration">How many days you want to keep a
    170                             rule  (from last update)        <?php
     184                            rule (from last update) <?php
    171185$tooltip_text = "Set the duration of a rule. 0 means permanent";
    172186require SURFL_PATH . 'templates/question-tooltip.php';
     
    192206                    <div class="surfl-flex-start" style="gap: 10px;">
    193207
    194                         <label class="surfl-label" for="delete_data">Delete autolink rules data when plugin is deleted          <?php
     208                        <label class="surfl-label" for="delete_data">Delete autolink rules data when plugin is deleted <?php
    195209$tooltip_text = "Erase all autolink rules from the database, when the plugin is deleted";
    196210require SURFL_PATH . 'templates/question-tooltip.php';
    197211?></label>
    198                        
    199                         <div class="surfl-flex-center">
    200                         <input type="checkbox"
    201                             name="delete_data"
    202                             value="1"
    203                             <?php
     212
     213                        <div class="surfl-flex-center">
     214                            <input type="checkbox"
     215                                name="delete_data"
     216                                value="1"
     217                                <?php
    204218checked( $settings['delete_data'], 1 );
    205219?>>
  • surflink/trunk/templates/surfl-hardlink.php

    r3428732 r3434315  
    162162
    163163                            </div>
    164                             <div class="surfl-checkbox-group">
    165                                 <input name="min_link_distance" type="number" class="surfl-input-number"
    166                                     value="<?php
    167 echo esc_attr( $settings['min_link_distance'] );
    168 ?>" class="small-text">
    169 
    170                                 <label for="min_link_distance"> Minimum distance between links (chars)
    171 
    172                                     <?php
    173 $tooltip_text = "Set the minimum distance (in characters) between links of the same keyword.";
    174 require SURFL_PATH . 'templates/question-tooltip.php';
    175 ?>
    176                                 </label>
    177 
    178 
    179                             </div>
     164   
    180165                        </div>
    181166                    </td>
  • surflink/trunk/templates/surfl-softlink.php

    r3428732 r3434315  
    165165                        </div>
    166166
    167                          <div class="surfl-checkbox-group">
    168                                 <input name="min_link_distance" type="number" class="surfl-input-number"
    169                                     value="<?php
    170 echo esc_attr( $settings['min_link_distance'] );
    171 ?>" class="small-text">
    172 
    173                                 <label for="min_link_distance"> Minimum distance between links (chars)
    174 
    175                                     <?php
    176 $tooltip_text = "Set the minimum distance (in characters) between links of the same keyword.";
    177 require SURFL_PATH . 'templates/question-tooltip.php';
    178 ?>
    179                                 </label>
    180 
    181 
    182                             </div>
     167
    183168                    </div>
    184169                </td>
Note: See TracChangeset for help on using the changeset viewer.