Plugin Directory

Changeset 2928921


Ignore:
Timestamp:
06/21/2023 03:43:12 AM (3 years ago)
Author:
mehjabin6310
Message:

modified

Location:
interactive-image-map-builder
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • interactive-image-map-builder/tags/1.3/settings/add-point-html.php

    r2926897 r2928921  
    1212        <li data-id="2">Content</li>
    1313        <span style="color: red; font-size: 14px; line-height: 48px; margin-left: 20px">
    14               In free version, you can add maximum three points.
     14              In free version, you can add maximum four points.
    1515        </span>
    1616      </ul>
  • interactive-image-map-builder/tags/1.3/settings/edit-point-html.php

    r2926897 r2928921  
    1313        <li data-id="5">Nested Area (Pro version Only)</li>
    1414        <span style="color: red; font-size: 14px; line-height: 48px; margin-left: 20px">
    15               In free version, you can add maximum three points.
     15              In free version, you can add maximum four points.
    1616        </span>
    1717      </ul>
  • interactive-image-map-builder/tags/1.3/shortcode.php

    r2926897 r2928921  
    9090               wp_add_inline_style( "isimb-6310-template-{$ids}-{$counter}-css", $pointCssCode );
    9191
    92                if($counter == 3) break;
     92               if($counter == 4) break;
    9393               $counter++;             
    9494            }
  • interactive-image-map-builder/trunk/settings/add-point-html.php

    r2926897 r2928921  
    1212        <li data-id="2">Content</li>
    1313        <span style="color: red; font-size: 14px; line-height: 48px; margin-left: 20px">
    14               In free version, you can add maximum three points.
     14              In free version, you can add maximum four points.
    1515        </span>
    1616      </ul>
  • interactive-image-map-builder/trunk/settings/edit-point-html.php

    r2926897 r2928921  
    1313        <li data-id="5">Nested Area (Pro version Only)</li>
    1414        <span style="color: red; font-size: 14px; line-height: 48px; margin-left: 20px">
    15               In free version, you can add maximum three points.
     15              In free version, you can add maximum four points.
    1616        </span>
    1717      </ul>
  • interactive-image-map-builder/trunk/shortcode.php

    r2926897 r2928921  
    9090               wp_add_inline_style( "isimb-6310-template-{$ids}-{$counter}-css", $pointCssCode );
    9191
    92                if($counter == 3) break;
     92               if($counter == 4) break;
    9393               $counter++;             
    9494            }
Note: See TracChangeset for help on using the changeset viewer.