Plugin Directory

Changeset 1774524


Ignore:
Timestamp:
11/24/2017 08:26:22 AM (8 years ago)
Author:
holithemes
Message:

changed menu name, updated readme.txt ..
Documentation links ..

Location:
wp-shapes/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-shapes/trunk/admin/class-csh-admin.php

    r1774485 r1774524  
    2727    public function csh_options_page() {
    2828        add_menu_page(
    29             'WordPress CSS Shapes - Settings Page',
    30             'WP CSS Shapes',
     29            'WP Shapes - Settings Page',
     30            'WP Shapes',
    3131            'manage_options',
    32             'wp-css-shapes',
     32            'wp-shapes',
    3333            array( $this, 'settings_page' ),
    3434            'dashicons-heart'
  • wp-shapes/trunk/readme.txt

    r1774485 r1774524  
    33Tested up to: 4.9
    44Requires PHP: 5.6
    5 Contributors: holithemes, bhvreddy
     5Contributors: holithemes
    66Stable tag: trunk
    77Tags: wp shapes, css shapes, wp css shapes, image shapes, content shape, text shape, shape-outside, svg, enable svg, holithemes
     
    1818for more information and to get an idea please check the demo.
    1919
    20 [Documentation, Demo, Examples](https://holithemes.com/wp-css-shapes/)
     20[Documentation, Demo, Examples](https://holithemes.com/wp-shapes/)
     21
     22Happy to say that, This is the first WordPress plugin released in public, based on CSS Shapes
    2123
    2224= note =
     
    3436
    3537== Documentation ==
    36 Its easy to get started with WP-CSS-Shapes plugin
     38Its easy to get started with WP-Shapes plugin
    3739
    3840= step-1 : upload image and get image id =
     
    5658at there we can notice post=<id-number>
    5759
    58 [more info](https://holithemes.com/wp-css-shapes/how-to-find-image-id-wordpress/)
     60[more info](https://holithemes.com/wp-shapes/how-to-find-image-id-wordpress/)
    5961
    6062
     
    6769id=40, 40 is the image id.
    6870
    69 [more info](https://holithemes.com/wp-css-shapes/shortcodes/)
     71[more info](https://holithemes.com/wp-shapes/shortcodes/)
    7072
    7173
     
    7880and save changes
    7981
    80 [more info](https://holithemes.com/wp-css-shapes/enable-svg-images-upload/)
     82[more info](https://holithemes.com/wp-shapes/enable-svg-images-upload/)
    8183
    8284
  • wp-shapes/trunk/wp-shapes.php

    r1774485 r1774524  
    22/*
    33Plugin Name: WP Shapes
    4 Plugin URI:  https://holithemes.com/wp-css-shapes/
     4Plugin URI:  https://holithemes.com/wp-shapes/
    55Description: Wrap inline content around image
    66Version:     1.0.0
Note: See TracChangeset for help on using the changeset viewer.