Skip to content

Commit

Permalink
Update shortcode-variables.php
Browse files Browse the repository at this point in the history
  • Loading branch information
alicolville committed Jun 20, 2024
1 parent 1a93223 commit 1fe22ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions shortcode-variables.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
/**
* Plugin Name: Snippet Shortcodes
* Description: Create your own shortcodes and assign text / variables to it or use our premade ones. You can then embed these shortcodes throughout your entire site and only have to change the value in one place.
* Version: 4.1.3
* Version: 4.1.4
* Requires at least: 6.0
* Tested up to: 6.4.3
* Tested up to: 6.5
* Requires PHP: 7.4
* Author: Ali Colville
* Author URI: https://www.YeKen.uk
Expand All @@ -34,7 +34,7 @@

define( 'SH_CD_ABSPATH', plugin_dir_path( __FILE__ ) );

define( 'SH_CD_PLUGIN_VERSION', '4.1.3' );
define( 'SH_CD_PLUGIN_VERSION', '4.1.4' );
define( 'SH_CD_PLUGIN_NAME', 'Snippet Shortcodes' );
define( 'SH_CD_TABLE', 'SH_CD_SHORTCODES' );
define( 'SH_CD_TABLE_MULTISITE', 'SH_CD_SHORTCODES_MULTISITE' );
Expand Down Expand Up @@ -71,4 +71,4 @@
include_once SH_CD_ABSPATH . 'includes/pages/page.license.php';
include_once SH_CD_ABSPATH . 'includes/pages/page.help.php';
include_once SH_CD_ABSPATH . 'includes/pages/page.import.php';
include_once SH_CD_ABSPATH . 'includes/tinymce.php';
include_once SH_CD_ABSPATH . 'includes/tinymce.php';

0 comments on commit 1fe22ed

Please sign in to comment.