Changeset 3213643
- Timestamp:
- 12/27/2024 06:40:25 AM (15 months ago)
- Location:
- themebeez-toolkit
- Files:
-
- 2 deleted
- 12 edited
- 1 copied
-
tags/1.3.1 (copied) (copied from themebeez-toolkit/trunk)
-
tags/1.3.1/Changelogs.txt (deleted)
-
tags/1.3.1/includes/theme-info/configs/fascinate-config.php (modified) (1 diff)
-
tags/1.3.1/includes/theme-info/configs/orchid-store-config.php (modified) (3 diffs)
-
tags/1.3.1/includes/theme-info/configs/royale-news-config.php (modified) (1 diff)
-
tags/1.3.1/includes/theme-info/configs/royale-news-pro-config.php (modified) (1 diff)
-
tags/1.3.1/readme.txt (modified) (2 diffs)
-
tags/1.3.1/themebeez-toolkit.php (modified) (2 diffs)
-
trunk/Changelogs.txt (deleted)
-
trunk/includes/theme-info/configs/fascinate-config.php (modified) (1 diff)
-
trunk/includes/theme-info/configs/orchid-store-config.php (modified) (3 diffs)
-
trunk/includes/theme-info/configs/royale-news-config.php (modified) (1 diff)
-
trunk/includes/theme-info/configs/royale-news-pro-config.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/themebeez-toolkit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
themebeez-toolkit/tags/1.3.1/includes/theme-info/configs/fascinate-config.php
r3212913 r3213643 51 51 'icon' => 'dashicons-megaphone', 52 52 'link_title' => esc_html__( 'Create Post', 'themebeez-toolkit' ), 53 'link_url' => 'https://themebeez.com/support-forum/ ',53 'link_url' => 'https://themebeez.com/support-forum/fascinate-free-theme-support/', 54 54 'link_class' => 'button tt-button button-secondary', 55 55 ), -
themebeez-toolkit/tags/1.3.1/includes/theme-info/configs/orchid-store-config.php
r3212913 r3213643 43 43 'icon' => 'dashicons-media-document', 44 44 'link_title' => esc_html__( 'Read Now', 'themebeez-toolkit' ), 45 'link_url' => 'https://themebeez.com/docs/orchid-store- pro-documentation/',45 'link_url' => 'https://themebeez.com/docs/orchid-store-theme-documentation/', 46 46 'link_class' => 'button tt-button button-secondary', 47 47 ), … … 51 51 'icon' => 'dashicons-megaphone', 52 52 'link_title' => esc_html__( 'Create Post', 'themebeez-toolkit' ), 53 'link_url' => 'https://themebeez.com/support-forum/orchid-store- pro-support/',53 'link_url' => 'https://themebeez.com/support-forum/orchid-store-free-theme-support/', 54 54 'link_class' => 'button tt-button button-secondary', 55 55 ), … … 59 59 'icon' => 'dashicons-marker', 60 60 'link_title' => esc_html__( 'Make a request', 'themebeez-toolkit' ), 61 'link_url' => 'https://github.com/themebeez/orchid-store -pro/issues',61 'link_url' => 'https://github.com/themebeez/orchid-store/issues', 62 62 'link_class' => 'button tt-button button-secondary', 63 63 ), -
themebeez-toolkit/tags/1.3.1/includes/theme-info/configs/royale-news-config.php
r3212913 r3213643 51 51 'icon' => 'dashicons-megaphone', 52 52 'link_title' => esc_html__( 'Create Post', 'themebeez-toolkit' ), 53 'link_url' => 'https://themebeez.com/support-forum/royale-news- pro-theme-supports/',53 'link_url' => 'https://themebeez.com/support-forum/royale-news-free-theme-supports/', 54 54 'link_class' => 'button tt-button button-secondary', 55 55 ), -
themebeez-toolkit/tags/1.3.1/includes/theme-info/configs/royale-news-pro-config.php
r3212913 r3213643 27 27 'icon' => 'dashicons-media-document', 28 28 'link_title' => esc_html__( 'Read Now', 'themebeez-toolkit' ), 29 'link_url' => 'https://themebeez.com/docs/royale-news- pro-documentation/',29 'link_url' => 'https://themebeez.com/docs/royale-news-documentation/', 30 30 'link_class' => 'button tt-button button-secondary', 31 31 ), -
themebeez-toolkit/tags/1.3.1/readme.txt
r3212913 r3213643 6 6 Requires PHP: 7.4 7 7 Tested up to: 6.7.1 8 Stable tag: 1.3 8 Stable tag: 1.3.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 90 90 3. Activate 'Themebeez Toolkit' from your Plugins page. 91 91 4. Done! 92 93 94 == Changelog == 95 96 = 1.3.1 - 27 December, 2024 = 97 - Updated: Quick links on theme dashboard page. 98 99 = 1.3 - 25 December, 2024 = 100 - Fixed: PHP errors and warnings. 101 - Updated: Theme dashboard page. 102 - Removed: Theme dashboard and demo content configurations for deprecated themes. 103 - Removed: Unwanted codes. 104 105 106 = 1.2.6 - 25 July, 2023 = 107 - Fixed: Crashing of WooCommerce product importer page when the plugin is active. 108 - Fixed: PHP Deprecated: Function get_page_by_title is <strong>deprecated</strong> since version 6.2.0! Use WP_Query instead. 109 - Fixed: PHP Notice: Undefined variable: installed_demos. 110 - Updated: Removed block widgets when importing a demo. 111 112 113 = 1.2.5 - 23 January, 2022 = 114 - Tested: WordPress version 5.9 115 - Tested: PHP version 7.4 116 117 118 = 1.2.4 - July 20, 2021 = 119 - Updated: Style and enqueue for different pages. 120 - Modified: Theme notice will be displayed only in the dashboard page. 121 - Removed: Unwanted files and folders. 122 123 124 = 1.2.3 - May 08, 2021 = 125 - Updated: readme.txt file 126 127 128 = 1.2.2 - May 06, 2021 = 129 - Updated: Demo data base URL 130 131 132 = 1.2.1 - May 23, 2020 = 133 - Fix: Error in simple mega menu 134 135 136 = 1.2.0 - April 13, 2020 = 137 - Added: Dashboard widget for displaying blog posts from https://themebeez.com/blog/ 138 - Added: Changelog to about page tab 139 - Added: WPTRT Admin Notices library 140 141 142 = 1.1.9 - January 15, 2019 = 143 - Removed: Orchid store mega menu js 144 - Removed: Public css & js files 145 146 147 = 1.1.8 - December 22, 2019 == 148 - Fix: Issue with mega menu columns at orchid store pro 149 150 151 = 1.1.7 - December 3, 2019 == 152 - Minor update 153 154 155 = 1.1.6 - December 1, 2019 == 156 - Demo import support for Orchid Store Pro 157 158 159 = 1.1.5 - November 3, 2019 == 160 - Mega menu support for child themes of Orchid Store theme. 161 162 163 = 1.1.4 - September 26, 2019 == 164 - Added support for Orchid Store theme. 165 166 167 = 1.1.3 - July 29, 2019 == 168 - Added support for Fascinate theme. 169 170 171 = 1.1.2 - March 6, 2019 == 172 - Added support for Cream Blog Lite and Cream Blog Pro 173 174 175 = 1.1.1 - April 16, 2019 == 176 - Added one more demo import support for Royale News Pro 177 178 179 = 1.1.0 - April 15, 2019 == 180 - Added support for Royale News Lite theme 181 - Pro themes links updated 182 183 184 = 1.0.9 - March 07, 2019 == 185 - Added support for Cream Magazine theme 186 - Other fixes 187 188 189 = 1.0.8 - February 25, 2019 == 190 - Minor Issues Fixed 191 - Added support for pro themes 192 193 194 = 1.0.7 - January 8, 2019 == 195 - Issue with get started button on welcome section of admin page is fixed 196 197 198 = 1.0.6 - January 8, 2019 == 199 - Addition of inbuilt demo importer 200 - OCDI folder and all the demo contents have been removed 201 202 203 = 1.0.5 - December 14, 2018 == 204 - Changed: PLUGIN_NAME_VERSION to THEMEBEEZTOOLKIT_VERSION 205 - Changed: Theme info page demo data import tab message 206 207 208 = 1.0.4 - November 29, 2018 == 209 - Fix: Issue occuring when child theme gets activated 210 211 212 = 1.0.3 - November 13, 2018 == 213 - Fix: This plugin hasn’t been tested with the latest 3 major releases of WordPress issue 214 - Fix: Verion numbers 215 216 217 == 1.0.2 - November 12, 2018 == 218 - Theme info and demo content files added for themes Royale News, One Hive and StyleBlog. 219 220 221 == 1.0.1 - October 13, 2018 == 222 - Fix banner image & icon 223 224 225 == 1.0.0 - October 12, 2018 == 226 - Initial release -
themebeez-toolkit/tags/1.3.1/themebeez-toolkit.php
r3212913 r3213643 4 4 * Plugin URI: https://wordpress.org/plugins/themebeez-toolkit/ 5 5 * Description: A essential toolkit for themes made by www.themebeez.com. This plugin extends themes made by themebeez & adds functionality to import demo data in just a click. 6 * Version: 1.3 6 * Version: 1.3.1 7 7 * Requires at least: 5.6 8 8 * Requires PHP: 7.4 … … 28 28 * Rename this for your plugin and update it as you release new versions. 29 29 */ 30 define( 'THEMEBEEZTOOLKIT_VERSION', '1.3 ' );30 define( 'THEMEBEEZTOOLKIT_VERSION', '1.3.1' ); 31 31 32 32 // Define THEMEBEEZTOOLKIT_PLUGIN_FILE. -
themebeez-toolkit/trunk/includes/theme-info/configs/fascinate-config.php
r3212913 r3213643 51 51 'icon' => 'dashicons-megaphone', 52 52 'link_title' => esc_html__( 'Create Post', 'themebeez-toolkit' ), 53 'link_url' => 'https://themebeez.com/support-forum/ ',53 'link_url' => 'https://themebeez.com/support-forum/fascinate-free-theme-support/', 54 54 'link_class' => 'button tt-button button-secondary', 55 55 ), -
themebeez-toolkit/trunk/includes/theme-info/configs/orchid-store-config.php
r3212913 r3213643 43 43 'icon' => 'dashicons-media-document', 44 44 'link_title' => esc_html__( 'Read Now', 'themebeez-toolkit' ), 45 'link_url' => 'https://themebeez.com/docs/orchid-store- pro-documentation/',45 'link_url' => 'https://themebeez.com/docs/orchid-store-theme-documentation/', 46 46 'link_class' => 'button tt-button button-secondary', 47 47 ), … … 51 51 'icon' => 'dashicons-megaphone', 52 52 'link_title' => esc_html__( 'Create Post', 'themebeez-toolkit' ), 53 'link_url' => 'https://themebeez.com/support-forum/orchid-store- pro-support/',53 'link_url' => 'https://themebeez.com/support-forum/orchid-store-free-theme-support/', 54 54 'link_class' => 'button tt-button button-secondary', 55 55 ), … … 59 59 'icon' => 'dashicons-marker', 60 60 'link_title' => esc_html__( 'Make a request', 'themebeez-toolkit' ), 61 'link_url' => 'https://github.com/themebeez/orchid-store -pro/issues',61 'link_url' => 'https://github.com/themebeez/orchid-store/issues', 62 62 'link_class' => 'button tt-button button-secondary', 63 63 ), -
themebeez-toolkit/trunk/includes/theme-info/configs/royale-news-config.php
r3212913 r3213643 51 51 'icon' => 'dashicons-megaphone', 52 52 'link_title' => esc_html__( 'Create Post', 'themebeez-toolkit' ), 53 'link_url' => 'https://themebeez.com/support-forum/royale-news- pro-theme-supports/',53 'link_url' => 'https://themebeez.com/support-forum/royale-news-free-theme-supports/', 54 54 'link_class' => 'button tt-button button-secondary', 55 55 ), -
themebeez-toolkit/trunk/includes/theme-info/configs/royale-news-pro-config.php
r3212913 r3213643 27 27 'icon' => 'dashicons-media-document', 28 28 'link_title' => esc_html__( 'Read Now', 'themebeez-toolkit' ), 29 'link_url' => 'https://themebeez.com/docs/royale-news- pro-documentation/',29 'link_url' => 'https://themebeez.com/docs/royale-news-documentation/', 30 30 'link_class' => 'button tt-button button-secondary', 31 31 ), -
themebeez-toolkit/trunk/readme.txt
r3212913 r3213643 6 6 Requires PHP: 7.4 7 7 Tested up to: 6.7.1 8 Stable tag: 1.3 8 Stable tag: 1.3.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 90 90 3. Activate 'Themebeez Toolkit' from your Plugins page. 91 91 4. Done! 92 93 94 == Changelog == 95 96 = 1.3.1 - 27 December, 2024 = 97 - Updated: Quick links on theme dashboard page. 98 99 = 1.3 - 25 December, 2024 = 100 - Fixed: PHP errors and warnings. 101 - Updated: Theme dashboard page. 102 - Removed: Theme dashboard and demo content configurations for deprecated themes. 103 - Removed: Unwanted codes. 104 105 106 = 1.2.6 - 25 July, 2023 = 107 - Fixed: Crashing of WooCommerce product importer page when the plugin is active. 108 - Fixed: PHP Deprecated: Function get_page_by_title is <strong>deprecated</strong> since version 6.2.0! Use WP_Query instead. 109 - Fixed: PHP Notice: Undefined variable: installed_demos. 110 - Updated: Removed block widgets when importing a demo. 111 112 113 = 1.2.5 - 23 January, 2022 = 114 - Tested: WordPress version 5.9 115 - Tested: PHP version 7.4 116 117 118 = 1.2.4 - July 20, 2021 = 119 - Updated: Style and enqueue for different pages. 120 - Modified: Theme notice will be displayed only in the dashboard page. 121 - Removed: Unwanted files and folders. 122 123 124 = 1.2.3 - May 08, 2021 = 125 - Updated: readme.txt file 126 127 128 = 1.2.2 - May 06, 2021 = 129 - Updated: Demo data base URL 130 131 132 = 1.2.1 - May 23, 2020 = 133 - Fix: Error in simple mega menu 134 135 136 = 1.2.0 - April 13, 2020 = 137 - Added: Dashboard widget for displaying blog posts from https://themebeez.com/blog/ 138 - Added: Changelog to about page tab 139 - Added: WPTRT Admin Notices library 140 141 142 = 1.1.9 - January 15, 2019 = 143 - Removed: Orchid store mega menu js 144 - Removed: Public css & js files 145 146 147 = 1.1.8 - December 22, 2019 == 148 - Fix: Issue with mega menu columns at orchid store pro 149 150 151 = 1.1.7 - December 3, 2019 == 152 - Minor update 153 154 155 = 1.1.6 - December 1, 2019 == 156 - Demo import support for Orchid Store Pro 157 158 159 = 1.1.5 - November 3, 2019 == 160 - Mega menu support for child themes of Orchid Store theme. 161 162 163 = 1.1.4 - September 26, 2019 == 164 - Added support for Orchid Store theme. 165 166 167 = 1.1.3 - July 29, 2019 == 168 - Added support for Fascinate theme. 169 170 171 = 1.1.2 - March 6, 2019 == 172 - Added support for Cream Blog Lite and Cream Blog Pro 173 174 175 = 1.1.1 - April 16, 2019 == 176 - Added one more demo import support for Royale News Pro 177 178 179 = 1.1.0 - April 15, 2019 == 180 - Added support for Royale News Lite theme 181 - Pro themes links updated 182 183 184 = 1.0.9 - March 07, 2019 == 185 - Added support for Cream Magazine theme 186 - Other fixes 187 188 189 = 1.0.8 - February 25, 2019 == 190 - Minor Issues Fixed 191 - Added support for pro themes 192 193 194 = 1.0.7 - January 8, 2019 == 195 - Issue with get started button on welcome section of admin page is fixed 196 197 198 = 1.0.6 - January 8, 2019 == 199 - Addition of inbuilt demo importer 200 - OCDI folder and all the demo contents have been removed 201 202 203 = 1.0.5 - December 14, 2018 == 204 - Changed: PLUGIN_NAME_VERSION to THEMEBEEZTOOLKIT_VERSION 205 - Changed: Theme info page demo data import tab message 206 207 208 = 1.0.4 - November 29, 2018 == 209 - Fix: Issue occuring when child theme gets activated 210 211 212 = 1.0.3 - November 13, 2018 == 213 - Fix: This plugin hasn’t been tested with the latest 3 major releases of WordPress issue 214 - Fix: Verion numbers 215 216 217 == 1.0.2 - November 12, 2018 == 218 - Theme info and demo content files added for themes Royale News, One Hive and StyleBlog. 219 220 221 == 1.0.1 - October 13, 2018 == 222 - Fix banner image & icon 223 224 225 == 1.0.0 - October 12, 2018 == 226 - Initial release -
themebeez-toolkit/trunk/themebeez-toolkit.php
r3212913 r3213643 4 4 * Plugin URI: https://wordpress.org/plugins/themebeez-toolkit/ 5 5 * Description: A essential toolkit for themes made by www.themebeez.com. This plugin extends themes made by themebeez & adds functionality to import demo data in just a click. 6 * Version: 1.3 6 * Version: 1.3.1 7 7 * Requires at least: 5.6 8 8 * Requires PHP: 7.4 … … 28 28 * Rename this for your plugin and update it as you release new versions. 29 29 */ 30 define( 'THEMEBEEZTOOLKIT_VERSION', '1.3 ' );30 define( 'THEMEBEEZTOOLKIT_VERSION', '1.3.1' ); 31 31 32 32 // Define THEMEBEEZTOOLKIT_PLUGIN_FILE.
Note: See TracChangeset
for help on using the changeset viewer.