Changeset 3128135
- Timestamp:
- 07/30/2024 12:37:33 PM (20 months ago)
- Location:
- orbisius-child-theme-creator/trunk
- Files:
-
- 3 edited
-
index.html (modified) (1 diff)
-
orbisius-child-theme-creator.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
orbisius-child-theme-creator/trunk/index.html
r2858385 r3128135 7 7 <body> 8 8 <div>You have accessed an Orbisius plugin directory</div> 9 <a href='https://orbisius.com ' target="_blank" title="Custom Web and WordPress Development, SaaS Apps, e-commerce, e-store, Wordpress Plugin Development from Ontario, Canada">Orbisius - Custom WordPress, Plugin and SaaS App Development</a>9 <a href='https://orbisius.com/?utm_source=client_site&utm_medium=holder_index' target="_blank" title="Custom Web and WordPress Development, SaaS Apps, e-commerce, e-store, Wordpress Plugin Development from Ontario, Canada">Orbisius - Custom WordPress, Plugin and SaaS App Development</a> 10 10 </body> 11 11 </html> -
orbisius-child-theme-creator/trunk/orbisius-child-theme-creator.php
r2858384 r3128135 4 4 Plugin URI: https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/ 5 5 Description: This plugin allows you to quickly create child themes from any theme that you have currently installed on your site/blog. 6 Version: 1.5. 46 Version: 1.5.5 7 7 Author: Svetoslav Marinov (Slavi) 8 8 Author URI: https://orbisius.com … … 933 933 $parent_theme_base_dirname_fmt = urlencode($theme_basedir_name); 934 934 $create_url = $_SERVER['REQUEST_URI']; 935 $create_url = orbisius_child_theme_creator_util::sanitize_data($create_url); 936 $create_url = esc_url($create_url); 935 937 936 938 // cleanup old links or refreshes. 937 $create_url = preg_replace('#&parent_theme_base_dirname=[\w-]+#si', '', $create_url); 938 $create_url = preg_replace('#&orbisius_child_theme_creator_nonce=[\w-]+#si', '', $create_url); 939 if (strpos($create_url, '&parent_theme_base_dirname=') !== false) { 940 $create_url = preg_replace('#&parent_theme_base_dirname=[\w\-]+#si', '', $create_url); 941 } 942 943 if (strpos($create_url, '&orbisius_child_theme_creator_nonce=') !== false) { 944 $create_url = preg_replace('#&orbisius_child_theme_creator_nonce=[\w\-]+#si', '', $create_url); 945 } 939 946 940 947 $create_url .= '&parent_theme_base_dirname=' . $parent_theme_base_dirname_fmt; -
orbisius-child-theme-creator/trunk/readme.txt
r2721095 r3128135 4 4 Tags: theme,child theme,childtheme,childthemes,parent theme,child themes,CSS,styling,resposive design,design,custom themeing, shared hosting,theme editor theme,themes,wp,wordpress,orbisius,theme creator,custom theme,theme generator,css,css editor 5 5 Requires at least: 3.4 6 Tested up to: 5.96 Tested up to: 6.5 7 7 Requires PHP: 5.6 8 Stable tag: 1.5. 48 Stable tag: 1.5.5 9 9 License: GPLv2 or later 10 10 … … 171 171 == Changelog == 172 172 173 = 1.5.5 = 174 * Maintenance release 175 * Tested with WP 6.5 176 173 177 = 1.5.4 = 174 178 * Tested with WP 5.9
Note: See TracChangeset
for help on using the changeset viewer.