Plugin Directory

Changeset 1132256


Ignore:
Timestamp:
04/10/2015 06:45:30 PM (11 years ago)
Author:
mahodder
Message:

1.0.7

  • Fix plugin header error
Location:
themedy-toolbox/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • themedy-toolbox/trunk/custom-css/custom-css.php

    r1130688 r1132256  
    11<?php
    2 /*
    3  * Plugin Name: JP Custom CSS
    4  * Plugin URI: http://wordpress.org/plugins/jp-custom-css/
    5  * Description: Customize your site’s CSS without modifying your theme.
    6  * Author: JP Bot
    7  * Version: 3.4.1
    8  * Text Domain: jetpack
    9  * Domain Path: /languages/
    10  * License: GPL2 or later
    11  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
    12  */
    13 
    142/**
    153 * Module Name: Custom CSS
     
    175 * Sort Order: 2
    186 * First Introduced: 1.7
     7 * Version: 3.4.1
    198 * Requires Connection: No
    209 * Auto Activate: Yes
  • themedy-toolbox/trunk/custom-css/notes.txt

    r1130688 r1132256  
    33/custom-css/class.jetpack.php - rename class
    44/custom-css/custom-css.php - rename old class to new class
     5/custom-css.php - remove plugin header to avoid plugin header error messages
    56
    67This is because Contact Form 7 thinks JetPack is loaded and looks for the contact form module, which we don't load the function to do this, regular JetPack does.
  • themedy-toolbox/trunk/readme.txt

    r1130752 r1132256  
    22Contributors: themedy, mahodder, matthodder
    33Tags: shortcodes, themedy, genesis, thesis
    4 Requires at least: 3.9
     4Requires at least: 4.0
    55Tested up to: 4.1.1
    6 Stable tag: 1.0.6
     6Stable tag: 1.0.7
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3232
    3333== Changelog ==
     34
     35= 1.0.7 =
     36* Fix plugin header error
    3437
    3538= 1.0.6 =
  • themedy-toolbox/trunk/themedy-toolbox.php

    r1130752 r1132256  
    44Plugin URI: http://themedy.com
    55Description: Shortcodes and tools to extend your Themedy site even further.
    6 Version: 1.0.6
     6Version: 1.0.7
    77Author: Themedy
    88Author URI: http://themedy.com
Note: See TracChangeset for help on using the changeset viewer.