Plugin Directory

Changeset 1341302


Ignore:
Timestamp:
02/02/2016 11:20:58 AM (10 years ago)
Author:
fifthsegment
Message:

tagging version 1.4

Location:
documentpress-display-any-document-on-your-site
Files:
4 edited
9 copied

Legend:

Unmodified
Added
Removed
  • documentpress-display-any-document-on-your-site/tags/1.4/documentpress.php

    r1337781 r1341302  
    22/*
    33 * Plugin Name: DocumentPress
    4  * Version: 1.3
     4 * Version: 1.4
    55 * Plugin URI: http://www.fifthsegment.com/
    66 * Description: Allows you to embed your documents in any format (.docx, .xls, .pdf, .ppt .anything!) on to your wordpress site.
    7  * Author: Fifthsegment
     7 * Author: Abdullah Irfan
    88 * Author URI: http://www.fifthsegment.com/
    99 * Requires at least: 4.0
     
    3636 */
    3737function DocumentPress () {
    38     $instance = DocumentPress::instance( __FILE__, '1.3.0' );
     38    $instance = DocumentPress::instance( __FILE__, '1.4.0' );
    3939
    4040    if ( is_null( $instance->settings ) ) {
  • documentpress-display-any-document-on-your-site/tags/1.4/includes/class-documentpress.php

    r1337764 r1341302  
    265265     */
    266266    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' );
    269269    } // End admin_enqueue_styles ()
    270270
  • documentpress-display-any-document-on-your-site/tags/1.4/readme.txt

    r1337781 r1341302  
    55Requires at least: 4.0
    66Tested up to: 4.4
    7 Stable tag: 1.3
     7Stable tag: 1.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • documentpress-display-any-document-on-your-site/trunk/documentpress.php

    r1337781 r1341302  
    22/*
    33 * Plugin Name: DocumentPress
    4  * Version: 1.3
     4 * Version: 1.4
    55 * Plugin URI: http://www.fifthsegment.com/
    66 * Description: Allows you to embed your documents in any format (.docx, .xls, .pdf, .ppt .anything!) on to your wordpress site.
    7  * Author: Fifthsegment
     7 * Author: Abdullah Irfan
    88 * Author URI: http://www.fifthsegment.com/
    99 * Requires at least: 4.0
     
    3636 */
    3737function DocumentPress () {
    38     $instance = DocumentPress::instance( __FILE__, '1.3.0' );
     38    $instance = DocumentPress::instance( __FILE__, '1.4.0' );
    3939
    4040    if ( is_null( $instance->settings ) ) {
  • documentpress-display-any-document-on-your-site/trunk/includes/class-documentpress.php

    r1337764 r1341302  
    265265     */
    266266    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' );
    269269    } // End admin_enqueue_styles ()
    270270
  • documentpress-display-any-document-on-your-site/trunk/readme.txt

    r1337781 r1341302  
    55Requires at least: 4.0
    66Tested up to: 4.4
    7 Stable tag: 1.3
     7Stable tag: 1.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.