Changeset 2500383
- Timestamp:
- 03/21/2021 10:43:11 AM (5 years ago)
- Location:
- beautiful-steps/trunk
- Files:
-
- 2 deleted
- 2 edited
-
beautiful-steps.php (modified) (1 diff)
-
css/styles.css.map (deleted)
-
css/styles.scss (deleted)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
beautiful-steps/trunk/beautiful-steps.php
r2500379 r2500383 2 2 /** 3 3 * Plugin name: Beautiful Steps 4 * Plugin URL: 5 * Description: x4 * Plugin URL: https://www.facebook.com/LazyNerds-101871641896896 5 * Description: Generate beautiful steps for your page 6 6 * Domain Path: /languages 7 7 * Text Domain: beautiful-steps 8 8 * Version: 1.0 9 * Author: 10 * Author URL: 11 * License: GPLv3 or later 9 * Author: Andrew Phan - Lazy Nerds team 10 * Author URL: https://www.facebook.com/phanthe.anh.129/ 11 */ 12 13 /* 14 Copyright (c) 2012-2019 Roman Pronskiy 15 16 This program is free software; you can redistribute it and/or modify 17 it under the terms of the GNU General Public License as published by 18 the Free Software Foundation; either version 3 of the License, or 19 (at your option) any later version. 20 21 This program is distributed in the hope that it will be useful, 22 but WITHOUT ANY WARRANTY; without even the implied warranty of 23 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 GNU General Public License for more details. 25 26 You should have received a copy of the GNU General Public License 27 along with this program. If not, see <http://www.gnu.org/licenses/>. 12 28 */ 13 29 -
beautiful-steps/trunk/readme.txt
r2500379 r2500383 1 === Beautiful Steps === 2 Contributors: Andrew Phan - Lazy Nerd team 3 Tags: steps, process, guild box 4 Requires at least: 3.3 5 Tested up to: 5.6 6 Stable tag: 1.0 7 License: GPLv3 or later 8 License URI: https://www.gnu.org/licenses/gpl-3.0.html 9 10 (Tiếng Việt ở dưới ^_^) 11 12 Generate beautiful steps for your page. 13 14 == Description == 15 16 With this plugin, you can generate them simple but beautiful steps / guild box for you page. 17 Just fill the blank on the plugin settings, then see the result on the client page. 18 19 == Installation == 20 21 1. Direct install or upload `beautiful-steps` directory to the `/wp-content/plugins/` directory 22 2. Activate the plugin through the 'Plugins' menu in WordPress 23 3. Fill the required fields on the plugin settings, insert a shortcode to any page, then enjoy. 24 25 == Screenshots == 26 27 1. screenshot1.png 28 2. screenshot2.png 29 30 == Changelog == 31 32 = 1.0 = 33 * Release the first version.
Note: See TracChangeset
for help on using the changeset viewer.