Plugin Directory

Changeset 2914856


Ignore:
Timestamp:
05/19/2023 02:36:47 PM (3 years ago)
Author:
commaker
Message:

2.2.1 : Add schedule post

Location:
savage-note/trunk
Files:
4 added
3 edited

Legend:

Unmodified
Added
Removed
  • savage-note/trunk/README.txt

    r2914851 r2914856  
    44Requires at least: 6.0
    55Tested up to: 6.2
    6 Stable tag: 2.2.0
     6Stable tag: 2.2.1
    77Requires PHP: 8.0
    88License: GPLv2 or later
  • savage-note/trunk/admin/css/sn-plugin-admin.css

    r2914851 r2914856  
    1 
    21/**
    32 * All of the CSS for your admin-specific functionality should be
     
    110109    background-color: #fefefe;
    111110    padding: 20px;
    112     border: 4px solid #009CE0;
     111    border: 1px solid #888;
    113112    width: 30%;
    114113    border-radius: 2vh;
    115 }
    116 
    117 .sn-popup-container input, .sn-popup-container select {
    118     border-radius: 0;
    119     border: 0;
    120     border-bottom: 1px solid #E3E3E3;
    121114}
    122115
     
    142135}
    143136
    144 .sn-popup-subtitle {
     137.sn-popup-subtitle{
    145138    font-size: 12px;
    146     color: #494949;
    147139}
    148140
     
    214206}
    215207
    216 .sn-popup-footer button {
     208.sn-popup-footer button{
    217209    padding: 10px 14px;
    218210    border-radius: 4px;
    219211    outline: 0;
    220212    cursor: pointer;
    221     color: white;
    222     font-weight: 600;
     213    color: #32324d;
     214    font-weight: 700;
    223215    border: 1px solid #dcdce4;
    224     background-color: #1D2652;
     216    background-color: #009de054
    225217}
    226218
  • savage-note/trunk/sn-plugin.php

    r2914851 r2914856  
    1010 *
    1111 * @link              https://www.savage-note.com/
    12  * @since             2.2
     12 * @since             2.2.0
    1313 * @package           Sn_Plugin
    1414 *
     
    1717 * Plugin URI:        https://www.savage-note.com
    1818 * Description:       Connectez-vous à notre api et récupérez vos articles.
    19  * Version:           2.2.1
     19 * Version:           2.2.0
    2020 * Author:            Savage Note
    2121 * Author URI:        https://www.savage-note.com/
Note: See TracChangeset for help on using the changeset viewer.