Make WordPress Themes

Changeset 190590 for appointo/1.7


Ignore:
Timestamp:
05/01/2023 02:34:04 PM (3 years ago)
Author:
themedropbox
Message:

New version of Appointo - 1.7

Location:
appointo/1.7
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • appointo/1.7/functions.php

    r190029 r190590  
    33 * Define Theme Version
    44 */
    5 define( 'APPOINTO_THEME_VERSION', '1.6' );
     5define( 'APPOINTO_THEME_VERSION', '1.7' );
    66
    77function appointo_css() {
  • appointo/1.7/readme.txt

    r190029 r190590  
    55Tested up to: 6.2
    66Requires PHP: 5.6
    7 Stable tag: 1.6
    8 Version: 1.6
     7Stable tag: 1.7
     8Version: 1.7
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    121121== Changelog ==
    122122
     123@version 1.7
     124* Sidebar Comment Widget Improvement
     125
    123126@version 1.6
    124127* Block Widget Styling Improvement
  • appointo/1.7/style.css

    r190029 r190590  
    66Description: A powerful next generation theme for upcoming generations and traditional UI that focuses on the color combinations of solid and gradient colors, along with cool animations and attractive features. It's perfect for any type of business. View the demo of Appointo Pro https://www.nayrathemes.com/demo/pro/?theme=appointo
    77Template: gradiant
    8 Version: 1.6
     8Version: 1.7
    99Tested up to: 6.2
    1010Requires PHP: 5.6
     
    576576.sidebar .widget .wp-block-group .is-nowrap p {
    577577    padding: 0;
    578  }
     578}
     579.sidebar .widget .wp-block-group .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-date {
     580    padding-top: 0.5rem;
     581    padding-bottom: 0.5rem;
     582    font-size: 0.875rem;
     583}
Note: See TracChangeset for help on using the changeset viewer.