PluginProbe
Code Snippets / 4.0.0-beta.2
Code Snippets v4.0.0-beta.2
4.0.0-beta.2 3.10.2 3.10.1 3.10.0 3.10.0-beta.2 3.10.0-beta.1 4.0.0-beta.1 3.9.6 trunk 2.10.0 2.10.1 2.12.0 2.12.1 2.13.0 2.13.1 2.13.2 2.13.3 2.14.0 2.14.1 2.14.2 2.14.3 2.14.4 2.14.5 2.14.6 3.0.0 All 65 releases
← All changes | code-snippets.php +3 -3 3.10.24.0.0-beta.2 View file →
@@ -7,13 +7,13 @@
7 7 * Author URI: https://codesnippets.pro
8 8 * License: GPL-2.0-or-later
9 9 * License URI: license.txt
10 10 * Text Domain: code-snippets
11 - * Version: 3.10.2
11 + * Version: 4.0.0-beta.2
12 12 * Requires PHP: 7.4
13 13 * Requires at least: 5.5
14 14 *
15 - * @version 3.10.2
15 + * @version 4.0.0-beta.2
16 16 * @package Code_Snippets
17 17 * @author Shea Bunge <[email protected]>
18 18 * @copyright 2012-2026 Code Snippets Pro
19 19 * @license GPL-2.0-or-later https://spdx.org/licenses/GPL-2.0-or-later.html
@@ -36,9 +36,9 @@
36 36 * Should be set to the same value as set above.
37 37 *
38 38 * @const string
39 39 */
40 - define( 'CODE_SNIPPETS_VERSION', '3.10.2' );
40 + define( 'CODE_SNIPPETS_VERSION', '4.0.0-beta.2' );
41 41
42 42 /**
43 43 * The full path to the main file of this plugin.
44 44 *