Changeset 1406246
- Timestamp:
- 04/28/2016 08:14:00 AM (10 years ago)
- Location:
- wp-designer
- Files:
-
- 22 added
- 2 edited
-
tags/2.0.2 (added)
-
tags/2.0.2/css (added)
-
tags/2.0.2/css/wpd-style.css (added)
-
tags/2.0.2/lib (added)
-
tags/2.0.2/lib/scssphp (added)
-
tags/2.0.2/lib/scssphp/classmap.php (added)
-
tags/2.0.2/lib/scssphp/scss.inc.php (added)
-
tags/2.0.2/lib/scssphp/src (added)
-
tags/2.0.2/lib/scssphp/src/Colors.php (added)
-
tags/2.0.2/lib/scssphp/src/Compiler.php (added)
-
tags/2.0.2/lib/scssphp/src/Formatter (added)
-
tags/2.0.2/lib/scssphp/src/Formatter.php (added)
-
tags/2.0.2/lib/scssphp/src/Formatter/Compact.php (added)
-
tags/2.0.2/lib/scssphp/src/Formatter/Compressed.php (added)
-
tags/2.0.2/lib/scssphp/src/Formatter/Crunched.php (added)
-
tags/2.0.2/lib/scssphp/src/Formatter/Expanded.php (added)
-
tags/2.0.2/lib/scssphp/src/Formatter/Nested.php (added)
-
tags/2.0.2/lib/scssphp/src/Parser.php (added)
-
tags/2.0.2/lib/scssphp/src/Server.php (added)
-
tags/2.0.2/lib/scssphp/src/Version.php (added)
-
tags/2.0.2/readme.txt (added)
-
tags/2.0.2/wp-designer.php (added)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/wp-designer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-designer/trunk/readme.txt
r1299019 r1406246 1 1 === WP Designer === 2 2 Contributors: varun21, aniash_29, ruchika_wp 3 Donate Link: https:// goo.gl/K27Du43 Donate Link: https://www.binaryturf.com?item_name=Donation%20for%20WP%20Designer%20Plugin&cmd=_donations¤cy_code=USD&lc=US 4 4 Tags: designer, customizer, developer, wp customizer, wp customization, wordpress designer, wordpress customizations 5 5 Requires at least: 3.6 6 Tested up to: 4. 47 Stable tag: 2.0. 16 Tested up to: 4.5.1 7 Stable tag: 2.0.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 WP Designer helps you to customize your Word press site and retain your customizations regardless of the theme you use. Now SASSified!11 WP Designer helps you to customize your WordPress site and retain your customizations regardless of the theme you use. Now SASSified! 12 12 13 13 == Description == … … 73 73 = Some of the customizations in plugin's style.scss / style.css are not working. = 74 74 75 If you have made any specific customizations using Word press in-built Customizer or your child theme, they may not work due to CSS priority or specificity. For instance, if you have set the `background-color` for the site using the Wordpress customizer, the plugin's style.css may not be able to override the same CSS rule.75 If you have made any specific customizations using WordPress in-built Customizer or your child theme, they may not work due to CSS priority or specificity. For instance, if you have set the `background-color` for the site using the WordPress customizer, the plugin's style.css may not be able to override the same CSS rule. 76 76 77 77 == Changelog == 78 78 79 = 2.0.2 = 80 * WP Designer is fully compatible with WordPress 4.5. 81 79 82 = 2.0.1 = 80 WP Designer is fully compatible with WordPress 4.4.83 * WP Designer is fully compatible with WordPress 4.4. 81 84 82 85 = 2.0 = … … 85 88 86 89 = 1.0 = 87 This is the initial release of the plugin.90 * This is the initial release of the plugin. 88 91 89 92 == Upgrade Notice == -
wp-designer/trunk/wp-designer.php
r1299019 r1406246 6 6 * Plugin URI: https://www.binaryturf.com/?p=17251 7 7 * Description: This plugin helps you to customize any WordPress site regardless of the theme you use. 8 * Version: 2.0. 18 * Version: 2.0.2 9 9 * Author: Shivanand Sharma 10 10 * Author URI: https://www.binaryturf.com/?p=9083
Note: See TracChangeset
for help on using the changeset viewer.