Plugin Directory

Changeset 1212065


Ignore:
Timestamp:
08/03/2015 08:35:36 PM (11 years ago)
Author:
vilmosioo
Message:

Release v1.3.5

Location:
wp-github-tools
Files:
16 added
3 edited

Legend:

Unmodified
Added
Removed
  • wp-github-tools/trunk/README.txt

    r1212028 r1212065  
    44Requires at least: 3.3
    55Tested up to: 4.2.2
    6 Stable tag: 1.3.4
     6Stable tag: 1.3.5
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • wp-github-tools/trunk/js/chart.js

    r1212028 r1212065  
    1 /*! Github-Tools-for-WordPress - v1.3.4 - 2015-08-03 */"use strict";var CHART=function(a,b,c){var d=function(a){return nv.models.discreteBarChart().x(function(a){return a.date}).y(function(a){return a.value}).staggerLabels(!1).tooltips(!0).showValues(!1).transitionDuration(250).margin({top:15,right:10,bottom:20,left:20}).color(function(b){return a.color}).tooltipContent(function(a,b,c,d,e){return 1!==parseInt(c,10)?"<h3>"+c+" commits</h3>":"<h3>"+c+" commit</h3>"})},e=function(a,c){b.isNumeric(c.width)&&c.width>0&&a.style("width",c.width),b.isNumeric(c.height)&&c.height>0&&a.style("height",c.height),a.style("background",c.background)},f=function(a){a.xAxis.tickFormat(function(a){return d3.time.format("%e %b")(new Date(a))}),a.yAxis.tickFormat(d3.format("d"))};return a.init=function(){nv.addGraph(function(){d3.selectAll(".github-chart svg").each(function(a,b){var g=d3.select(this),h=c[g.attr("id")],i=d(h);f(i),e(g,h),g.datum([{key:"Github Repository",values:h.data}]).call(i),nv.utils.windowResize(i.update)})})},a}(CHART||{},jQuery,window);jQuery(document).ready(CHART.init);
     1/*! Github-Tools-for-WordPress - v1.3.5 - 2015-08-03 */"use strict";var CHART=function(a,b,c){var d=function(a){return nv.models.discreteBarChart().x(function(a){return a.date}).y(function(a){return a.value}).staggerLabels(!1).tooltips(!0).showValues(!1).transitionDuration(250).margin({top:15,right:10,bottom:20,left:20}).color(function(b){return a.color}).tooltipContent(function(a,b,c,d,e){return 1!==parseInt(c,10)?"<h3>"+c+" commits</h3>":"<h3>"+c+" commit</h3>"})},e=function(a,c){b.isNumeric(c.width)&&c.width>0&&a.style("width",c.width),b.isNumeric(c.height)&&c.height>0&&a.style("height",c.height),a.style("background",c.background)},f=function(a){a.xAxis.tickFormat(function(a){return d3.time.format("%e %b")(new Date(a))}),a.yAxis.tickFormat(d3.format("d"))};return a.init=function(){nv.addGraph(function(){d3.selectAll(".github-chart svg").each(function(a,b){var g=d3.select(this),h=c[g.attr("id")],i=d(h);f(i),e(g,h),g.datum([{key:"Github Repository",values:h.data}]).call(i),nv.utils.windowResize(i.update)})})},a}(CHART||{},jQuery,window);jQuery(document).ready(CHART.init);
  • wp-github-tools/trunk/wp_github_tools.php

    r1212028 r1212065  
    44Plugin URI: https://github.com/vilmosioo/Github-Tools-for-WordPress
    55Description: A plugin that creates live updates for any GitHub repository.
    6 Version: 1.3.4
     6Version: 1.3.5
    77Author: Vilmos Ioo
    88Author URI: http://vilmosioo.co.uk
Note: See TracChangeset for help on using the changeset viewer.