Changeset 2725798
- Timestamp:
- 05/18/2022 05:49:19 AM (4 years ago)
- Location:
- accesspress-custom-css
- Files:
-
- 27 added
- 3 edited
-
tags/2.0.3 (added)
-
tags/2.0.3/accesspress-custom-css.php (added)
-
tags/2.0.3/css (added)
-
tags/2.0.3/css/backend.css (added)
-
tags/2.0.3/css/frontend (added)
-
tags/2.0.3/css/frontend/apccss.css (added)
-
tags/2.0.3/css/syntax (added)
-
tags/2.0.3/css/syntax/codemirror.css (added)
-
tags/2.0.3/images (added)
-
tags/2.0.3/images/customize.png (added)
-
tags/2.0.3/images/plugin.png (added)
-
tags/2.0.3/images/theme.png (added)
-
tags/2.0.3/inc (added)
-
tags/2.0.3/inc/backend (added)
-
tags/2.0.3/inc/backend/activation.php (added)
-
tags/2.0.3/inc/backend/apccss-about.php (added)
-
tags/2.0.3/inc/backend/main-page.php (added)
-
tags/2.0.3/inc/backend/save-settings.php (added)
-
tags/2.0.3/index.php (added)
-
tags/2.0.3/js (added)
-
tags/2.0.3/js/backend.js (added)
-
tags/2.0.3/js/syntax (added)
-
tags/2.0.3/js/syntax/codemirror.js (added)
-
tags/2.0.3/js/syntax/css.js (added)
-
tags/2.0.3/languages (added)
-
tags/2.0.3/languages/accesspress-custom-css.pot (added)
-
tags/2.0.3/readme.txt (added)
-
trunk/accesspress-custom-css.php (modified) (2 diffs)
-
trunk/css/frontend/apccss.css (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
accesspress-custom-css/trunk/accesspress-custom-css.php
r2639886 r2725798 4 4 Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-custom-css/ 5 5 Description: A plugin to add custom css to a site. 6 Version: 2.0. 26 Version: 2.0.3 7 7 Author: AccessPress Themes 8 8 Author URI: http://accesspressthemes.com … … 13 13 //Decleration of the necessary constants for plugin 14 14 if( !defined( 'APCCSS_VERSION' ) ) { 15 define( 'APCCSS_VERSION', '2.0. 2' );15 define( 'APCCSS_VERSION', '2.0.3' ); 16 16 } 17 17 -
accesspress-custom-css/trunk/css/frontend/apccss.css
r2639886 r2725798 4 4 */ 5 5 6 -
accesspress-custom-css/trunk/readme.txt
r2639886 r2725798 6 6 Tested up to: 5.8 7 7 Requires PHP: 7.0.0 8 Stable tag: 2.0. 28 Stable tag: 2.0.3 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 49 49 50 50 == Changelog == 51 = 2.0.3 = 52 * Checked compatibility with WP version 5.9. 51 53 52 54 = 2.0.2 =
Note: See TracChangeset
for help on using the changeset viewer.