Changeset 3081860
- Timestamp:
- 05/06/2024 10:56:33 AM (23 months ago)
- Location:
- wp-special-textboxes/tags/6.2.2
- Files:
-
- 28 added
- 15 copied
-
. (added)
-
css (added)
-
css/stb-admin.css (added)
-
css/stb-core.css (added)
-
images (added)
-
images/themes (added)
-
images/themes/stb-dark-theme.jpg (added)
-
images/themes/stb-light-theme.jpg (added)
-
images/themes/stb-metro-theme.jpg (added)
-
images/themes/stb-metro2-theme.png (added)
-
images/themes/stb-no-image.jpg (added)
-
images/themes/stb-retro-theme.jpg (added)
-
images/wstb.png (added)
-
js (added)
-
js/admin.js (added)
-
js/admin.js.LICENSE.txt (added)
-
js/admin.js.map (added)
-
js/block (added)
-
js/block/block.json (added)
-
js/block/index.asset.php (added)
-
js/block/index.css (added)
-
js/block/index.js (added)
-
js/client.js (added)
-
js/client.js.map (added)
-
js/editor.plugin.js (added)
-
js/editor.plugin.js.map (added)
-
js/img (added)
-
js/img/wstb.png (added)
-
readme.txt (copied) (copied from wp-special-textboxes/trunk/readme.txt) (2 diffs)
-
stb-admin-class.php (copied) (copied from wp-special-textboxes/trunk/stb-admin-class.php)
-
stb-block.php (copied) (copied from wp-special-textboxes/trunk/stb-block.php)
-
stb-class.php (copied) (copied from wp-special-textboxes/trunk/stb-class.php) (1 diff)
-
stb-db-tools.php (copied) (copied from wp-special-textboxes/trunk/stb-db-tools.php)
-
stb-default-themes.php (copied) (copied from wp-special-textboxes/trunk/stb-default-themes.php)
-
stb-locales.php (copied) (copied from wp-special-textboxes/trunk/stb-locales.php)
-
stb-rest-api.php (copied) (copied from wp-special-textboxes/trunk/stb-rest-api.php)
-
stb-styles.php (copied) (copied from wp-special-textboxes/trunk/stb-styles.php)
-
stb-tinymce-langs.php (copied) (copied from wp-special-textboxes/trunk/stb-tinymce-langs.php)
-
stb-tools.php (copied) (copied from wp-special-textboxes/trunk/stb-tools.php)
-
wp-special-textboxes-ru_RU.mo (copied) (copied from wp-special-textboxes/trunk/wp-special-textboxes-ru_RU.mo)
-
wp-special-textboxes-ru_RU.po (copied) (copied from wp-special-textboxes/trunk/wp-special-textboxes-ru_RU.po)
-
wp-special-textboxes.php (copied) (copied from wp-special-textboxes/trunk/wp-special-textboxes.php) (1 diff)
-
wp-special-textboxes.pot (copied) (copied from wp-special-textboxes/trunk/wp-special-textboxes.pot)
Legend:
- Unmodified
- Added
- Removed
-
wp-special-textboxes/tags/6.2.2/readme.txt
r2996893 r3081860 4 4 Tags: content, performance, text, info, color 5 5 Requires at least: 5.6 6 Tested up to: 6. 47 Stable tag: 6.2. 16 Tested up to: 6.5 7 Stable tag: 6.2.2 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 85 85 86 86 == Changelog == 87 = 6.2.2 = 88 * WordPress 6.5 ready 87 89 = 6.2.1 = 88 90 * WordPress 6.4 ready -
wp-special-textboxes/tags/6.2.2/stb-class.php
r2996893 r3081860 23 23 public function __construct() 24 24 { 25 define('STB_VERSION', '6.2. 1');25 define('STB_VERSION', '6.2.2'); 26 26 define('STB_DB_VERSION', '2.0'); 27 27 define('STB_DIR', dirname(__FILE__) . '/'); -
wp-special-textboxes/tags/6.2.2/wp-special-textboxes.php
r2996893 r3081860 4 4 Plugin URI: http://www.simplelib.com/archives/wordpress-plugin-wp-special-textboxes/ 5 5 Description: Adds simple colored text boxes to highlight some portion of post text. Use it for highlights warnings, alerts, infos and downloads in your blog posts. Visit <a href="http://www.simplelib.com/">SimpleLib blog</a> for more details. 6 Version: 6.2. 16 Version: 6.2.2 7 7 Author: minimus 8 8 Author URI: http://blogcoding.ru
Note: See TracChangeset
for help on using the changeset viewer.