Skip to content

Commit 861e143

Browse files
committed
README.md updated
1 parent aeece69 commit 861e143

File tree

3 files changed

+25
-13
lines changed

3 files changed

+25
-13
lines changed

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
1+
# Custom Codes Wordpress Plugin
2+
3+
Your custom SASS, CSS, JS and PHP customizations in same directory with the best advanced code editor CodeMirror! You don't even have to enable the child-theme of your themes if you use this plugin. It also has responsive breakpoints to write specific CSS for each mobile device.
4+
5+
6+
## Installation
7+
8+
1. Login to your website and go to the Plugins section of your admin panel.
9+
2. Click the Add New button.
10+
3. Under Install Plugins, click the Upload link.
11+
4. Select the plugin zip file (custom-codes.zip) from your computer then click the Install Now button.
12+
5. You should see a message stating that the plugin was installed successfully.
13+
6. Click the Activate Plugin link.
14+
15+
116
### New Ideas & Plan for Today ###
217

3-
- Find and Add a Strict License!
18+
- Update this readme file! (Description, installation, etc.)
419

520
Custom Codes Feature:
621
- "Serve minified" option
722
- Someone else is currently editing feature!? (Hartbeat API?)
823
- Current version is different than the saved version. Someone might be already edited. ( A) Open the newest version, B) Save the current one, C) Show the differences)
9-
- Record how many times saved (?)
1024
- Revisions feature (PRO FEATURE!)
1125
- New Setting: Play sound when saved!
1226
- Saving timeout?!
@@ -28,7 +42,7 @@
2842
- New Setting: Activate the emmet!
2943

3044

31-
PRO FEATURES:
45+
PRO FEATURES(?):
3246
- SASS
3347
- Emmet
3448
- Responsivity Tool

custom-codes.php

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Description: Your custom SASS, CSS, JS and PHP customizations in same directory with the best advanced code editor CodeMirror.
66
Author: Bilal TAS
77
Author URI: http://bilaltas.net
8-
Version: 0.1.9
8+
Version: 0.2.0
99
*/
1010

1111
defined( 'ABSPATH' ) or die( 'No script kiddies please!' );
@@ -36,12 +36,7 @@
3636
// CHECK FOR PLUGIN UPDATES
3737
require 'plugin-update-checker/plugin-update-checker.php';
3838
$updateChecker = Puc_v4_Factory::buildUpdateChecker(
39-
'https://bitbucket.org/bilaltas/custom-codes',
40-
__FILE__,
41-
'custom-codes'
42-
);
43-
44-
$updateChecker->setAuthentication(array(
45-
'consumer_key' => 'BJ7fN4Te8zyGB9qdBj',
46-
'consumer_secret' => 'xCmcpnkx9gdbbzLGLVRE4yxR3yaq7c62',
47-
));
39+
'https://github.com/bilaltas/custom-codes/',
40+
__FILE__,
41+
'unique-plugin-or-theme-slug'
42+
);

readme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ Your custom SASS, CSS, JS and PHP customizations in same directory with the best
1919
6. Click the Activate Plugin link.
2020

2121
== Changelog ==
22+
= 0.2.0 (2017-05-08 17:40 EET) =
23+
* Moved to Github
24+
2225
= 0.1.9 (2017-05-08 17:14 EET) =
2326
* Version count added
2427
* Bug fixes

0 commit comments

Comments
 (0)