Plugin Directory

Changeset 1641334


Ignore:
Timestamp:
04/20/2017 12:50:14 PM (9 years ago)
Author:
harry005
Message:

2.0.1

  • Bug fixed
Location:
ajax-awesome-css/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ajax-awesome-css/trunk/ajax-awesome-css.php

    r1641320 r1641334  
    44 * Plugin URI: https://wordpress.org/plugins/ajax-awesome-css/
    55 * 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
    77 * Author: Harpreet Singh
    88 * Author URI: https://profiles.wordpress.org/harry005
     
    8484                    'awesomethemejs' => '',
    8585                    'awesomefontcss' => '13',
    86                     'awesomefontjs' => '13',
    87                     'id' => 1
     86                    'awesomefontjs' => '13'
    8887                ),
    8988                array( 'id' => 1 )
  • ajax-awesome-css/trunk/includes/admin/css/styles.css

    r1641320 r1641334  
    100100.hsrightarea select {
    101101    float: left;
    102     width: 100%;
     102    width: 100% !important;
    103103}
    104104 .hssavethemejs,.hssavetheme{
  • ajax-awesome-css/trunk/readme.txt

    r1641320 r1641334  
    66Requires at least: 4.0
    77Tested up to: 4.7.3
    8 Stable tag: 2.0
     8Stable tag: 2.0.1
    99
    1010Add custom CSS/JSS to your website without modifying the CSS/JS files of the theme or plugin with the help of ajax functionality.
     
    8080== Changelog ==
    8181
     82= 2.0.1 =
     83* Bug fixed
     84
    8285= 2.0 =
    8386* Added the background theme feature
Note: See TracChangeset for help on using the changeset viewer.