@@ -979,7 +979,7 @@ var Render_Modal;
979979 /**
980980 * Disables the shortcode from being used.
981981 *
982- * @since 1.1-alpha-3
982+ * @since 1.1-beta-1
983983 *
984984 * @param {jQuery } $shortcode The shortcode element to disable.
985985 * @param {string } new_message The message to display when clicked.
@@ -997,7 +997,7 @@ var Render_Modal;
997997 /**
998998 * Enables the shortcode.
999999 *
1000- * @since 1.1-alpha-3
1000+ * @since 1.1-beta-1
10011001 *
10021002 * @param {jQuery } $shortcode The shortcode element to enable.
10031003 */
@@ -1015,7 +1015,7 @@ var Render_Modal;
10151015 /**
10161016 * Shows the disabled message.
10171017 *
1018- * @since 1.1-alpha-3
1018+ * @since 1.1-beta-1
10191019 *
10201020 * @param {jQuery } $shortcode The shortcode element to show the disabled message.
10211021 * @param {bool } show Whether to show or hide the message.
@@ -1703,7 +1703,7 @@ var Render_Modal;
17031703 /**
17041704 * Attribute fiend conditionals.
17051705 *
1706- * @since 1.1-alpha-3
1706+ * @since 1.1-beta-1
17071707 *
17081708 * @type {object|bool }
17091709 */
@@ -1712,7 +1712,7 @@ var Render_Modal;
17121712 /**
17131713 * Whether or not this attribute is hidden (used for conditionals).
17141714 *
1715- * @since 1.1-alpha-3
1715+ * @since 1.1-beta-1
17161716 *
17171717 * @type {boolean }
17181718 */
@@ -1765,7 +1765,7 @@ var Render_Modal;
17651765 /**
17661766 * Sets up the attribute's conditionals.
17671767 *
1768- * @since 1.1-alpha-3
1768+ * @since 1.1-beta-1
17691769 *
17701770 * @private
17711771 */
@@ -1816,7 +1816,7 @@ var Render_Modal;
18161816 /**
18171817 * Performs conditional checks and actions.
18181818 *
1819- * @since 1.1-alpha-3
1819+ * @since 1.1-beta-1
18201820 */
18211821 this . performConditionals = function ( ) {
18221822
@@ -1913,7 +1913,7 @@ var Render_Modal;
19131913 /**
19141914 * Compares all existing conditions and shows or hides the attribute row.
19151915 *
1916- * @since 1.1-alpha-3
1916+ * @since 1.1-beta-1
19171917 *
19181918 * @param {object } atts The conditional properties.
19191919 */
@@ -2155,7 +2155,7 @@ var Render_Modal;
21552155 /**
21562156 * Rebuilds the available option(s).
21572157 *
2158- * @since 1.1-alpha-3
2158+ * @since 1.1-beta-1
21592159 *
21602160 * @param {object } response The AJAX response.
21612161 */
@@ -2182,7 +2182,7 @@ var Render_Modal;
21822182 /**
21832183 * Customizable post-init function.
21842184 *
2185- * @since 1.1-alpha-3
2185+ * @since 1.1-beta-1
21862186 */
21872187 this . postInit = function ( ) {
21882188 } ;
@@ -2217,7 +2217,7 @@ var Render_Modal;
22172217 /**
22182218 * The input mask properties.
22192219 *
2220- * @since 1.1-alpha-3
2220+ * @since 1.1-beta-1
22212221 *
22222222 * @type {boolean|object }
22232223 */
@@ -2229,7 +2229,7 @@ var Render_Modal;
22292229 /**
22302230 * Sets up the textbox
22312231 *
2232- * @since 1.1-alpha-3
2232+ * @since 1.1-beta-1
22332233 */
22342234 this . postInit = function ( ) {
22352235
@@ -2288,7 +2288,7 @@ var Render_Modal;
22882288 *
22892289 * Causes mask to take effect, if there is one.
22902290 *
2291- * @since 1.1-alpha-3
2291+ * @since 1.1-beta-1
22922292 *
22932293 * @param {* } value The value to set to.
22942294 */
@@ -2311,7 +2311,7 @@ var Render_Modal;
23112311 /**
23122312 * Applies a mask to the input field.
23132313 *
2314- * @since 1.1-alpha-3
2314+ * @since 1.1-beta-1
23152315 */
23162316 this . applyMask = function ( ) {
23172317
@@ -2379,7 +2379,7 @@ var Render_Modal;
23792379 /**
23802380 * Sets up the textarea.
23812381 *
2382- * @since 1.1-alpha-3
2382+ * @since 1.1-beta-1
23832383 *
23842384 * @param {{jQuery} } $container The current attribute row.
23852385 */
@@ -2467,7 +2467,7 @@ var Render_Modal;
24672467 /**
24682468 * Sets up the checkbox.
24692469 *
2470- * @since 1.1-alpha-3
2470+ * @since 1.1-beta-1
24712471 *
24722472 * @param {{jQuery} } $container The current attribute row.
24732473 */
@@ -2607,7 +2607,7 @@ var Render_Modal;
26072607 /**
26082608 * Rebuilds the available options.
26092609 *
2610- * @since 1.1-alpha-3
2610+ * @since 1.1-beta-1
26112611 *
26122612 * @param {object } response The AJAX response.
26132613 */
@@ -2648,7 +2648,7 @@ var Render_Modal;
26482648 /**
26492649 * Constructs the Chosen input.
26502650 *
2651- * @since 1.1-alpha-3
2651+ * @since 1.1-beta-1
26522652 *
26532653 * @param {{jQuery} } $container The current attribute row.
26542654 */
@@ -2934,7 +2934,7 @@ var Render_Modal;
29342934 /**
29352935 * Rebuilds the available options.
29362936 *
2937- * @since 1.1-alpha-3
2937+ * @since 1.1-beta-1
29382938 *
29392939 * @param {object } response The AJAX response.
29402940 */
@@ -2986,7 +2986,7 @@ var Render_Modal;
29862986 /**
29872987 * Sets up the colorpicker object.
29882988 *
2989- * @since 1.1-alpha-3
2989+ * @since 1.1-beta-1
29902990 *
29912991 * @param {{jQuery} } $container The current attribute row.
29922992 */
@@ -3048,7 +3048,7 @@ var Render_Modal;
30483048 /**
30493049 * Constructs the jQuery UI Slider object.
30503050 *
3051- * @since 1.1-alpha-3
3051+ * @since 1.1-beta-1
30523052 *
30533053 * @param {{jQuery} } $container The current attribute row.
30543054 */
@@ -3208,7 +3208,7 @@ var Render_Modal;
32083208 *
32093209 * For this one, it changes the available min and max.
32103210 *
3211- * @since 1.1-alpha-3
3211+ * @since 1.1-beta-1
32123212 *
32133213 * @param {object } response The AJAX response.
32143214 */
@@ -3255,7 +3255,7 @@ var Render_Modal;
32553255 /**
32563256 * Sets up the WP Media integration.
32573257 *
3258- * @since 1.1-alpha-3
3258+ * @since 1.1-beta-1
32593259 *
32603260 * @param {{jQuery} } $container The current attribute row.
32613261 */
@@ -3360,7 +3360,7 @@ var Render_Modal;
33603360 /**
33613361 * Sets up the counter object.
33623362 *
3363- * @since 1.1-alpha-3
3363+ * @since 1.1-beta-1
33643364 *
33653365 * @param {{jQuery} } $container The current attribute row.
33663366 */
@@ -3527,7 +3527,7 @@ var Render_Modal;
35273527 *
35283528 * For this one, it changes the available min and max.
35293529 *
3530- * @since 1.1-alpha-3
3530+ * @since 1.1-beta-1
35313531 *
35323532 * @param {object } response The AJAX response.
35333533 */
@@ -3568,7 +3568,7 @@ var Render_Modal;
35683568 /**
35693569 * Sets up repeater fields.
35703570 *
3571- * @since 1.1-alpha-3
3571+ * @since 1.1-beta-1
35723572 *
35733573 * @param {{jQuery} } $container The current attribute row.
35743574 */
@@ -3757,7 +3757,7 @@ var Render_Modal;
37573757 /**
37583758 * Run the value through various sanitation methods to prepare for being a shortcode attribute.
37593759 *
3760- * @since 1.1-alpha-3
3760+ * @since 1.1-beta-1
37613761 * @global sc_attr_escapes
37623762 *
37633763 * @param {string } value The value to escape.
@@ -3782,7 +3782,7 @@ var Render_Modal;
37823782 /**
37833783 * Un-escapes the shortcode attribute.
37843784 *
3785- * @since 1.1-alpha-3
3785+ * @since 1.1-beta-1
37863786 * @global sc_attr_escapes
37873787 *
37883788 * @param {string } value The value to un-escape.
@@ -3807,7 +3807,7 @@ var Render_Modal;
38073807 /**
38083808 * Escapes a string for use as a regular expression.
38093809 *
3810- * @since 1.1-alpha-3
3810+ * @since 1.1-beta-1
38113811 *
38123812 * @param {string } string The string to be escaped.
38133813 * @returns {string } The escaped string.
@@ -3895,7 +3895,7 @@ var Render_Modal;
38953895 /**
38963896 * Parses the attribute output of a repeater field.
38973897 *
3898- * @since 1.1-alpha-3
3898+ * @since 1.1-beta-1
38993899 *
39003900 * @param object The repeater field "object"
39013901 * @returns {Array } Sorted fields
0 commit comments