Changeset 2965284
- Timestamp:
- 09/11/2023 12:02:13 PM (3 years ago)
- Location:
- meks-flexible-shortcodes/trunk
- Files:
-
- 2 edited
-
meks-shortcodes.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
meks-flexible-shortcodes/trunk/meks-shortcodes.php
r2849149 r2965284 2 2 /* 3 3 Plugin Name: Meks Flexible Shortcodes 4 Plugin URI: http ://mekshq.com4 Plugin URI: https://mekshq.com 5 5 Description: 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... 6 6 Author: Meks 7 Version: 1.3. 58 Author URI: http ://mekshq.com7 Version: 1.3.6 8 Author URI: https://mekshq.com 9 9 Text Domain: meks-flexible-shortcodes 10 10 Domain Path: /languages … … 13 13 define( 'MKS_SC_PLUGIN_URL', trailingslashit( plugin_dir_url( __FILE__ ) ) ); 14 14 define( 'MKS_SC_PLUGIN_DIR', trailingslashit( plugin_dir_path( __FILE__ ) ) ); 15 define( 'MKS_SC_PLUGIN_VER', '1.3. 5' );15 define( 'MKS_SC_PLUGIN_VER', '1.3.6' ); 16 16 17 17 add_action( 'init', 'mks_register_shortcodes' ); -
meks-flexible-shortcodes/trunk/readme.txt
r2849148 r2965284 4 4 Tags: shortcode, shortcodes, tabs, toggles, accordions, social, buttons, dropcaps, icons 5 5 Requires at least: 3.5 6 Tested up to: 6. 17 Stable tag: 1.3. 56 Tested up to: 6.3 7 Stable tag: 1.3.6 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl.html … … 130 130 131 131 132 = 1.3.6 = 133 * WP 6.3 compatibility tested 134 * Patched a minor security issue 135 132 136 133 137 = 1.3.5 =
Note: See TracChangeset
for help on using the changeset viewer.