Plugin Directory

Changeset 1400900


Ignore:
Timestamp:
04/21/2016 02:51:36 AM (10 years ago)
Author:
joshlimecuda
Message:

updating trunk and tagging 2.0.0 stable version

Location:
genesis-shortcode-generator/trunk
Files:
4 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • genesis-shortcode-generator/trunk/admin/assets/js/admin.js

    r1341946 r1400900  
    6060                            onclick: function() {
    6161                                editor.insertContent('[post_terms sep=" | " taxonomy=""]');
     62                            }
     63                        }
     64                    ]
     65                },
     66                {
     67                    text: 'Genesis Widgets',
     68                    menu: [
     69                        {
     70                            text: 'Featured Page',
     71                            onclick: function() {
     72                                editor.insertContent('[genesis_featured_page page_id=""]');
     73                            }
     74                        },
     75                        {
     76                            text: 'Featured Post',
     77                            onclick: function() {
     78                                editor.insertContent('[genesis_featured_post posts_cat=""]');
     79                            }
     80                        },
     81                        {
     82                            text: 'User Profile',
     83                            onclick: function() {
     84                                editor.insertContent('[genesis_user_profile user=""]');
    6285                            }
    6386                        }
  • genesis-shortcode-generator/trunk/readme.txt

    r1399884 r1400900  
    55Requires at least: 3.5.1
    66Tested up to: 4.5
    7 Stable tag: 1.2.0
     7Stable tag: 2.0.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.