Plugin Directory

Changeset 1414742


Ignore:
Timestamp:
05/11/2016 01:24:32 PM (10 years ago)
Author:
ema-digital
Message:

version bumping

Location:
rollbar-logging/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • rollbar-logging/trunk/README.txt

    r1414159 r1414742  
    44Tags: rollbar, developer, error logging, error tracking
    55Requires at least: 4.4
    6 Tested up to: 4.5.1
    7 Stable tag: 1.1.0
     6Tested up to: 4.5.2
     7Stable tag: 1.1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4646
    4747== Changelog ==
     48= 1.1.1 =
     49* Version bumping plugin, js, and css
    4850
    4951= 1.1.0 =
  • rollbar-logging/trunk/lib/RollbarAdminConfig.php

    r1414159 r1414742  
    4141    }
    4242   
    43     wp_register_script( 'rollbar-logging', plugin_dir_url( dirname( __FILE__ ) ) . 'js/admin.js', array('jquery'), '1.0.0' );
     43    wp_register_script( 'rollbar-logging', plugin_dir_url( dirname( __FILE__ ) ) . 'js/admin.js', array('jquery'), '1.1.1' );
    4444    wp_enqueue_script('rollbar-logging');
    4545   
    46     wp_register_style( 'rollbar-logging', plugin_dir_url( dirname( __FILE__ ) ) . 'css/style.css', array(), '1.0.0' );
     46    wp_register_style( 'rollbar-logging', plugin_dir_url( dirname( __FILE__ ) ) . 'css/style.css', array(), '1.1.1' );
    4747    wp_enqueue_style('rollbar-logging');
    4848   
  • rollbar-logging/trunk/lib/RollbarJSLogging.php

    r1414159 r1414742  
    5050  public function load_scripts() {
    5151    if( isset( $this->option ) && isset( $this->option['jquery'] ) ) {
    52       wp_enqueue_script( 'rollbar-jquery', plugin_dir_url( dirname( __FILE__ ) ) . 'js/rollbar-jquery.min.js', array( 'jquery' ), '1.0.0' );
     52      wp_enqueue_script( 'rollbar-jquery', plugin_dir_url( dirname( __FILE__ ) ) . 'js/rollbar-jquery.min.js', array( 'jquery' ), '1.1.1' );
    5353    }
    5454  }
  • rollbar-logging/trunk/plugin.php

    r1370860 r1414742  
    44 * Plugin URI:        http://wordpress.org/plugins/rollbar-logging/
    55 * Description:       Activates Rollbar logging
    6  * Version:           1.0.0
     6 * Version:           1.1.1
    77 * Author:            EMA
    88 * Author URI:        http://www.mower.com/
Note: See TracChangeset for help on using the changeset viewer.