Plugin Directory

Changeset 2989381


Ignore:
Timestamp:
11/05/2023 07:21:43 PM (2 years ago)
Author:
htmlpie
Message:

Version 1.1.4

Location:
pen-extra-features/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pen-extra-features/trunk/pen-extra-features.php

    r2948877 r2989381  
    44 * Plugin URI:  https://wordpress.org/plugins/pen-extra-features
    55 * Description: This plugin adds more features to the fantastic Pen theme.
    6  * Version:     1.1.3
     6 * Version:     1.1.4
    77 * Author:      htmlpie
    88 * Author URI:  https://www.htmlpie.com/
     
    2020define( 'PEN_PLUGIN_URL', plugins_url( '', __FILE__ ) );
    2121define( 'PEN_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    22 define( 'PEN_PLUGIN_VERSION', '1.1.3' );
     22define( 'PEN_PLUGIN_VERSION', '1.1.4' );
    2323define( 'PEN_PLUGIN_SUPPORT_URL', 'https://wordpress.org/support/theme/pen/' );
    2424
  • pen-extra-features/trunk/readme.txt

    r2948877 r2989381  
    33Tags: customize, metadata, postmeta, mataboxes, ux, user experience, menu, shortcut, color scheme, colors, design, font, typography, pen, pen theme, additional, extra, feature, tool, addon, option, feature, woocommerce
    44Requires at least: 4.8
    5 Tested up to: 6.3
    6 Stable tag: 1.1.3
     5Tested up to: 6.4
     6Stable tag: 1.1.4
    77Requires PHP: 5.6
    88License: GPLv2 or later
     
    120120== Changelog ==
    121121
     122= 1.1.4 =
     123* WP version bump
     124
    122125= 1.1.3 =
    123126* WP version bump
Note: See TracChangeset for help on using the changeset viewer.