Plugin Directory

Changeset 2965284


Ignore:
Timestamp:
09/11/2023 12:02:13 PM (3 years ago)
Author:
mekshq
Message:

version 1.3.6

Location:
meks-flexible-shortcodes/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • meks-flexible-shortcodes/trunk/meks-shortcodes.php

    r2849149 r2965284  
    22/*
    33Plugin Name: Meks Flexible Shortcodes
    4 Plugin URI: http://mekshq.com
     4Plugin URI: https://mekshq.com
    55Description: Add some cool elements to your post/page content. Smart styling options will make it fit into any theme design. Columns, buttons, higlights, social icons, tabs, toggles, accordions, pull quotes, progress bars, separators, dropcaps...
    66Author: Meks
    7 Version: 1.3.5
    8 Author URI: http://mekshq.com
     7Version: 1.3.6
     8Author URI: https://mekshq.com
    99Text Domain: meks-flexible-shortcodes
    1010Domain Path: /languages
     
    1313define( 'MKS_SC_PLUGIN_URL', trailingslashit( plugin_dir_url( __FILE__ ) ) );
    1414define( 'MKS_SC_PLUGIN_DIR', trailingslashit( plugin_dir_path( __FILE__ ) ) );
    15 define( 'MKS_SC_PLUGIN_VER', '1.3.5' );
     15define( 'MKS_SC_PLUGIN_VER', '1.3.6' );
    1616
    1717add_action( 'init', 'mks_register_shortcodes' );
  • meks-flexible-shortcodes/trunk/readme.txt

    r2849148 r2965284  
    44Tags: shortcode, shortcodes, tabs, toggles, accordions, social, buttons, dropcaps, icons
    55Requires at least: 3.5
    6 Tested up to: 6.1
    7 Stable tag: 1.3.5
     6Tested up to: 6.3
     7Stable tag: 1.3.6
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl.html
     
    130130
    131131
     132= 1.3.6 =
     133* WP 6.3 compatibility tested
     134* Patched a minor security issue
     135
    132136
    133137= 1.3.5 =
Note: See TracChangeset for help on using the changeset viewer.