Plugin Directory

Changeset 1383811


Ignore:
Timestamp:
04/01/2016 05:20:21 AM (10 years ago)
Author:
offshorent
Message:

New version committed

Location:
os-html5-shortcodes
Files:
25 added
6 edited

Legend:

Unmodified
Added
Removed
  • os-html5-shortcodes/trunk/includes/admin/meta-boxes/views/oshtml5.shortcode.php

    r1302387 r1383811  
    11<?php
    2 /*
    3 Plugin Name: OS Pricing Tables
    4 Plugin URI: http://offshorent.com/blog/extensions/os-pricing-tables
    5 Description: Create a Beautiful, Responsive and Highly Converting Pricing or Comparison Table in WordPress using OS Pricing Tables.
    6 Version: 1.0
    7 Author: Jinesh.P.V, Team Leader Offshorent Softwares Pvt Ltd.
    8 Author URI: http://offshorent.com/
    9 License: GPL2
    10 */
    11 
    122$shortcode = '[oshtml5 id="' . $post_id . '"]';
    133$shortcode_function = '<?php echo do_shortcode( [oshtml5 id="' . $post_id . '"] );?>';
  • os-html5-shortcodes/trunk/includes/admin/oshtml5-editor.php

    r1302185 r1383811  
    11<?php
    2 /*
    3 Plugin Name: OS HTML5 Shortcodes
    4 Plugin URI: http://offshorent.com/blog/extensions/os-html5-shortcodes
    5 Description: Include HTML codes uch as ad codes, javascript, video embedding, etc to your pages, posts or custom post type easily using shortcodes.
    6 Version: 1.0
    7 Author: Jinesh.P.V, Team Leader Offshorent Softwares Pvt Ltd.
    8 Author URI: http://offshorent.com/
    9 License: GPL2
    10 */
    11 
    122header( 'Content-Type: text/javascript' );
    133global $wpdb;
  • os-html5-shortcodes/trunk/includes/admin/oshtml5-tinymce.php

    r1302185 r1383811  
    11<?php
    2 /*
    3 Plugin Name: OS HTML5 Shortcodes
    4 Plugin URI: http://offshorent.com/blog/extensions/os-html5-shortcodes
    5 Description: Include HTML codes uch as ad codes, javascript, video embedding, etc to your pages, posts or custom post type easily using shortcodes.
    6 Version: 1.0
    7 Author: Jinesh.P.V, Team Leader Offshorent Softwares Pvt Ltd.
    8 Author URI: http://offshorent.com/
    9 License: GPL2
    10 */
    11 
    122if( !class_exists( 'osHTML5TinyMCE' ) ):
    133
  • os-html5-shortcodes/trunk/includes/admin/oshtml5-widget.php

    r1302185 r1383811  
    11<?php
    2 /*
    3 Plugin Name: OS HTML5 Shortcodes
    4 Plugin URI: http://offshorent.com/blog/extensions/os-html5-shortcodes
    5 Description: Include HTML codes uch as ad codes, javascript, video embedding, etc to your pages, posts or custom post type easily using shortcodes.
    6 Version: 1.0
    7 Author: Jinesh.P.V, Team Leader Offshorent Softwares Pvt Ltd.
    8 Author URI: http://offshorent.com/
    9 License: GPL2
    10 */
    11 
    122class osHtml5Widget extends WP_Widget {
    133 
  • os-html5-shortcodes/trunk/os-html5-shortcodes.php

    r1302943 r1383811  
    44Plugin URI: http://offshorent.com/blog/extensions/os-html5-shortcodes
    55Description: Include HTML codes uch as ad codes, javascript, video embedding, etc to your pages, posts or custom post type easily using shortcodes.
    6 Version: 1.0
     6Version: 1.1
    77Author: Jinesh.P.V, Team Leader Offshorent Softwares Pvt Ltd.
    88Author URI: http://offshorent.com/
    99License: GPL2
    10 /*  Copyright 2015-2016  OS HTML5 Shortcodes - Offshorent Softwares Pvt Ltd  ( email: jinesh@offshorent.com )
     10/*  Copyright 2016-2019  OS HTML5 Shortcodes - Offshorent Softwares Pvt Ltd  ( email: jinesh@offshorent.com )
    1111
    1212    This program is free software; you can redistribute it and/or modify
  • os-html5-shortcodes/trunk/readme.txt

    r1302189 r1383811  
    33Tags: Include HTML codes uch as ad codes, javascript, video embedding, etc to your pages, posts or custom post type easily using shortcodes.
    44Requires at least: 3.8
    5 Tested up to: 4.3.1
    6 Stable tag: 1.0
     5Tested up to: 4.4.2
     6Stable tag: 1.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7777= 1.0 =
    7878* Initial release
     79= 1.1 =
     80* Fixed the errors
Note: See TracChangeset for help on using the changeset viewer.