Plugin Directory

Changeset 623223


Ignore:
Timestamp:
11/09/2012 10:52:03 PM (13 years ago)
Author:
flashpixx
Message:

add 0.13 version

Location:
geshi-source-colorer
Files:
3 edited
6 copied

Legend:

Unmodified
Added
Removed
  • geshi-source-colorer/tags/0.13/geshi-source-colorer.php

    r615666 r623223  
    66Description: The plugin can colorize any source in a post or page. There are a lot of possiblities to configurate your code designs.
    77Author: flashpixx
    8 Version: 0.12
     8Version: 0.13
    99 
    1010 
     
    3232
    3333// ==== constant for developing with the correct path of the plugin ================================================================================
    34 //define(__NAMESPACE__."\LOCALPLUGINFILE", __FILE__);
    35 define(__NAMESPACE__."\LOCALPLUGINFILE", WP_PLUGIN_DIR."/geshi-source-colorer/".basename(__FILE__));
    36 define(__NAMESPACE__."\MINIFY", false);
     34define(__NAMESPACE__."\LOCALPLUGINFILE", __FILE__);
     35//define(__NAMESPACE__."\LOCALPLUGINFILE", WP_PLUGIN_DIR."/geshi-source-colorer/".basename(__FILE__));
     36define(__NAMESPACE__."\MINIFY", true);
    3737// =================================================================================================================================================
    3838
  • geshi-source-colorer/tags/0.13/readme.txt

    r600040 r623223  
    44Requires at least: 3.2
    55Tested up to: 3.4.2
    6 Stable tag: 0.12
     6Stable tag: 0.13
    77Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WCRMFYTNCJRAU
    88License: GPLv3 or later
     
    138138
    139139* change language domain to "geshi-source-colorer"
     140* fixing css typo error
    140141
    141142= 0.12 =
  • geshi-source-colorer/trunk/geshi-source-colorer.php

    r615666 r623223  
    66Description: The plugin can colorize any source in a post or page. There are a lot of possiblities to configurate your code designs.
    77Author: flashpixx
    8 Version: 0.12
     8Version: 0.13
    99 
    1010 
  • geshi-source-colorer/trunk/readme.txt

    r600040 r623223  
    44Requires at least: 3.2
    55Tested up to: 3.4.2
    6 Stable tag: 0.12
     6Stable tag: 0.13
    77Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WCRMFYTNCJRAU
    88License: GPLv3 or later
     
    138138
    139139* change language domain to "geshi-source-colorer"
     140* fixing css typo error
    140141
    141142= 0.12 =
Note: See TracChangeset for help on using the changeset viewer.