Changeset 1341856
- Timestamp:
- 02/03/2016 03:22:18 AM (10 years ago)
- Location:
- documentpress-display-any-document-on-your-site
- Files:
-
- 17 deleted
- 2 edited
- 10 copied
-
tags/1.8 (copied) (copied from documentpress-display-any-document-on-your-site/trunk)
-
tags/1.8/LICENSE (copied) (copied from documentpress-display-any-document-on-your-site/trunk/LICENSE)
-
tags/1.8/assets (copied) (copied from documentpress-display-any-document-on-your-site/trunk/assets)
-
tags/1.8/assets/css/blank.gif (deleted)
-
tags/1.8/assets/css/fancybox_loading.gif (deleted)
-
tags/1.8/assets/css/fancybox_loading@2x.gif (deleted)
-
tags/1.8/assets/css/fancybox_overlay.png (deleted)
-
tags/1.8/assets/css/fancybox_sprite.png (deleted)
-
tags/1.8/assets/css/fancybox_sprite@2x.png (deleted)
-
tags/1.8/assets/css/jquery.fancybox.css (deleted)
-
tags/1.8/assets/js/intercom.min.js (deleted)
-
tags/1.8/assets/js/jquery.bpopup.min.js (deleted)
-
tags/1.8/assets/js/jquery.fancybox.js (deleted)
-
tags/1.8/documentpress.php (copied) (copied from documentpress-display-any-document-on-your-site/trunk/documentpress.php) (2 diffs)
-
tags/1.8/includes (copied) (copied from documentpress-display-any-document-on-your-site/trunk/includes)
-
tags/1.8/includes/class-documentpress.php (copied) (copied from documentpress-display-any-document-on-your-site/trunk/includes/class-documentpress.php)
-
tags/1.8/index.php (copied) (copied from documentpress-display-any-document-on-your-site/trunk/index.php)
-
tags/1.8/lang (copied) (copied from documentpress-display-any-document-on-your-site/trunk/lang)
-
tags/1.8/readme.txt (copied) (copied from documentpress-display-any-document-on-your-site/trunk/readme.txt) (1 diff)
-
tags/1.8/uninstall.php (copied) (copied from documentpress-display-any-document-on-your-site/trunk/uninstall.php)
-
trunk/assets/css/blank.gif (deleted)
-
trunk/assets/css/fancybox_loading.gif (deleted)
-
trunk/assets/css/fancybox_loading@2x.gif (deleted)
-
trunk/assets/css/fancybox_overlay.png (deleted)
-
trunk/assets/css/fancybox_sprite.png (deleted)
-
trunk/assets/css/fancybox_sprite@2x.png (deleted)
-
trunk/assets/css/jquery.fancybox.css (deleted)
-
trunk/documentpress.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
documentpress-display-any-document-on-your-site/tags/1.8/documentpress.php
r1341848 r1341856 2 2 /* 3 3 * Plugin Name: DocumentPress 4 * Version: 1. 74 * Version: 1.8 5 5 * Plugin URI: http://www.fifthsegment.com/ 6 6 * Description: Allows you to embed your documents in any format (.docx, .xls, .pdf, .ppt .anything!) on to your wordpress site. … … 36 36 */ 37 37 function DocumentPress () { 38 $instance = DocumentPress::instance( __FILE__, '1. 7.0' );38 $instance = DocumentPress::instance( __FILE__, '1.8.0' ); 39 39 40 40 if ( is_null( $instance->settings ) ) { -
documentpress-display-any-document-on-your-site/tags/1.8/readme.txt
r1341848 r1341856 5 5 Requires at least: 4.0 6 6 Tested up to: 4.4 7 Stable tag: 1. 77 Stable tag: 1.8 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
documentpress-display-any-document-on-your-site/trunk/documentpress.php
r1341848 r1341856 2 2 /* 3 3 * Plugin Name: DocumentPress 4 * Version: 1. 74 * Version: 1.8 5 5 * Plugin URI: http://www.fifthsegment.com/ 6 6 * Description: Allows you to embed your documents in any format (.docx, .xls, .pdf, .ppt .anything!) on to your wordpress site. … … 36 36 */ 37 37 function DocumentPress () { 38 $instance = DocumentPress::instance( __FILE__, '1. 7.0' );38 $instance = DocumentPress::instance( __FILE__, '1.8.0' ); 39 39 40 40 if ( is_null( $instance->settings ) ) { -
documentpress-display-any-document-on-your-site/trunk/readme.txt
r1341848 r1341856 5 5 Requires at least: 4.0 6 6 Tested up to: 4.4 7 Stable tag: 1. 77 Stable tag: 1.8 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.