Changeset 1641334
- Timestamp:
- 04/20/2017 12:50:14 PM (9 years ago)
- Location:
- ajax-awesome-css/trunk
- Files:
-
- 3 edited
-
ajax-awesome-css.php (modified) (2 diffs)
-
includes/admin/css/styles.css (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ajax-awesome-css/trunk/ajax-awesome-css.php
r1641320 r1641334 4 4 * Plugin URI: https://wordpress.org/plugins/ajax-awesome-css/ 5 5 * Description: Add custom CSS/JSS to your website without modifying the CSS/JS files of the theme or plugin with the help of ajax functionality.You can change the background of editor and can adjust the site of the font. 6 * Version: 2.0 6 * Version: 2.0.1 7 7 * Author: Harpreet Singh 8 8 * Author URI: https://profiles.wordpress.org/harry005 … … 84 84 'awesomethemejs' => '', 85 85 'awesomefontcss' => '13', 86 'awesomefontjs' => '13', 87 'id' => 1 86 'awesomefontjs' => '13' 88 87 ), 89 88 array( 'id' => 1 ) -
ajax-awesome-css/trunk/includes/admin/css/styles.css
r1641320 r1641334 100 100 .hsrightarea select { 101 101 float: left; 102 width: 100% ;102 width: 100% !important; 103 103 } 104 104 .hssavethemejs,.hssavetheme{ -
ajax-awesome-css/trunk/readme.txt
r1641320 r1641334 6 6 Requires at least: 4.0 7 7 Tested up to: 4.7.3 8 Stable tag: 2.0 8 Stable tag: 2.0.1 9 9 10 10 Add custom CSS/JSS to your website without modifying the CSS/JS files of the theme or plugin with the help of ajax functionality. … … 80 80 == Changelog == 81 81 82 = 2.0.1 = 83 * Bug fixed 84 82 85 = 2.0 = 83 86 * Added the background theme feature
Note: See TracChangeset
for help on using the changeset viewer.