Plugin Directory

Changeset 1342870


Ignore:
Timestamp:
02/04/2016 06:12:16 AM (10 years ago)
Author:
wpvita
Message:

added screenshots + small css fixes

Location:
vicodes
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • vicodes/trunk/assets/css/wpv-shortcodes-admin.css

    r1342022 r1342870  
    4242  -webkit-box-shadow: 0 0 2px rgba(30, 140, 190, .8);
    4343  box-shadow: 0 0 2px rgba(30, 140, 190, .8);
     44}
     45
     46#wpvita-box .mce-foot {
     47    margin-top: 15px !important;
    4448}
    4549
  • vicodes/trunk/inc/shortcodes.php

    r1342022 r1342870  
    279279    break;
    280280    default:
    281     $output = 'Please add tabs or toggles from WPV Shortcode post type.';
     281    $output = 'Please add tabs or toggles from Vicodes Post type.';
    282282    return $output;
    283283  }
  • vicodes/trunk/readme.txt

    r1342070 r1342870  
    40402. Activate the plugin through the Plugins menu in WordPress.
    4141
    42 
    4342== Frequently Asked Questions ==
    4443Coming Soon
     
    4645== Screenshots ==
    4746
    48 Coming soon
     471. Getting started page
     482. Vicodes icon on the post editor
     493. Dropdown list of Shortcodes
     504. Vicodes menu on left
     515. Alert box popup
     526. Tabs or Toggles popup
     537. Dailymotion video popup
    4954
    5055== Upgrade Notice ==
  • vicodes/trunk/wpv-shortcodes.php

    r1342022 r1342870  
    1111
    1212  defined( 'ABSPATH' ) or die("No script kiddies please!");
    13   define( 'WPVSC_VERSION',   '0.1' );
     13  define( 'WPVSC_VERSION',   '1.0' );
    1414  define( 'WPVSC_URL', plugins_url( '', __FILE__ ) );
    1515  define( 'WPV_DOMAIN',  'wpvita' );
Note: See TracChangeset for help on using the changeset viewer.