Changeset 2840382
- Timestamp:
- 12/28/2022 11:32:44 AM (3 years ago)
- Location:
- wp-dark-mode
- Files:
-
- 14 added
- 6 edited
- 1 copied
-
tags/3.0.6 (copied) (copied from wp-dark-mode/trunk)
-
tags/3.0.6/includes/base.php (modified) (1 diff)
-
tags/3.0.6/includes/wppool/composer.json (added)
-
tags/3.0.6/includes/wppool/readme.md (added)
-
tags/3.0.6/includes/wppool/src (added)
-
tags/3.0.6/includes/wppool/src/Image.png (added)
-
tags/3.0.6/includes/wppool/src/Plugin.php (added)
-
tags/3.0.6/includes/wppool/src/Popup.php (added)
-
tags/3.0.6/includes/wppool/test.php (added)
-
tags/3.0.6/plugin.php (modified) (2 diffs)
-
tags/3.0.6/readme.txt (modified) (2 diffs)
-
trunk/includes/base.php (modified) (1 diff)
-
trunk/includes/wppool/composer.json (added)
-
trunk/includes/wppool/readme.md (added)
-
trunk/includes/wppool/src (added)
-
trunk/includes/wppool/src/Image.png (added)
-
trunk/includes/wppool/src/Plugin.php (added)
-
trunk/includes/wppool/src/Popup.php (added)
-
trunk/includes/wppool/test.php (added)
-
trunk/plugin.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-dark-mode/tags/3.0.6/includes/base.php
r2840275 r2840382 70 70 */ 71 71 $wpdm_plugin = new \WPPOOL\Plugin('wp_dark_mode'); 72 $wpdm_plugin->appsero();72 // $wpdm_plugin->appsero(); 73 73 74 74 -
wp-dark-mode/tags/3.0.6/plugin.php
r2840275 r2840382 4 4 * Plugin URI: https://wppool.dev/wp-dark-mode 5 5 * Description: WP Dark Mode automatically enables a stunning dark mode of your website based on user's operating system. Supports macOS, Windows, Android & iOS. 6 * Version: 3.0. 56 * Version: 3.0.6 7 7 * Author: WPPOOL 8 8 * Author URI: http://wppool.dev … … 19 19 20 20 if ( ! defined( 'WP_DARK_MODE_VERSION' ) ) { 21 define( 'WP_DARK_MODE_VERSION', '3.0. 5' );21 define( 'WP_DARK_MODE_VERSION', '3.0.6' ); 22 22 define( 'WP_DARK_MODE_FILE', __FILE__ ); 23 23 define( 'WP_DARK_MODE_PATH', dirname( WP_DARK_MODE_FILE ) ); -
wp-dark-mode/tags/3.0.6/readme.txt
r2840275 r2840382 5 5 Tested up to: 6.1 6 6 Requires PHP: 5.6 7 Stable tag: 3.0. 57 Stable tag: 3.0.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 172 172 == Changelog == 173 173 174 = 3.0.6 – 28 DEC 2022 = 175 * Fixed wppool sdk missing fatal error. 176 174 177 = 3.0.5 – 27 DEC 2022 = 175 178 * Fixed minor issues and improved performance -
wp-dark-mode/trunk/includes/base.php
r2840275 r2840382 70 70 */ 71 71 $wpdm_plugin = new \WPPOOL\Plugin('wp_dark_mode'); 72 $wpdm_plugin->appsero();72 // $wpdm_plugin->appsero(); 73 73 74 74 -
wp-dark-mode/trunk/plugin.php
r2840275 r2840382 4 4 * Plugin URI: https://wppool.dev/wp-dark-mode 5 5 * Description: WP Dark Mode automatically enables a stunning dark mode of your website based on user's operating system. Supports macOS, Windows, Android & iOS. 6 * Version: 3.0. 56 * Version: 3.0.6 7 7 * Author: WPPOOL 8 8 * Author URI: http://wppool.dev … … 19 19 20 20 if ( ! defined( 'WP_DARK_MODE_VERSION' ) ) { 21 define( 'WP_DARK_MODE_VERSION', '3.0. 5' );21 define( 'WP_DARK_MODE_VERSION', '3.0.6' ); 22 22 define( 'WP_DARK_MODE_FILE', __FILE__ ); 23 23 define( 'WP_DARK_MODE_PATH', dirname( WP_DARK_MODE_FILE ) ); -
wp-dark-mode/trunk/readme.txt
r2840275 r2840382 5 5 Tested up to: 6.1 6 6 Requires PHP: 5.6 7 Stable tag: 3.0. 57 Stable tag: 3.0.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 172 172 == Changelog == 173 173 174 = 3.0.6 – 28 DEC 2022 = 175 * Fixed wppool sdk missing fatal error. 176 174 177 = 3.0.5 – 27 DEC 2022 = 175 178 * Fixed minor issues and improved performance
Note: See TracChangeset
for help on using the changeset viewer.