Plugin Directory

Changeset 2838959


Ignore:
Timestamp:
12/24/2022 03:47:06 PM (3 years ago)
Author:
codecprime
Message:

ver-2.0.6

Location:
codec-sponsored-content/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • codec-sponsored-content/trunk/js/codec-widget-admin.js

    r2650545 r2838959  
    185185        message_text += "<p>Contact person name<span red>*</span><br>";
    186186        message_text += "<input id='codec_name' name='name' placeholder='Your name' style='width:50%;'></p>";
    187         message_text += "<p>Phone number<span red>*</span><br>";
     187        message_text += "<p>Phone number<br>";
    188188        message_text += "<input id='codec_phone' name='phone' placeholder='0123456789' style='width:50%;'></p>";
    189189        message_text += "<p>Email<span red>*</span><br>";
     
    204204        cod_info = {m:m,n:n,p:p};
    205205        good = 1;
    206         if(!m || !n || !p) {
     206        if(!m || !n) {
    207207            cppp_error_before(th, "Please fill out all fields in the form.");
    208208            good = '';
  • codec-sponsored-content/trunk/readme.txt

    r2782514 r2838959  
    44Tags: advertising, ad, monetization, revenue, adsense, taboola, outbrain, native ads, native, branded content, sponsored content, sponsored article
    55Requires at least: 4.1
    6 Tested up to: 6.0.2
     6Tested up to: 6.1.1
    77Requires PHP: 5.2.4
    8 Stable tag: 2.0.5
     8Stable tag: 2.0.6
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6363
    6464== Changelog ==
     65=2.0.6=
     66* Minor bug fixes
     67
    6568=2.0.5=
    6669* Minor bug fixes
Note: See TracChangeset for help on using the changeset viewer.