Plugin Directory

Changeset 1358969


Ignore:
Timestamp:
02/26/2016 04:00:51 PM (10 years ago)
Author:
XPOL555
Message:

(WP Repository) Changed some stuff

Location:
wp-custom-backend-css/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-custom-backend-css/trunk/readme.txt

    r1358958 r1358969  
    1 
    2 
    31=== WP CUSTOM BACKEND CSS ===
    4 
    5 Creator: Paolo Falomo
    6 
    7 
    8 
     2Contributors: xpol555
    93Tags: custom, css, backend, themes, backend customization, customization
    10 
    11 
    12 
    13 Requires at least: 3.5
    14 
    15 
    16 
    17 Tested up to: 4.1
    18 
    19 
    20 
    21 Stable tag: 1.0
    22 
    23 
    24 
    25 License: GPLv2
    26 
    27 
    28 
     4Requires at least: 3.5.1
     5Tested up to: 4.4.2
     6Stable tag: 4.4.2
     7License: GPLv2 or later
    298License URI: http://www.gnu.org/licenses/gpl-2.0.html
    309
    31 
    32 
    33 
    34 
    35 
    36 
    37 
     10Style Your Wordpress Backend!
    3811
    3912== Description ==
    4013
    41 
     14With this plugin you can add custom style to your wordpress backend. This first release will have the basic (cool!) editor. We'll add themes and utils soon!
    4215
    4316This plugin has been created with a precise mission: give users a design experience diffent on wordpress.
    4417
     18It uses a JS library to make the editor cool, called [CodeMirror] (more info here: http://codemirror.net/) other stuff has been developed from me, Paolo Falomo
    4519
    4620
    47 Creating this plugin has been used a jquery library to make the editor cool, called "CodeMirror" (more info here: http://codemirror.net/) other stuff has been developed from me, Paolo Falomo
     21**Plugin Features**:
     22
     23* Change your backend css
    4824
    4925
     26== Changelog ==
    5027
     28= 1.0 =
     29* Initial release
     30
     31== Credits ==
     32
     33[CODEMIRROR.NET](http://codemirror.net/)
     34
     35Plugin Author: [Paolo Falomo](http://www.paolofalomo.it/)
     36
  • wp-custom-backend-css/trunk/wp-custom-backend-css.php

    r1358958 r1358969  
    22/*
    33Plugin Name: Wordpress Custom Css
    4 Plugin URI: http://paolofalomo.it/
     4Plugin URI: https://wordpress.org/plugins/wp-custom-backend-css/
    55Description: With this plugin you can add custom style to your wordpress backend. This first release will have the basic (cool!) editor. We'll add themes and utils soon!
    6 Author: Paolo Falomo
     6Author: xpol555
    77Version: 1.0
    8 Author URI: http://paolofalomo.it/
     8Author URI: https://profiles.wordpress.org/xpol555/
    99*/
    1010
Note: See TracChangeset for help on using the changeset viewer.