Changeset 1132256
- Timestamp:
- 04/10/2015 06:45:30 PM (11 years ago)
- Location:
- themedy-toolbox/trunk
- Files:
-
- 4 edited
-
custom-css/custom-css.php (modified) (2 diffs)
-
custom-css/notes.txt (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
themedy-toolbox.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
themedy-toolbox/trunk/custom-css/custom-css.php
r1130688 r1132256 1 1 <?php 2 /*3 * Plugin Name: JP Custom CSS4 * Plugin URI: http://wordpress.org/plugins/jp-custom-css/5 * Description: Customize your site’s CSS without modifying your theme.6 * Author: JP Bot7 * Version: 3.4.18 * Text Domain: jetpack9 * Domain Path: /languages/10 * License: GPL2 or later11 * License URI: http://www.gnu.org/licenses/gpl-2.0.html12 */13 14 2 /** 15 3 * Module Name: Custom CSS … … 17 5 * Sort Order: 2 18 6 * First Introduced: 1.7 7 * Version: 3.4.1 19 8 * Requires Connection: No 20 9 * Auto Activate: Yes -
themedy-toolbox/trunk/custom-css/notes.txt
r1130688 r1132256 3 3 /custom-css/class.jetpack.php - rename class 4 4 /custom-css/custom-css.php - rename old class to new class 5 /custom-css.php - remove plugin header to avoid plugin header error messages 5 6 6 7 This 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 2 2 Contributors: themedy, mahodder, matthodder 3 3 Tags: shortcodes, themedy, genesis, thesis 4 Requires at least: 3.94 Requires at least: 4.0 5 5 Tested up to: 4.1.1 6 Stable tag: 1.0. 66 Stable tag: 1.0.7 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 32 32 33 33 == Changelog == 34 35 = 1.0.7 = 36 * Fix plugin header error 34 37 35 38 = 1.0.6 = -
themedy-toolbox/trunk/themedy-toolbox.php
r1130752 r1132256 4 4 Plugin URI: http://themedy.com 5 5 Description: Shortcodes and tools to extend your Themedy site even further. 6 Version: 1.0. 66 Version: 1.0.7 7 7 Author: Themedy 8 8 Author URI: http://themedy.com
Note: See TracChangeset
for help on using the changeset viewer.