Changeset 1341302
- Timestamp:
- 02/02/2016 11:20:58 AM (10 years ago)
- Location:
- documentpress-display-any-document-on-your-site
- Files:
-
- 4 edited
- 9 copied
-
tags/1.4 (copied) (copied from documentpress-display-any-document-on-your-site/trunk)
-
tags/1.4/LICENSE (copied) (copied from documentpress-display-any-document-on-your-site/trunk/LICENSE)
-
tags/1.4/assets (copied) (copied from documentpress-display-any-document-on-your-site/trunk/assets)
-
tags/1.4/documentpress.php (copied) (copied from documentpress-display-any-document-on-your-site/trunk/documentpress.php) (2 diffs)
-
tags/1.4/includes (copied) (copied from documentpress-display-any-document-on-your-site/trunk/includes)
-
tags/1.4/includes/class-documentpress.php (modified) (1 diff)
-
tags/1.4/index.php (copied) (copied from documentpress-display-any-document-on-your-site/trunk/index.php)
-
tags/1.4/lang (copied) (copied from documentpress-display-any-document-on-your-site/trunk/lang)
-
tags/1.4/readme.txt (copied) (copied from documentpress-display-any-document-on-your-site/trunk/readme.txt) (1 diff)
-
tags/1.4/uninstall.php (copied) (copied from documentpress-display-any-document-on-your-site/trunk/uninstall.php)
-
trunk/documentpress.php (modified) (2 diffs)
-
trunk/includes/class-documentpress.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
documentpress-display-any-document-on-your-site/tags/1.4/documentpress.php
r1337781 r1341302 2 2 /* 3 3 * Plugin Name: DocumentPress 4 * Version: 1. 34 * Version: 1.4 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. 7 * Author: Fifthsegment7 * Author: Abdullah Irfan 8 8 * Author URI: http://www.fifthsegment.com/ 9 9 * Requires at least: 4.0 … … 36 36 */ 37 37 function DocumentPress () { 38 $instance = DocumentPress::instance( __FILE__, '1. 3.0' );38 $instance = DocumentPress::instance( __FILE__, '1.4.0' ); 39 39 40 40 if ( is_null( $instance->settings ) ) { -
documentpress-display-any-document-on-your-site/tags/1.4/includes/class-documentpress.php
r1337764 r1341302 265 265 */ 266 266 public function admin_enqueue_styles ( $hook = '' ) { 267 wp_register_style( $this->_token . '-admin', esc_url( $this->assets_url ) . 'css/jquery.fancybox.css', array(), $this->_version );268 wp_enqueue_style( $this->_token . '-admin' );267 // wp_register_style( $this->_token . '-admin', esc_url( $this->assets_url ) . 'css/jquery.fancybox.css', array(), $this->_version ); 268 // wp_enqueue_style( $this->_token . '-admin' ); 269 269 } // End admin_enqueue_styles () 270 270 -
documentpress-display-any-document-on-your-site/tags/1.4/readme.txt
r1337781 r1341302 5 5 Requires at least: 4.0 6 6 Tested up to: 4.4 7 Stable tag: 1. 37 Stable tag: 1.4 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
r1337781 r1341302 2 2 /* 3 3 * Plugin Name: DocumentPress 4 * Version: 1. 34 * Version: 1.4 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. 7 * Author: Fifthsegment7 * Author: Abdullah Irfan 8 8 * Author URI: http://www.fifthsegment.com/ 9 9 * Requires at least: 4.0 … … 36 36 */ 37 37 function DocumentPress () { 38 $instance = DocumentPress::instance( __FILE__, '1. 3.0' );38 $instance = DocumentPress::instance( __FILE__, '1.4.0' ); 39 39 40 40 if ( is_null( $instance->settings ) ) { -
documentpress-display-any-document-on-your-site/trunk/includes/class-documentpress.php
r1337764 r1341302 265 265 */ 266 266 public function admin_enqueue_styles ( $hook = '' ) { 267 wp_register_style( $this->_token . '-admin', esc_url( $this->assets_url ) . 'css/jquery.fancybox.css', array(), $this->_version );268 wp_enqueue_style( $this->_token . '-admin' );267 // wp_register_style( $this->_token . '-admin', esc_url( $this->assets_url ) . 'css/jquery.fancybox.css', array(), $this->_version ); 268 // wp_enqueue_style( $this->_token . '-admin' ); 269 269 } // End admin_enqueue_styles () 270 270 -
documentpress-display-any-document-on-your-site/trunk/readme.txt
r1337781 r1341302 5 5 Requires at least: 4.0 6 6 Tested up to: 4.4 7 Stable tag: 1. 37 Stable tag: 1.4 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.