Changeset 1383811
- Timestamp:
- 04/01/2016 05:20:21 AM (10 years ago)
- Location:
- os-html5-shortcodes
- Files:
-
- 25 added
- 6 edited
-
tags/1.1 (added)
-
tags/1.1/css (added)
-
tags/1.1/css/admin (added)
-
tags/1.1/css/admin/style-min.css (added)
-
tags/1.1/images (added)
-
tags/1.1/images/about.jpg (added)
-
tags/1.1/images/category.png (added)
-
tags/1.1/images/editor-icon.jpg (added)
-
tags/1.1/images/social.png (added)
-
tags/1.1/includes (added)
-
tags/1.1/includes/admin (added)
-
tags/1.1/includes/admin/meta-boxes (added)
-
tags/1.1/includes/admin/meta-boxes/class.oshtml5.shortcode.php (added)
-
tags/1.1/includes/admin/meta-boxes/views (added)
-
tags/1.1/includes/admin/meta-boxes/views/oshtml5.shortcode.php (added)
-
tags/1.1/includes/admin/oshtml5-about.php (added)
-
tags/1.1/includes/admin/oshtml5-editor.php (added)
-
tags/1.1/includes/admin/oshtml5-post-types.php (added)
-
tags/1.1/includes/admin/oshtml5-tinymce.php (added)
-
tags/1.1/includes/admin/oshtml5-widget.php (added)
-
tags/1.1/os-html5-shortcodes.php (added)
-
tags/1.1/readme.txt (added)
-
tags/1.1/screenshot-1.png (added)
-
tags/1.1/screenshot-2.png (added)
-
tags/1.1/screenshot-3.png (added)
-
trunk/includes/admin/meta-boxes/views/oshtml5.shortcode.php (modified) (1 diff)
-
trunk/includes/admin/oshtml5-editor.php (modified) (1 diff)
-
trunk/includes/admin/oshtml5-tinymce.php (modified) (1 diff)
-
trunk/includes/admin/oshtml5-widget.php (modified) (1 diff)
-
trunk/os-html5-shortcodes.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
os-html5-shortcodes/trunk/includes/admin/meta-boxes/views/oshtml5.shortcode.php
r1302387 r1383811 1 1 <?php 2 /*3 Plugin Name: OS Pricing Tables4 Plugin URI: http://offshorent.com/blog/extensions/os-pricing-tables5 Description: Create a Beautiful, Responsive and Highly Converting Pricing or Comparison Table in WordPress using OS Pricing Tables.6 Version: 1.07 Author: Jinesh.P.V, Team Leader Offshorent Softwares Pvt Ltd.8 Author URI: http://offshorent.com/9 License: GPL210 */11 12 2 $shortcode = '[oshtml5 id="' . $post_id . '"]'; 13 3 $shortcode_function = '<?php echo do_shortcode( [oshtml5 id="' . $post_id . '"] );?>'; -
os-html5-shortcodes/trunk/includes/admin/oshtml5-editor.php
r1302185 r1383811 1 1 <?php 2 /*3 Plugin Name: OS HTML5 Shortcodes4 Plugin URI: http://offshorent.com/blog/extensions/os-html5-shortcodes5 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.07 Author: Jinesh.P.V, Team Leader Offshorent Softwares Pvt Ltd.8 Author URI: http://offshorent.com/9 License: GPL210 */11 12 2 header( 'Content-Type: text/javascript' ); 13 3 global $wpdb; -
os-html5-shortcodes/trunk/includes/admin/oshtml5-tinymce.php
r1302185 r1383811 1 1 <?php 2 /*3 Plugin Name: OS HTML5 Shortcodes4 Plugin URI: http://offshorent.com/blog/extensions/os-html5-shortcodes5 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.07 Author: Jinesh.P.V, Team Leader Offshorent Softwares Pvt Ltd.8 Author URI: http://offshorent.com/9 License: GPL210 */11 12 2 if( !class_exists( 'osHTML5TinyMCE' ) ): 13 3 -
os-html5-shortcodes/trunk/includes/admin/oshtml5-widget.php
r1302185 r1383811 1 1 <?php 2 /*3 Plugin Name: OS HTML5 Shortcodes4 Plugin URI: http://offshorent.com/blog/extensions/os-html5-shortcodes5 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.07 Author: Jinesh.P.V, Team Leader Offshorent Softwares Pvt Ltd.8 Author URI: http://offshorent.com/9 License: GPL210 */11 12 2 class osHtml5Widget extends WP_Widget { 13 3 -
os-html5-shortcodes/trunk/os-html5-shortcodes.php
r1302943 r1383811 4 4 Plugin URI: http://offshorent.com/blog/extensions/os-html5-shortcodes 5 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. 06 Version: 1.1 7 7 Author: Jinesh.P.V, Team Leader Offshorent Softwares Pvt Ltd. 8 8 Author URI: http://offshorent.com/ 9 9 License: GPL2 10 /* Copyright 201 5-2016OS 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 ) 11 11 12 12 This program is free software; you can redistribute it and/or modify -
os-html5-shortcodes/trunk/readme.txt
r1302189 r1383811 3 3 Tags: Include HTML codes uch as ad codes, javascript, video embedding, etc to your pages, posts or custom post type easily using shortcodes. 4 4 Requires at least: 3.8 5 Tested up to: 4. 3.16 Stable tag: 1. 05 Tested up to: 4.4.2 6 Stable tag: 1.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 77 77 = 1.0 = 78 78 * Initial release 79 = 1.1 = 80 * Fixed the errors
Note: See TracChangeset
for help on using the changeset viewer.